public class TypetalkNotifier extends Notifier
Modifier and Type | Class and Description |
---|---|
static class |
TypetalkNotifier.Credential |
static class |
TypetalkNotifier.DescriptorImpl |
Publisher.DescriptorExtensionListImpl
ExtensionPoint.LegacyInstancesAreScopedToHudson
BuildStep.PublisherList
Modifier and Type | Field and Description |
---|---|
String |
description |
String |
name |
String |
talkId |
String |
topicNumber |
BUILDERS, PUBLISHERS
Constructor and Description |
---|
TypetalkNotifier(String name,
String topicNumber,
String talkId,
String description) |
Modifier and Type | Method and Description |
---|---|
TypetalkNotifier.DescriptorImpl |
getDescriptor() |
BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(AbstractBuild<?,?> build,
Launcher launcher,
BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuild
getProjectAction, getProjectActions, perform, prebuild
public final String name
public final String topicNumber
public final String talkId
public final String description
public BuildStepMonitor getRequiredMonitorService()
public boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener) throws IOException
perform
in interface BuildStep
perform
in class BuildStepCompatibilityLayer
IOException
public TypetalkNotifier.DescriptorImpl getDescriptor()
getDescriptor
in interface Describable<Publisher>
getDescriptor
in class Notifier
Copyright © 2016–2022. All rights reserved.