@Deprecated public static class SmileHubNotifier.RocketJobProperty extends JobProperty<AbstractProject<?,?>>
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
owner
BUILDERS, PUBLISHERS
Constructor and Description |
---|
RocketJobProperty(String rocketServerUrl,
boolean trustSSL,
String username,
Secret password,
String channel,
boolean notifyStart,
boolean notifyAborted,
boolean notifyFailure,
boolean notifyNotBuilt,
boolean notifySuccess,
boolean notifyUnstable,
boolean notifyBackToNormal,
boolean notifyRepeatedFailure,
boolean includeTestSummary,
boolean includeTestLog,
boolean showCommitList,
boolean includeCustomMessage,
String customMessage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
Deprecated.
|
String |
getCustomMessage()
Deprecated.
|
boolean |
getNotifyAborted()
Deprecated.
|
boolean |
getNotifyBackToNormal()
Deprecated.
|
boolean |
getNotifyFailure()
Deprecated.
|
boolean |
getNotifyNotBuilt()
Deprecated.
|
boolean |
getNotifyRepeatedFailure()
Deprecated.
|
boolean |
getNotifyStart()
Deprecated.
|
boolean |
getNotifySuccess()
Deprecated.
|
boolean |
getNotifyUnstable()
Deprecated.
|
Secret |
getPassword()
Deprecated.
|
String |
getRocketServerUrl()
Deprecated.
|
boolean |
getShowCommitList()
Deprecated.
|
String |
getUsername()
Deprecated.
|
boolean |
includeCustomMessage()
Deprecated.
|
boolean |
includeTestLog()
Deprecated.
|
boolean |
includeTestSummary()
Deprecated.
|
boolean |
isTrustSSL()
Deprecated.
|
boolean |
prebuild(AbstractBuild<?,?> build,
BuildListener listener)
Deprecated.
|
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, reconfigure, setOwner
@DataBoundConstructor public RocketJobProperty(String rocketServerUrl, boolean trustSSL, String username, Secret password, String channel, boolean notifyStart, boolean notifyAborted, boolean notifyFailure, boolean notifyNotBuilt, boolean notifySuccess, boolean notifyUnstable, boolean notifyBackToNormal, boolean notifyRepeatedFailure, boolean includeTestSummary, boolean includeTestLog, boolean showCommitList, boolean includeCustomMessage, String customMessage)
@Exported public String getRocketServerUrl()
@Exported public boolean isTrustSSL()
@Exported public String getUsername()
@Exported public Secret getPassword()
@Exported public String getChannel()
@Exported public boolean getNotifyStart()
@Exported public boolean getNotifySuccess()
@Exported public boolean getShowCommitList()
public boolean prebuild(AbstractBuild<?,?> build, BuildListener listener)
prebuild
in interface BuildStep
prebuild
in class JobProperty<AbstractProject<?,?>>
@Exported public boolean getNotifyAborted()
@Exported public boolean getNotifyFailure()
@Exported public boolean getNotifyNotBuilt()
@Exported public boolean getNotifyUnstable()
@Exported public boolean getNotifyBackToNormal()
@Exported public boolean includeTestSummary()
@Exported public boolean includeTestLog()
@Exported public boolean getNotifyRepeatedFailure()
@Exported public boolean includeCustomMessage()
@Exported public String getCustomMessage()
Copyright © 2016–2021. All rights reserved.