hudson.plugins.kundo
Class Kundo

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Builder
          extended by 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 Class Summary
static class Kundo.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static Kundo.DescriptorImpl DESCRIPTOR
           
 
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
 

Field Detail

DESCRIPTOR

@Extension
public static final Kundo.DescriptorImpl DESCRIPTOR
Constructor Detail

Kundo

@DataBoundConstructor
public Kundo(java.lang.String phases,
                                  java.lang.String properties,
                                  java.lang.String kundoName)
Method Detail

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.