Class AddSprintComment
- 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.AddSprintComment
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class AddSprintComment extends SprintsPipelineStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddSprintComment.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
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 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
-
-