hudson.plugins.kundo
Class Kundo
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
hudson.plugins.kundo.Kundo
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Builder>, hudson.tasks.BuildStep
public class Kundo
- extends hudson.tasks.Builder
I have to recognise all the other Hudson Plugin developers
without their source code I wouldn't have had any idea what
was going on. Thanks for the inspiration, and in several
places the code.
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Constructor Summary |
Kundo(java.lang.String phases,
java.lang.String properties,
java.lang.String kundoName)
|
|
Method Summary |
KundoInstallation |
getKundo()
Gets the Kundo kernel to call,
or null if only one installation exists. |
java.lang.String |
getPhases()
|
java.lang.String |
getProperties()
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
|
| Methods inherited from class hudson.tasks.Builder |
all, getDescriptor, getProjectAction, getRequiredMonitorService, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
getProjectAction, perform, prebuild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.tasks.BuildStep |
getProjectAction, prebuild |
DESCRIPTOR
@Extension
public static final Kundo.DescriptorImpl DESCRIPTOR
Kundo
@DataBoundConstructor
public Kundo(java.lang.String phases,
java.lang.String properties,
java.lang.String kundoName)
getProperties
public java.lang.String getProperties()
getPhases
public java.lang.String getPhases()
getKundo
public KundoInstallation getKundo()
- Gets the Kundo kernel to call,
or null if only one installation exists.
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.io.IOException,
java.lang.InterruptedException
- Specified by:
perform in interface hudson.tasks.BuildStep- Overrides:
perform in class hudson.tasks.BuildStepCompatibilityLayer
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2010. All Rights Reserved.