public static class ProjectApi.NotImplemented extends java.lang.Object implements ProjectApi
ProjectApi.ListDashboardsRequest, ProjectApi.ListRefsRequest<T extends RefInfo>, ProjectApi.NotImplemented| Constructor and Description |
|---|
NotImplemented() |
public ProjectApi create() throws RestApiException
create in interface ProjectApiRestApiExceptionpublic ProjectApi create(ProjectInput in) throws RestApiException
create in interface ProjectApiRestApiExceptionpublic ProjectInfo get() throws RestApiException
get in interface ProjectApiRestApiExceptionpublic java.lang.String description()
throws RestApiException
description in interface ProjectApiRestApiExceptionpublic ProjectAccessInfo access() throws RestApiException
access in interface ProjectApiRestApiExceptionpublic ProjectAccessInfo access(ProjectAccessInput p) throws RestApiException
access in interface ProjectApiRestApiExceptionpublic ChangeInfo accessChange(ProjectAccessInput input) throws RestApiException
accessChange in interface ProjectApiRestApiExceptionpublic AccessCheckInfo checkAccess(AccessCheckInput in) throws RestApiException
checkAccess in interface ProjectApiRestApiExceptionpublic ConfigInfo config() throws RestApiException
config in interface ProjectApiRestApiExceptionpublic ConfigInfo config(ConfigInput in) throws RestApiException
config in interface ProjectApiRestApiExceptionpublic void description(DescriptionInput in) throws RestApiException
description in interface ProjectApiRestApiExceptionpublic ProjectApi.ListRefsRequest<BranchInfo> branches()
branches in interface ProjectApipublic ProjectApi.ListRefsRequest<TagInfo> tags()
tags in interface ProjectApipublic java.util.List<ProjectInfo> children() throws RestApiException
children in interface ProjectApiRestApiExceptionpublic java.util.List<ProjectInfo> children(boolean recursive) throws RestApiException
children in interface ProjectApiRestApiExceptionpublic ChildProjectApi child(java.lang.String name) throws RestApiException
child in interface ProjectApiRestApiExceptionpublic BranchApi branch(java.lang.String ref) throws RestApiException
ProjectApiNote: This method eagerly reads the branch. Methods that mutate the branch
do not necessarily re-read the branch. Therefore, calling a getter method on an instance after
calling a mutation method on that same instance is not guaranteed to reflect the mutation. It
is not recommended to store references to BranchApi instances.
branch in interface ProjectApiref - branch name, with or without "refs/heads/" prefix.RestApiException - if a problem occurred reading the project.public TagApi tag(java.lang.String ref) throws RestApiException
ProjectApitag in interface ProjectApiref - tag name, with or without "refs/tags/" prefix.RestApiException - if a problem occurred reading the project.public void deleteBranches(DeleteBranchesInput in) throws RestApiException
deleteBranches in interface ProjectApiRestApiExceptionpublic void deleteTags(DeleteTagsInput in) throws RestApiException
deleteTags in interface ProjectApiRestApiExceptionpublic CommitApi commit(java.lang.String commit) throws RestApiException
ProjectApiObjectId string.commit in interface ProjectApicommit - the ObjectId string.RestApiExceptionpublic DashboardApi dashboard(java.lang.String name) throws RestApiException
ProjectApidashboard in interface ProjectApiname - the name.RestApiExceptionpublic DashboardApi defaultDashboard() throws RestApiException
ProjectApidefaultDashboard in interface ProjectApiRestApiExceptionpublic ProjectApi.ListDashboardsRequest dashboards() throws RestApiException
dashboards in interface ProjectApiRestApiExceptionpublic void defaultDashboard(java.lang.String name)
throws RestApiException
ProjectApidefaultDashboard in interface ProjectApiname - the dashboard to set as default.RestApiExceptionpublic void removeDefaultDashboard()
throws RestApiException
ProjectApiremoveDefaultDashboard in interface ProjectApiRestApiException