Class AddItemComment
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Publisher
-
- hudson.tasks.Recorder
-
- io.jenkins.plugins.actions.postbuild.builder.PostBuild
-
- io.jenkins.plugins.actions.postbuild.builder.ItemPostBuilder
-
- io.jenkins.plugins.actions.postbuild.AddItemComment
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Publisher>
,BuildStep
public class AddItemComment extends ItemPostBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddItemComment.DescriptorImpl
-
Nested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
-
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 AddItemComment(String projectNumber, String sprintNumber, String itemNumber, 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.postbuild.builder.ItemPostBuilder
getAssignee, getCustomFields, getDescription, getDuration, getEnddate, getForm, getItemNumber, getName, getNote, getPriority, getSprintNumber, getStartdate, getStatus, getType
-
Methods inherited from class io.jenkins.plugins.actions.postbuild.builder.PostBuild
getDescriptor, getProjectNumber, getRequiredMonitorService, perform
-
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
-
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuild
-
-