Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.GerritProject

Packages that use GerritProject
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger   
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data   
 

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 GerritProject
static List<GerritProject> GerritDynamicUrlProcessor.fetch(String gerritTriggerConfigUrl, String serverName)
          This is where the actual fetching is done.
 List<GerritProject> GerritTrigger.getDynamicGerritProjects()
          The list of dynamically configured triggering rules.
 List<GerritProject> GerritTrigger.getGerritProjects()
          The list of GerritProject triggering rules.
 

Methods in com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger with parameters of type GerritProject
static void GerritProjectList.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 GerritProject
 void GerritTrigger.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 GerritProject
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 escapeQuotes, boolean noNameAndEmailParameters, String buildStartMessage, String buildSuccessfulMessage, String buildUnstableMessage, String buildFailureMessage, String buildNotBuiltMessage, String buildUnsuccessfulFilepath, String customUrl, String serverName, List<PluginGerritEvent> triggerOnEvents, boolean dynamicTriggerConfiguration, boolean allowTriggeringUnreviewedPatches, String triggerConfigURL)
          Default DataBound Constructor.
 

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
 hudson.model.Descriptor<GerritProject> GerritProject.getDescriptor()
           
 



Copyright © 2004-2013. All Rights Reserved.