@Deprecated public static class RocketChatNotifier.RocketJobProperty extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Constructor and Description |
|---|
RocketJobProperty(String rocketServerUrl,
String username,
String password,
String channel,
boolean startNotification,
boolean notifyAborted,
boolean notifyFailure,
boolean notifyNotBuilt,
boolean notifySuccess,
boolean notifyUnstable,
boolean notifyBackToNormal,
boolean notifyRepeatedFailure,
boolean includeTestSummary,
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 |
getNotifySuccess()
Deprecated.
|
boolean |
getNotifyUnstable()
Deprecated.
|
String |
getPassword()
Deprecated.
|
String |
getRocketServerUrl()
Deprecated.
|
boolean |
getShowCommitList()
Deprecated.
|
boolean |
getStartNotification()
Deprecated.
|
String |
getUsername()
Deprecated.
|
boolean |
includeCustomMessage()
Deprecated.
|
boolean |
includeTestSummary()
Deprecated.
|
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Deprecated.
|
@DataBoundConstructor public RocketJobProperty(String rocketServerUrl, String username, String password, String channel, boolean startNotification, boolean notifyAborted, boolean notifyFailure, boolean notifyNotBuilt, boolean notifySuccess, boolean notifyUnstable, boolean notifyBackToNormal, boolean notifyRepeatedFailure, boolean includeTestSummary, boolean showCommitList, boolean includeCustomMessage, String customMessage)
@Exported public String getRocketServerUrl()
@Exported public String getUsername()
@Exported public String getPassword()
@Exported public String getChannel()
@Exported public boolean getStartNotification()
@Exported public boolean getNotifySuccess()
@Exported public boolean getShowCommitList()
public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild in interface hudson.tasks.BuildStepprebuild in class hudson.model.JobProperty<hudson.model.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 getNotifyRepeatedFailure()
@Exported public boolean includeCustomMessage()
@Exported public String getCustomMessage()
Copyright © 2016. All rights reserved.