Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.SkipVote
Packages that use SkipVote
Package
Description
-
Uses of SkipVote in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return SkipVoteMethods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type SkipVoteModifier and TypeMethodDescriptionvoidGerritTrigger.setSkipVote(SkipVote skipVote) The skip vote selection.Constructors in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type SkipVoteModifierConstructorDescriptionGerritTrigger(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 SkipVoteModifier and TypeMethodDescriptionstatic booleanLogic.shouldSkip(SkipVote skipVote, Result result) If the given result should be skipped according to the configuration.