Class GetLastChangesPublisherStep
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.GetLastChangesPublisherStep
- All Implemented Interfaces:
 ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class GetLastChangesPublisherStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Constructor Summary
ConstructorsConstructorDescriptionGetLastChangesPublisherStep(SinceType since, FormatType format, MatchingType matching, Boolean showFiles, Boolean synchronisedScroll, String matchWordsThreshold, String matchingMaxComparisons, String specificRevision, String vcsDir, String specificBuild)  - 
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
prepareInjector, startMethods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor 
- 
Constructor Details
- 
GetLastChangesPublisherStep
@DataBoundConstructor public GetLastChangesPublisherStep(SinceType since, FormatType format, MatchingType matching, Boolean showFiles, Boolean synchronisedScroll, String matchWordsThreshold, String matchingMaxComparisons, String specificRevision, String vcsDir, String specificBuild)  
 -