Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.SkipVote
-
Packages that use SkipVote Package Description com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger com.sonyericsson.hudson.plugins.gerrit.trigger.utils -
-
Uses of SkipVote in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return SkipVote Modifier and Type Method Description SkipVote
GerritTrigger. getSkipVote()
The skip vote selection.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type SkipVote Modifier and Type Method Description void
GerritTrigger. setSkipVote(SkipVote skipVote)
The skip vote selection.Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type SkipVote Constructor 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. -
Uses of SkipVote in com.sonyericsson.hudson.plugins.gerrit.trigger.utils
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.utils with parameters of type SkipVote Modifier and Type Method Description static boolean
Logic. shouldSkip(SkipVote skipVote, Result result)
If the given result should be skipped according to the configuration.
-