Interface CommitService
-
- All Implemented Interfaces:
public interface CommitService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCommitService.WithRawResponseA view of CommitService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract CommitService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract CommitServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CommitCreateResponsecreate(String pathProjectId, CommitCreateParams params)Create a new commit (project version) in a project. CommitCreateResponsecreate(String pathProjectId, CommitCreateParams params, RequestOptions requestOptions)CommitCreateResponsecreate(CommitCreateParams params)abstract CommitCreateResponsecreate(CommitCreateParams params, RequestOptions requestOptions)CommitListResponselist(String projectId)List the commits (project versions) in a project. CommitListResponselist(String projectId, CommitListParams params, RequestOptions requestOptions)CommitListResponselist(String projectId, CommitListParams params)abstract CommitListResponselist(CommitListParams params, RequestOptions requestOptions)CommitListResponselist(CommitListParams params)CommitListResponselist(String projectId, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract CommitService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract CommitService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CommitCreateResponse create(String pathProjectId, CommitCreateParams params)
Create a new commit (project version) in a project.
-
create
CommitCreateResponse create(String pathProjectId, CommitCreateParams params, RequestOptions requestOptions)
-
create
CommitCreateResponse create(CommitCreateParams params)
-
create
abstract CommitCreateResponse create(CommitCreateParams params, RequestOptions requestOptions)
-
list
CommitListResponse list(String projectId)
List the commits (project versions) in a project.
-
list
CommitListResponse list(String projectId, CommitListParams params, RequestOptions requestOptions)
-
list
CommitListResponse list(String projectId, CommitListParams params)
-
list
abstract CommitListResponse list(CommitListParams params, RequestOptions requestOptions)
-
list
CommitListResponse list(CommitListParams params)
-
list
CommitListResponse list(String projectId, RequestOptions requestOptions)
-
-
-
-