public class TagNotifier
extends hudson.tasks.Notifier
Modifier and Type | Class and Description |
---|---|
static class |
TagNotifier.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl
Modifier and Type | Field and Description |
---|---|
boolean |
onlyOnSuccess |
String |
rawLabelDesc |
String |
rawLabelName |
Constructor and Description |
---|
TagNotifier(String rawLabelName,
String rawLabelDesc,
boolean onlyOnSuccess) |
Modifier and Type | Method and Description |
---|---|
static TagNotifier.DescriptorImpl |
descriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
public final String rawLabelName
public final String rawLabelDesc
public final boolean onlyOnSuccess
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws InterruptedException
perform
in interface hudson.tasks.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
public static TagNotifier.DescriptorImpl descriptor()
Copyright © 2016–2021. All rights reserved.