Enum GerritTriggerParameters.ParameterMode

java.lang.Object
java.lang.Enum<GerritTriggerParameters.ParameterMode>
com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTriggerParameters.ParameterMode
All Implemented Interfaces:
Serializable, Comparable<GerritTriggerParameters.ParameterMode>
Enclosing class:
GerritTriggerParameters

public static enum GerritTriggerParameters.ParameterMode extends Enum<GerritTriggerParameters.ParameterMode>
How a parameter should be added to the triggered build. Some parameters like GerritTriggerParameters.GERRIT_CHANGE_COMMIT_MESSAGE and GerritTriggerParameters.GERRIT_CHANGE_SUBJECT can be bulky and not often used in the build. This allows the user to specify how those specific parameters should be added. NONE means that they are not added at all.