Class LabelDefinitionInput
- java.lang.Object
-
- com.google.gerrit.extensions.common.InputWithCommitMessage
-
- com.google.gerrit.extensions.common.LabelDefinitionInput
-
public class LabelDefinitionInput extends InputWithCommitMessage
-
-
Field Summary
-
Fields inherited from class com.google.gerrit.extensions.common.InputWithCommitMessage
commitMessage
-
-
Constructor Summary
Constructors Constructor Description LabelDefinitionInput()
-
-
-
Field Detail
-
name
public String name
-
function
public String function
-
defaultValue
public Short defaultValue
-
canOverride
public Boolean canOverride
-
copyAnyScore
public Boolean copyAnyScore
-
copyMinScore
public Boolean copyMinScore
-
copyMaxScore
public Boolean copyMaxScore
-
copyAllScoresIfListOfFilesDidNotChange
public Boolean copyAllScoresIfListOfFilesDidNotChange
-
copyAllScoresIfNoChange
public Boolean copyAllScoresIfNoChange
-
copyAllScoresIfNoCodeChange
public Boolean copyAllScoresIfNoCodeChange
-
copyAllScoresOnTrivialRebase
public Boolean copyAllScoresOnTrivialRebase
-
copyAllScoresOnMergeFirstParentUpdate
public Boolean copyAllScoresOnMergeFirstParentUpdate
-
allowPostSubmit
public Boolean allowPostSubmit
-
ignoreSelfApproval
public Boolean ignoreSelfApproval
-
-