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 SummaryConstructorsConstructorDescriptionGitLabMergeRequestLabelExistsStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, GitLabMergeRequestLabelExistsStep step) 
- 
Method SummaryMethods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousStepExecutionstart, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImplinject, onResumeMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecutionacceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded
- 
Constructor Details- 
GitLabMergeRequestLabelExistsStepExecutionpublic GitLabMergeRequestLabelExistsStepExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, GitLabMergeRequestLabelExistsStep step) throws Exception - Throws:
- Exception
 
 
- 
- 
Method Details