public class HelixTeamHubNotifier
extends hudson.tasks.Notifier
| Modifier and Type | Class and Description |
|---|---|
static class |
HelixTeamHubNotifier.HelixTeamHubBuildStepDescriptor |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
HelixTeamHubNotifier(String accountKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountKey() |
HelixTeamHubNotifier.HelixTeamHubBuildStepDescriptor |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
needsToRunAfterFinalized() |
void |
notifyHelixTeamHub(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener) |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
@DataBoundConstructor public HelixTeamHubNotifier(String accountKey)
public String getAccountKey()
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public boolean needsToRunAfterFinalized()
needsToRunAfterFinalized in class hudson.tasks.Publisherpublic boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic void notifyHelixTeamHub(hudson.model.AbstractBuild build,
hudson.model.BuildListener listener)
public HelixTeamHubNotifier.HelixTeamHubBuildStepDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2016–2017. All rights reserved.