Class CompleteSprint
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- io.jenkins.plugins.actions.pipeline.step.PipelineStep
-
- io.jenkins.plugins.actions.pipeline.step.SprintsPipelineStep
-
- io.jenkins.plugins.actions.pipeline.CompleteSprint
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class CompleteSprint extends SprintsPipelineStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompleteSprint.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CompleteSprint(String projectNumber, String sprintNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jenkinsci.plugins.workflow.steps.StepExecution
execute(org.jenkinsci.plugins.workflow.steps.StepContext context, Function<String,String> replacer)
-
Methods inherited from class io.jenkins.plugins.actions.pipeline.step.SprintsPipelineStep
getCustomFields, getDescription, getDuration, getEnddate, getForm, getName, getNote, getScrummaster, getSprintNumber, getStartdate, getUsers
-
Methods inherited from class io.jenkins.plugins.actions.pipeline.step.PipelineStep
getProjectNumber, start
-
-