Class CompleteSprint
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Builder
-
- io.jenkins.plugins.actions.buildstepaction.builder.BuildStep
-
- io.jenkins.plugins.actions.buildstepaction.builder.SprintsStepBuilder
-
- io.jenkins.plugins.actions.buildstepaction.CompleteSprint
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
public class CompleteSprint extends SprintsStepBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompleteSprint.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description CompleteSprint(String projectNumber, String sprintNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sprint
getForm()
String
perform(Function<String,String> replacer)
-
Methods inherited from class io.jenkins.plugins.actions.buildstepaction.builder.SprintsStepBuilder
getDescription, getDuration, getEnddate, getName, getNote, getScrummaster, getSprintNumber, getStartdate, getUsers
-
Methods inherited from class io.jenkins.plugins.actions.buildstepaction.builder.BuildStep
getDescriptor, getProjectNumber, perform
-
Methods inherited from class hudson.tasks.Builder
all, getRequiredMonitorService, prebuild
-
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
-
-