Class AddFeedStatus
- 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.AddFeedStatus
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class AddFeedStatus extends PipelineStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddFeedStatus.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AddFeedStatus(String projectNumber, String feed)
-
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)
String
getFeed()
FeedStatus
getForm()
-
Methods inherited from class io.jenkins.plugins.actions.pipeline.step.PipelineStep
getProjectNumber, start
-
-
-
-
Method Detail
-
getFeed
public String getFeed()
-
getForm
public FeedStatus getForm()
- Overrides:
getForm
in classPipelineStep
-
-