Package com.google.gerrit.server.change
Class WorkInProgressOp.Input
- java.lang.Object
-
- com.google.gerrit.server.change.WorkInProgressOp.Input
-
- Enclosing class:
- WorkInProgressOp
public static class WorkInProgressOp.Input extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
message
NotifyHandling
notify
-
-
-
Field Detail
-
message
public String message
-
notify
public NotifyHandling notify
-
-
Constructor Detail
-
Input
public Input()
-
Input
public Input(String message)
-
-