Package hudson.scm
Class IntegritySCMCheckinNotifierStep
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
hudson.scm.IntegritySCMCheckinNotifierStep
- All Implemented Interfaces:
hudson.ExtensionPoint,hudson.model.Describable<hudson.tasks.Publisher>,hudson.tasks.BuildStep,jenkins.tasks.SimpleBuildStep
public class IntegritySCMCheckinNotifierStep
extends hudson.tasks.Notifier
implements jenkins.tasks.SimpleBuildStep
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.tasks.Publisher
hudson.tasks.Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudsonNested 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
ConstructorsConstructorDescriptionIntegritySCMCheckinNotifierStep(IntegrityConfigurable ciSettings, String configPath, String includes, String excludes, String itemID) -
Method Summary
Modifier and TypeMethodDescriptionhudson.tasks.BuildStepMonitorvoidperform(hudson.model.Run<?, ?> run, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) Methods inherited from class hudson.tasks.Notifier
getDescriptorMethods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, perform, prebuildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, perform, prebuildMethods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Constructor Details
-
IntegritySCMCheckinNotifierStep
public IntegritySCMCheckinNotifierStep(IntegrityConfigurable ciSettings, String configPath, String includes, String excludes, String itemID)
-
-
Method Details
-
getRequiredMonitorService
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()- Specified by:
getRequiredMonitorServicein interfacehudson.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:
performin interfacejenkins.tasks.SimpleBuildStep- Throws:
InterruptedExceptionIOException
-