Class PublishLastChangesStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
-
- com.github.jenkins.lastchanges.pipeline.PublishLastChangesStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class PublishLastChangesStep extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PublishLastChangesStep.DescriptorImpl
static class
PublishLastChangesStep.Execution
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description PublishLastChangesStep(LastChangesPublisherScript publisher)
-
-
-
Constructor Detail
-
PublishLastChangesStep
@DataBoundConstructor public PublishLastChangesStep(LastChangesPublisherScript publisher)
-
-