Class InputWithCommitMessage
- java.lang.Object
-
- com.google.gerrit.extensions.common.InputWithCommitMessage
-
- Direct Known Subclasses:
LabelDefinitionInput
,ParentInput
,SetDashboardInput
public class InputWithCommitMessage extends Object
A generic input with a commit message only.
-
-
Field Summary
Fields Modifier and Type Field Description String
commitMessage
-
Constructor Summary
Constructors Constructor Description InputWithCommitMessage()
InputWithCommitMessage(String commitMessage)
-