Class LabelApi.NotImplemented
- java.lang.Object
-
- com.google.gerrit.extensions.api.projects.LabelApi.NotImplemented
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.projects.LabelApi
LabelApi.NotImplemented
-
-
Constructor Summary
Constructors Constructor Description NotImplemented()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelApicreate(LabelDefinitionInput input)voiddelete(String commitMessage)LabelDefinitionInfoget()LabelDefinitionInfoupdate(LabelDefinitionInput input)
-
-
-
Method Detail
-
create
public LabelApi create(LabelDefinitionInput input) throws RestApiException
- Specified by:
createin interfaceLabelApi- Throws:
RestApiException
-
get
public LabelDefinitionInfo get() throws RestApiException
- Specified by:
getin interfaceLabelApi- Throws:
RestApiException
-
update
public LabelDefinitionInfo update(LabelDefinitionInput input) throws RestApiException
- Specified by:
updatein interfaceLabelApi- Throws:
RestApiException
-
delete
public void delete(String commitMessage) throws RestApiException
- Specified by:
deletein interfaceLabelApi- Throws:
RestApiException
-
-