Package org.jenkinsci.plugins.p4.tagging
Class TagNotifier
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
org.jenkinsci.plugins.p4.tagging.TagNotifier
- All Implemented Interfaces:
ExtensionPoint,Describable<Publisher>,BuildStep
- Direct Known Subclasses:
TagNotifierStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionTagNotifier(String rawLabelName, String rawLabelDesc, boolean onlyOnSuccess) -
Method Summary
Modifier and TypeMethodDescriptionstatic TagNotifier.DescriptorImplbooleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener 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, prebuild
-
Field Details
-
rawLabelName
-
rawLabelDesc
-
onlyOnSuccess
public final boolean onlyOnSuccess
-
-
Constructor Details
-
TagNotifier
-
-
Method Details
-
getRequiredMonitorService
-
perform
public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) throws InterruptedException- Specified by:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer- Throws:
InterruptedException
-
descriptor
-