public class PhabricatorNotifier
extends hudson.tasks.Notifier
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
PhabricatorNotifier(boolean commentOnSuccess,
boolean uberallsEnabled,
String commentFile,
String commentSize,
boolean commentWithConsoleLinkOnFailure) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommentFile() |
PhabricatorNotifierDescriptor |
getDescriptor() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
isCommentOnSuccess()
These are used in the config.jelly file to populate the state of the fields
|
boolean |
isCommentWithConsoleLinkOnFailure() |
boolean |
isUberallsEnabled() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
public final 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 boolean isCommentOnSuccess()
public boolean isUberallsEnabled()
public boolean isCommentWithConsoleLinkOnFailure()
public String getCommentFile()
public PhabricatorNotifierDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.NotifierCopyright © 2004-2015. All Rights Reserved.