public abstract class BuildCondition extends Object implements Serializable, hudson.ExtensionPoint
| Constructor and Description |
|---|
BuildCondition() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<BuildCondition> |
all()
All the registered
BuildConditions. |
protected hudson.model.Result |
combineResults(org.jenkinsci.plugins.workflow.job.WorkflowRun run) |
static Map<String,BuildCondition> |
getConditionMethods() |
abstract String |
getDescription() |
protected hudson.model.Result |
getExecutionResult(org.jenkinsci.plugins.workflow.job.WorkflowRun r) |
static List<String> |
getOrderedConditionNames() |
boolean |
meetsCondition(Object runWrapperObj)
Deprecated.
|
boolean |
meetsCondition(Object runWrapperObj,
Object context,
Throwable error) |
boolean |
meetsCondition(org.jenkinsci.plugins.workflow.job.WorkflowRun r)
Deprecated.
|
boolean |
meetsCondition(org.jenkinsci.plugins.workflow.job.WorkflowRun r,
Object context,
Throwable error) |
@Deprecated public boolean meetsCondition(@Nonnull org.jenkinsci.plugins.workflow.job.WorkflowRun r)
public boolean meetsCondition(@Nonnull org.jenkinsci.plugins.workflow.job.WorkflowRun r, Object context, Throwable error)
@Deprecated public boolean meetsCondition(@Nonnull Object runWrapperObj)
public boolean meetsCondition(@Nonnull Object runWrapperObj, Object context, Throwable error)
@Nonnull protected final hudson.model.Result combineResults(@Nonnull org.jenkinsci.plugins.workflow.job.WorkflowRun run)
@CheckForNull protected hudson.model.Result getExecutionResult(@Nonnull org.jenkinsci.plugins.workflow.job.WorkflowRun r)
public abstract String getDescription()
public static hudson.ExtensionList<BuildCondition> all()
BuildConditions.BuildConditions.public static Map<String,BuildCondition> getConditionMethods()
Copyright © 2016–2018. All rights reserved.