| Package | Description |
|---|---|
| jenkins.plugins.rocketchatnotifier |
| Modifier and Type | Field and Description |
|---|---|
static CommitInfoChoice[] |
RocketChatNotifier.DescriptorImpl.COMMIT_INFO_CHOICES |
| Modifier and Type | Method and Description |
|---|---|
static CommitInfoChoice |
CommitInfoChoice.forDisplayName(String displayName) |
CommitInfoChoice |
RocketChatNotifier.getCommitInfoChoice() |
static CommitInfoChoice |
CommitInfoChoice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitInfoChoice[] |
CommitInfoChoice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RocketChatNotifier(String rocketServerUrl,
String username,
String password,
String channel,
String buildServerUrl,
boolean startNotification,
boolean notifyAborted,
boolean notifyFailure,
boolean notifyNotBuilt,
boolean notifySuccess,
boolean notifyUnstable,
boolean notifyBackToNormal,
boolean notifyRepeatedFailure,
boolean includeTestSummary,
CommitInfoChoice commitInfoChoice,
boolean includeCustomMessage,
String customMessage) |
Copyright © 2016. All rights reserved.