|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultipleNodeDescribingParameterDefinition
| Method Summary | |
|---|---|
TriggerNextBuildWrapper |
createBuildWrapper()
Returns the wrapper to trigger the next build |
String |
getName()
The name of the parameter |
NodeEligibility |
getNodeEligibility()
gets the strategy which decides whether a node should be ignored or not |
String |
getTriggerIfResult()
Get the requested build result definition |
void |
validateBuild(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Callback to allow the parameter definition to do a final validation if everything is OK to proceed. |
| Method Detail |
|---|
String getTriggerIfResult()
String getName()
NodeEligibility getNodeEligibility()
void validateBuild(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
build - build to be validatedlauncher - build launcherlistener - provides access to the log streamTriggerNextBuildWrapper createBuildWrapper()
null if there is no new build to be triggered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||