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 ChangeApicherryPick(CherryPickInput input)Map<String,FileInfo>files(int parentNum)List files in a specific commit against the parent commit.CommitInfoget()IncludedInInfoincludedIn()
-
-
-
Method Detail
-
get
public CommitInfo get() throws RestApiException
- Specified by:
getin interfaceCommitApi- Throws:
RestApiException
-
cherryPick
public ChangeApi cherryPick(CherryPickInput input) throws RestApiException
- Specified by:
cherryPickin interfaceCommitApi- Throws:
RestApiException
-
includedIn
public IncludedInInfo includedIn() throws RestApiException
- Specified by:
includedInin interfaceCommitApi- Throws:
RestApiException
-
files
public Map<String,FileInfo> files(int parentNum) throws RestApiException
Description copied from interface:CommitApiList files in a specific commit against the parent commit.- Specified by:
filesin interfaceCommitApi- Throws:
RestApiException
-
-