public static interface BuildExecutionSupport.Item
BuildExecutionSupport
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Display name of the build job
|
boolean |
isRunning()
Check wheather the build job has finished or not.
|
void |
repeatExecution()
Trigger re-execution of the build job.
|
void |
stopRunning()
Request to stop the execution of the build job.
|
String getDisplayName()
void repeatExecution()
boolean isRunning()
void stopRunning()