public abstract class BuildCondition extends Object implements Serializable, ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
BuildCondition() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<BuildCondition> |
all()
All the registered
BuildConditions. |
protected Result |
combineResults(org.jenkinsci.plugins.workflow.job.WorkflowRun run)
Deprecated.
|
protected Result |
combineResults(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
Throwable error)
Deprecated.
|
protected Result |
combineResults(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
Throwable error,
Object context) |
static Result |
getCombinedResult(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
Throwable error)
Deprecated.
|
static Result |
getCombinedResult(org.jenkinsci.plugins.workflow.job.WorkflowRun run,
Throwable error,
Object context) |
static Map<String,BuildCondition> |
getConditionMethods() |
abstract String |
getDescription() |
protected Result |
getExecutionResult(org.jenkinsci.plugins.workflow.job.WorkflowRun r) |
static 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 Result combineResults(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowRun run)
@Deprecated @NonNull protected final Result combineResults(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowRun run, @CheckForNull Throwable error)
@NonNull protected final Result combineResults(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowRun run, @CheckForNull Throwable error, @CheckForNull Object context)
@CheckForNull protected Result getExecutionResult(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowRun r)
public abstract String getDescription()
public static ExtensionList<BuildCondition> all()
BuildConditions.BuildConditions.public static Map<String,BuildCondition> getConditionMethods()
@Deprecated @NonNull public static Result getCombinedResult(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowRun run, @CheckForNull Throwable error)
@NonNull public static Result getCombinedResult(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowRun run, @CheckForNull Throwable error, @CheckForNull Object context)
@CheckForNull public static Result getFlowExecutionResult(@NonNull org.jenkinsci.plugins.workflow.job.WorkflowRun r)
Copyright © 2016–2021. All rights reserved.