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)
Deprecated.
|
protected hudson.model.Result |
combineResults(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
Throwable error)
Deprecated.
|
protected hudson.model.Result |
combineResults(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
Throwable error,
Object context) |
static hudson.model.Result |
getCombinedResult(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
Throwable error)
Deprecated.
|
static hudson.model.Result |
getCombinedResult(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
Throwable error,
Object context) |
static Map<String,BuildCondition> |
getConditionMethods() |
abstract String |
getDescription() |
protected hudson.model.Result |
getExecutionResult(org.jenkinsci.plugins.workflow.job.WorkflowRun r) |
static hudson.model.Result |
getFlowExecutionResult(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)
@Deprecated @Nonnull protected final hudson.model.Result combineResults(@Nonnull org.jenkinsci.plugins.workflow.job.WorkflowRun run)
@Deprecated @Nonnull protected final hudson.model.Result combineResults(@Nonnull org.jenkinsci.plugins.workflow.job.WorkflowRun run, @CheckForNull Throwable error)
@Nonnull protected final hudson.model.Result combineResults(@Nonnull org.jenkinsci.plugins.workflow.job.WorkflowRun run, @CheckForNull Throwable error, @CheckForNull Object context)
@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()
@Deprecated @Nonnull public static hudson.model.Result getCombinedResult(@Nonnull org.jenkinsci.plugins.workflow.job.WorkflowRun run, @CheckForNull Throwable error)
@Nonnull public static hudson.model.Result getCombinedResult(@Nonnull org.jenkinsci.plugins.workflow.job.WorkflowRun run, @CheckForNull Throwable error, @CheckForNull Object context)
@CheckForNull public static hudson.model.Result getFlowExecutionResult(@Nonnull org.jenkinsci.plugins.workflow.job.WorkflowRun r)
Copyright © 2016–2020. All rights reserved.