hudson.plugins.gant
Class Gant

java.lang.Object
  extended by hudson.tasks.Builder
      extended by hudson.plugins.gant.Gant
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Builder>, hudson.tasks.BuildStep

public class Gant
extends hudson.tasks.Builder

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class Gant.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Field Summary
static Gant.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
Gant(java.lang.String targets, java.lang.String gantName)
           
 
Method Summary
 hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()
           
 GantInstallation getGant()
          Gets the Gant to invoke, or null to invoke the default one.
 java.lang.String getTargets()
           
 boolean perform(hudson.model.Build<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Builder
getProjectAction, prebuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

public static final Gant.DescriptorImpl DESCRIPTOR
Constructor Detail

Gant

@DataBoundConstructor
public Gant(java.lang.String targets,
                                 java.lang.String gantName)
Method Detail

getTargets

public java.lang.String getTargets()

getGant

public GantInstallation getGant()
Gets the Gant to invoke, or null to invoke the default one.


perform

public boolean perform(hudson.model.Build<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

getDescriptor

public hudson.model.Descriptor<hudson.tasks.Builder> getDescriptor()


Copyright © 2007. All Rights Reserved.