Package | Description |
---|---|
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger | |
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events |
Modifier and Type | Method and Description |
---|---|
List<PluginGerritEvent> |
GerritTrigger.getTriggerOnEvents()
Getter for the triggerOnEvents list.
|
Modifier and Type | Method and Description |
---|---|
void |
GerritTrigger.setTriggerOnEvents(List<PluginGerritEvent> triggerOnEvents)
The list of event types to trigger on.
|
Constructor and Description |
---|
GerritTrigger(List<GerritProject> gerritProjects,
SkipVote skipVote,
Integer gerritBuildStartedVerifiedValue,
Integer gerritBuildStartedCodeReviewValue,
Integer gerritBuildSuccessfulVerifiedValue,
Integer gerritBuildSuccessfulCodeReviewValue,
Integer gerritBuildFailedVerifiedValue,
Integer gerritBuildFailedCodeReviewValue,
Integer gerritBuildUnstableVerifiedValue,
Integer gerritBuildUnstableCodeReviewValue,
Integer gerritBuildNotBuiltVerifiedValue,
Integer gerritBuildNotBuiltCodeReviewValue,
boolean silentMode,
boolean silentStartMode,
boolean escapeQuotes,
boolean noNameAndEmailParameters,
boolean readableMessage,
String dependencyJobsNames,
String buildStartMessage,
String buildSuccessfulMessage,
String buildUnstableMessage,
String buildFailureMessage,
String buildNotBuiltMessage,
String buildUnsuccessfulFilepath,
String customUrl,
String serverName,
String gerritSlaveId,
List<PluginGerritEvent> triggerOnEvents,
boolean dynamicTriggerConfiguration,
String triggerConfigURL,
String notificationLevel)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginChangeAbandonedEvent
An event configuration that causes the build to be triggered when a change is abandoned.
|
class |
PluginChangeMergedEvent
An event configuration that causes the build to be triggered when a change is merged.
|
class |
PluginChangeRestoredEvent
An event configuration that causes the build to be triggered when a change is
restored.
|
class |
PluginCommentAddedContainsEvent
An event configuration that trigger the build when a comment is added and
contains a message matching a configurable RegEx.
|
class |
PluginCommentAddedEvent
An event configuration that causes the build to be triggered when a comment is added.
|
class |
PluginDraftPublishedEvent
An event configuration that causes the build to be triggered when a draft is published.
|
class |
PluginPatchsetCreatedEvent
An event configuration that causes the build to be triggered when a patchset is created.
|
class |
PluginRefUpdatedEvent
An event configuration that causes the build to be triggered when a ref is updated.
|
Modifier and Type | Method and Description |
---|---|
hudson.model.Descriptor<PluginGerritEvent> |
PluginChangeRestoredEvent.getDescriptor()
Getter for the Descriptor.
|
hudson.model.Descriptor<PluginGerritEvent> |
PluginChangeMergedEvent.getDescriptor()
Getter for the Descriptor.
|
hudson.model.Descriptor<PluginGerritEvent> |
PluginCommentAddedEvent.getDescriptor()
Getter for the Descriptor.
|
hudson.model.Descriptor<PluginGerritEvent> |
PluginDraftPublishedEvent.getDescriptor()
Getter for the Descriptor.
|
hudson.model.Descriptor<PluginGerritEvent> |
PluginChangeAbandonedEvent.getDescriptor()
Getter for the Descriptor.
|
hudson.model.Descriptor<PluginGerritEvent> |
PluginPatchsetCreatedEvent.getDescriptor()
Getter for the Descriptor.
|
hudson.model.Descriptor<PluginGerritEvent> |
PluginRefUpdatedEvent.getDescriptor()
Getter for the Descriptor.
|
Copyright © 2004-2016. All Rights Reserved.