| Constructor and Description |
|---|
BuildResultCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getMatchAborted() |
boolean |
getMatchFailure() |
boolean |
getMatchSuccess() |
boolean |
getMatchUnstable() |
boolean |
matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration)
Decides if the build matches given criteria to be updated or not.
|
void |
setMatchAborted(boolean matchAborted) |
void |
setMatchFailure(boolean matchFailure) |
void |
setMatchSuccess(boolean matchSuccess) |
void |
setMatchUnstable(boolean matchUnstable) |
public boolean getMatchSuccess()
@DataBoundSetter public void setMatchSuccess(boolean matchSuccess)
public boolean getMatchUnstable()
@DataBoundSetter public void setMatchUnstable(boolean matchUnstable)
public boolean getMatchFailure()
@DataBoundSetter public void setMatchFailure(boolean matchFailure)
public boolean getMatchAborted()
@DataBoundSetter public void setMatchAborted(boolean matchAborted)
public boolean matches(hudson.model.Run<?,?> run,
RuleConfiguration configuration)
ConditionCopyright © 2016–2020. All rights reserved.