| Constructor and Description |
|---|
Rule(List<Condition> conditions,
List<Action> actions) |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions() |
List<Condition> |
getConditions() |
boolean |
getContinueAfterMatch() |
int |
getMatchAtMost() |
void |
perform(hudson.model.Job<?,?> job) |
void |
setContinueAfterMatch(boolean continueAfterMatch) |
void |
setMatchAtMost(int matchAtMost) |
@DataBoundSetter public void setMatchAtMost(int matchAtMost)
public int getMatchAtMost()
@DataBoundSetter public void setContinueAfterMatch(boolean continueAfterMatch)
public boolean getContinueAfterMatch()
public void perform(hudson.model.Job<?,?> job)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2019. All rights reserved.