Class UpdateWorkItem
- 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.ItemPipelineStep
-
- io.jenkins.plugins.actions.pipeline.UpdateWorkItem
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class UpdateWorkItem extends ItemPipelineStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateWorkItem.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
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.ItemPipelineStep
getAssignee, getCustomFields, getDescription, getDuration, getEnddate, getForm, getItemNumber, getName, getNote, getPriority, getSprintNumber, getStartdate, getStatus, getType
-
Methods inherited from class io.jenkins.plugins.actions.pipeline.step.PipelineStep
getProjectNumber, start
-
-