Package com.google.gerrit.server.git
Class ChangeReportFormatter.Input
- java.lang.Object
-
- com.google.gerrit.server.git.ChangeReportFormatter.Input
-
- Enclosing interface:
- ChangeReportFormatter
public abstract static class ChangeReportFormatter.Input extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChangeReportFormatter.Input.Builder
-
Constructor Summary
Constructors Constructor Description Input()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ChangeReportFormatter.Input.Builder
builder()
abstract Change
change()
abstract Boolean
isEdit()
abstract Boolean
isPrivate()
abstract Boolean
isWorkInProgress()
abstract String
subject()
-
-
-
Method Detail
-
change
public abstract Change change()
-
subject
public abstract String subject()
-
isEdit
public abstract Boolean isEdit()
-
isPrivate
public abstract Boolean isPrivate()
-
isWorkInProgress
public abstract Boolean isWorkInProgress()
-
builder
public static ChangeReportFormatter.Input.Builder builder()
-
-