Class CommitApi.NotImplemented
- java.lang.Object
-
- com.google.gerrit.extensions.api.projects.CommitApi.NotImplemented
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.CommitApi
CommitApi.NotImplemented
-
-
Constructor Summary
Constructors Constructor Description NotImplemented()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeApi
cherryPick(CherryPickInput input)
Map<String,FileInfo>
files(int parentNum)
List files in a specific commit against the parent commit.CommitInfo
get()
IncludedInInfo
includedIn()
-
-
-
Method Detail
-
get
public CommitInfo get() throws RestApiException
- Specified by:
get
in interfaceCommitApi
- Throws:
RestApiException
-
cherryPick
public ChangeApi cherryPick(CherryPickInput input) throws RestApiException
- Specified by:
cherryPick
in interfaceCommitApi
- Throws:
RestApiException
-
includedIn
public IncludedInInfo includedIn() throws RestApiException
- Specified by:
includedIn
in interfaceCommitApi
- Throws:
RestApiException
-
files
public Map<String,FileInfo> files(int parentNum) throws RestApiException
Description copied from interface:CommitApi
List files in a specific commit against the parent commit.- Specified by:
files
in interfaceCommitApi
- Throws:
RestApiException
-
-