|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
hudson.plugins.chucknorris.CordellWalkerRecorder
public class CordellWalkerRecorder
This class associates a RoundhouseAction to a job or a build. For more info on Cordell Walker, check out http://www.imdb.com/character/ch0038386/.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.tasks.Publisher |
|---|
hudson.tasks.Publisher.DescriptorExtensionListImpl |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
|---|
hudson.tasks.BuildStep.PublisherList |
| Field Summary |
|---|
| Fields inherited from interface hudson.tasks.BuildStep |
|---|
BUILDERS, PUBLISHERS |
| Constructor Summary | |
|---|---|
CordellWalkerRecorder()
Constructs a CordellWalkerRecorder with default
FactGenerator. |
|
CordellWalkerRecorder(FactGenerator factGenerator)
Constructs a CordellWalkerRecorder with specified
FactGenerator. |
|
| Method Summary | |
|---|---|
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project)
Gets the RoundhouseAction as the project action. |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService()
Gets the required monitor service. |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Adds RoundhouseAction to the build actions. |
| Methods inherited from class hudson.tasks.Recorder |
|---|
getDescriptor |
| Methods inherited from class hudson.tasks.Publisher |
|---|
all, getProjectAction, needsToRunAfterFinalized, prebuild |
| Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer |
|---|
getProjectActions, 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 |
|---|
getProjectActions, prebuild |
| Constructor Detail |
|---|
@DataBoundConstructor public CordellWalkerRecorder()
CordellWalkerRecorder with default
FactGenerator.
public CordellWalkerRecorder(FactGenerator factGenerator)
CordellWalkerRecorder with specified
FactGenerator.
factGenerator - the fact generator| Method Detail |
|---|
public final hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerproject - the project
public final boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerbuild - the buildlauncher - the launcherlistener - the listener
InterruptedException - when there's an interruption
IOException - when there's an IO errorpublic final hudson.tasks.BuildStepMonitor getRequiredMonitorService()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||