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 classChangeReportFormatter.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.Builderbuilder()abstract Changechange()abstract BooleanisEdit()abstract BooleanisPrivate()abstract BooleanisWorkInProgress()abstract Stringsubject()
-
-
-
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()
-
-