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 LabelApi
create(LabelDefinitionInput input)
void
delete(String commitMessage)
LabelDefinitionInfo
get()
LabelDefinitionInfo
update(LabelDefinitionInput input)
-
-
-
Method Detail
-
create
public LabelApi create(LabelDefinitionInput input) throws RestApiException
- Specified by:
create
in interfaceLabelApi
- Throws:
RestApiException
-
get
public LabelDefinitionInfo get() throws RestApiException
- Specified by:
get
in interfaceLabelApi
- Throws:
RestApiException
-
update
public LabelDefinitionInfo update(LabelDefinitionInput input) throws RestApiException
- Specified by:
update
in interfaceLabelApi
- Throws:
RestApiException
-
delete
public void delete(String commitMessage) throws RestApiException
- Specified by:
delete
in interfaceLabelApi
- Throws:
RestApiException
-
-