public class TypetalkBuildWrapper extends BuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
TypetalkBuildWrapper.DescriptorImpl |
BuildWrapper.Environment
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
String |
name |
boolean |
notifyEnd |
String |
notifyEndMessage |
boolean |
notifyStart |
String |
notifyStartMessage |
String |
talkNumber |
String |
topicNumber |
Constructor and Description |
---|
TypetalkBuildWrapper(String name,
String topicNumber,
String talkNumber,
boolean notifyStart,
String notifyStartMessage,
boolean notifyEnd,
String notifyEndMessage) |
Modifier and Type | Method and Description |
---|---|
TypetalkBuildWrapper.DescriptorImpl |
getDescriptor() |
BuildWrapper.Environment |
setUp(AbstractBuild build,
Launcher launcher,
BuildListener listener) |
all, decorateLauncher, decorateLogger, getProjectAction, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, setUp
public final String name
public final String topicNumber
public final String talkNumber
public final boolean notifyStart
public final String notifyStartMessage
public final boolean notifyEnd
public final String notifyEndMessage
public BuildWrapper.Environment setUp(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException
setUp
in class BuildWrapper
IOException
InterruptedException
public TypetalkBuildWrapper.DescriptorImpl getDescriptor()
getDescriptor
in interface Describable<BuildWrapper>
getDescriptor
in class AbstractDescribableImpl<BuildWrapper>
Copyright © 2016–2022. All rights reserved.