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
 List<GerritProject> GerritTrigger.getGerritProjects()
          The list of GerritProject triggering rules.
 

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, Integer gerritBuildStartedVerifiedValue, Integer gerritBuildStartedCodeReviewValue, Integer gerritBuildSuccessfulVerifiedValue, Integer gerritBuildSuccessfulCodeReviewValue, Integer gerritBuildFailedVerifiedValue, Integer gerritBuildFailedCodeReviewValue, Integer gerritBuildUnstableVerifiedValue, Integer gerritBuildUnstableCodeReviewValue, boolean silentMode, boolean escapeQuotes, String buildStartMessage, String buildSuccessfulMessage, String buildUnstableMessage, String buildFailureMessage)
          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-2011. All Rights Reserved.