hudson.plugins.gant
Class Gant
java.lang.Object
hudson.tasks.Builder
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 classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| 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 |
DESCRIPTOR
public static final Gant.DescriptorImpl DESCRIPTOR
Gant
@DataBoundConstructor
public Gant(java.lang.String targets,
java.lang.String gantName)
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.