Class RunAndWaitOption
java.lang.Object
hudson.model.AbstractDescribableImpl<RunAndWaitOption>
org.jenkinsci.plugins.electricflow.RunAndWaitOption
- All Implemented Interfaces:
Describable<RunAndWaitOption>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
void
setCheckInterval
(int checkInterval) void
setDependOnCdJobOutcome
(boolean value) void
setThrowExceptionIfFailed
(boolean value) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
RunAndWaitOption
@DataBoundConstructor public RunAndWaitOption()
-
-
Method Details
-
isDependOnCdJobOutcome
public boolean isDependOnCdJobOutcome() -
setDependOnCdJobOutcome
@DataBoundSetter public void setDependOnCdJobOutcome(boolean value) -
isThrowExceptionIfFailed
public boolean isThrowExceptionIfFailed() -
setThrowExceptionIfFailed
@DataBoundSetter public void setThrowExceptionIfFailed(boolean value) -
getCheckInterval
public int getCheckInterval() -
setCheckInterval
@DataBoundSetter public void setCheckInterval(int checkInterval)
-