Uses of Class
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.GerritProject
-
Packages that use GerritProject Package Description 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 Modifier and Type Method Description static List<GerritProject>
GerritDynamicUrlProcessor. fetch(String gerritTriggerConfigUrl)
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description GerritTrigger(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 Modifier and Type Method Description Descriptor<GerritProject>
GerritProject. getDescriptor()
-