Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.GerritProject
Packages that use GerritProject
Package
Description
-
Uses of GerritProject in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger that return types with arguments of type GerritProjectModifier and TypeMethodDescriptionstatic List<GerritProject>This is where the actual fetching is done.GerritTrigger.getDynamicGerritProjects()The list of dynamically configured triggering rules.GerritTrigger.getGerritProjects()The list of GerritProject triggering rules.Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type GerritProjectModifier and TypeMethodDescriptionstatic voidGerritProjectList.addProject(GerritProject project, GerritTrigger trigger) Adds project to project list.Method parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with type arguments of type GerritProjectModifier and TypeMethodDescriptionvoidGerritTrigger.setGerritProjects(List<GerritProject> gerritProjects) The list of GerritProject triggering rules.Constructor parameters in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with type arguments of type GerritProjectModifierConstructorDescriptionGerritTrigger(List<GerritProject> gerritProjects) Default DataBound Constructor.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 GerritProject in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data
Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data that return types with arguments of type GerritProject