|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGerritHudsonTriggerConfig
Interface for the Global configuration.
Method Summary | |
---|---|
int |
getBuildScheduleDelay()
Returns the BuildScheduleDelay. |
int |
getGerritBuildFailedCodeReviewValue()
The default code review value for build failed. |
int |
getGerritBuildFailedVerifiedValue()
The default verified value for build failed. |
int |
getGerritBuildStartedCodeReviewValue()
The default code review value for build started. |
int |
getGerritBuildStartedVerifiedValue()
The default verified value for build started. |
int |
getGerritBuildSuccessfulCodeReviewValue()
The default code review value for build successful. |
int |
getGerritBuildSuccessfulVerifiedValue()
The default verified value for build successful. |
int |
getGerritBuildUnstableCodeReviewValue()
The default code review value for build unstable. |
int |
getGerritBuildUnstableVerifiedValue()
The default verified value for build unstable. |
String |
getGerritCmdBuildFailed()
The command template to use when sending build-failed messages to Gerrit. |
String |
getGerritCmdBuildStarted()
The command template to use when sending build-started messages to Gerrit. |
String |
getGerritCmdBuildSuccessful()
The command template to use when sending build-successful messages to Gerrit. |
String |
getGerritCmdBuildUnstable()
The command template to use when sending build-unstable messages to Gerrit. |
String |
getGerritFrontEndUrl()
Base URL for the Gerrit UI. |
String |
getGerritFrontEndUrlFor(String number,
String revision)
Creates a URL to the provided changeset number. |
boolean |
hasDefaultValues()
If the plugin still has default values for hostname and frontendurl. |
boolean |
isEnableManualTrigger()
If the manual trigger is enabled (shown to users) or not. |
void |
setValues(net.sf.json.JSONObject form)
Sets all config values from the provided JSONObject. |
Methods inherited from interface com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritConnectionConfig |
---|
getGerritAuthentication, getGerritAuthKeyFile, getGerritAuthKeyFilePassword, getGerritHostName, getGerritSshPort, getGerritUserName, getNumberOfReceivingWorkerThreads, getNumberOfSendingWorkerThreads |
Method Detail |
---|
String getGerritFrontEndUrl()
String getGerritCmdBuildStarted()
String getGerritCmdBuildSuccessful()
String getGerritCmdBuildFailed()
String getGerritCmdBuildUnstable()
int getGerritBuildStartedVerifiedValue()
int getGerritBuildStartedCodeReviewValue()
int getGerritBuildSuccessfulVerifiedValue()
int getGerritBuildSuccessfulCodeReviewValue()
int getGerritBuildFailedVerifiedValue()
int getGerritBuildFailedCodeReviewValue()
int getGerritBuildUnstableVerifiedValue()
int getGerritBuildUnstableCodeReviewValue()
void setValues(net.sf.json.JSONObject form)
form
- the JSON object with form data.String getGerritFrontEndUrlFor(String number, String revision)
number
- the changeset numberrevision
- the patch set number (currently not used)
getGerritFrontEndUrl()
+ / + numbergetGerritFrontEndUrl()
boolean isEnableManualTrigger()
int getBuildScheduleDelay()
boolean hasDefaultValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |