Class AddSprintComment
- 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.AddSprintComment
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Builder>
,BuildStep
public class AddSprintComment extends SprintsStepBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddSprintComment.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 AddSprintComment(String projectNumber, String sprintNumber, String note)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
perform(Function<String,String> replacer)
-
Methods inherited from class io.jenkins.plugins.actions.buildstepaction.builder.SprintsStepBuilder
getDescription, getDuration, getEnddate, getForm, 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
-
-