Package hudson.scm

Class IntegritySCMChkptNotifierStep

java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
hudson.scm.IntegritySCMChkptNotifierStep
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep, jenkins.tasks.SimpleBuildStep

public class IntegritySCMChkptNotifierStep extends hudson.tasks.Notifier implements jenkins.tasks.SimpleBuildStep
  • Nested Class Summary

    Nested classes/interfaces inherited from class hudson.tasks.Publisher

    hudson.tasks.Publisher.DescriptorExtensionListImpl

    Nested classes/interfaces inherited from interface hudson.tasks.BuildStep

    hudson.tasks.BuildStep.PublisherList

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson

    Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep

    jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.tasks.SimpleBuildStep.LastBuildActionFactory
  • Field Summary

    Fields inherited from interface hudson.tasks.BuildStep

    BUILDERS, PUBLISHERS
  • Constructor Summary

    Constructors
    Constructor
    Description
    IntegritySCMChkptNotifierStep(IntegrityConfigurable ciSettings, String configPath, String checkpointLabel, String checkpointDesc)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    hudson.tasks.BuildStepMonitor
     
    void
    perform(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener)
     

    Methods inherited from class hudson.tasks.Notifier

    getDescriptor

    Methods inherited from class hudson.tasks.Publisher

    all, getProjectAction, needsToRunAfterFinalized, prebuild

    Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer

    getProjectAction, getProjectActions, perform, perform, prebuild

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface hudson.tasks.BuildStep

    getProjectAction, getProjectActions, perform, prebuild

    Methods inherited from interface jenkins.tasks.SimpleBuildStep

    perform, perform, requiresWorkspace
  • Constructor Details

  • Method Details

    • getRequiredMonitorService

      public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
      Specified by:
      getRequiredMonitorService in interface hudson.tasks.BuildStep
    • perform

      public void perform(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws InterruptedException, IOException
      Specified by:
      perform in interface jenkins.tasks.SimpleBuildStep
      Throws:
      InterruptedException
      IOException