Class GitLabMergeRequestLabelExistsStep.GitLabMergeRequestLabelExistsStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<Boolean>
com.dabsquared.gitlabjenkins.workflow.GitLabMergeRequestLabelExistsStep.GitLabMergeRequestLabelExistsStepExecution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GitLabMergeRequestLabelExistsStep
public static class GitLabMergeRequestLabelExistsStep.GitLabMergeRequestLabelExistsStepExecution
extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution<Boolean>
- See Also:
-
Constructor Summary
ConstructorDescriptionGitLabMergeRequestLabelExistsStepExecution
(org.jenkinsci.plugins.workflow.steps.StepContext context, GitLabMergeRequestLabelExistsStep step) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecution
start, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded
-
Constructor Details
-
GitLabMergeRequestLabelExistsStepExecution
public GitLabMergeRequestLabelExistsStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, GitLabMergeRequestLabelExistsStep step) throws Exception - Throws:
Exception
-
-
Method Details