Class SetCommitStatusExecution
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.steps.StepExecution
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
- org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<Void>
-
- org.jenkinsci.plugins.github.pullrequest.pipeline.SetCommitStatusExecution
-
- All Implemented Interfaces:
Serializable
public class SetCommitStatusExecution extends org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution<Void>
Pipeline DSL step to update a GitHub commit status for a pull request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetCommitStatusExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Void
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution
getStatus, onResume, start, stop
-
-