| Interface | Description |
|---|---|
| PersonalProject |
Describes a
user's personal project in the system. |
| Project |
Describes a project in the system.
|
| ProjectService |
Creates, updates and deletes projects.
|
| ProjectSupplier | |
| ProjectVisitor<T> |
Implements the visitor pattern for
projects. |
| Class | Description |
|---|---|
| AbstractProjectRequest | |
| AbstractProjectRequest.AbstractBuilder<B extends AbstractProjectRequest.AbstractBuilder> | |
| AbstractProjectVisitor<T> |
A base implementation of
ProjectVisitor which returns null for all project types. |
| AbstractVoidProjectVisitor |
A base implementation of
ProjectVisitor intended for use in building visitors which do not need to return
any values. |
| ProjectCreateRequest | |
| ProjectCreateRequest.Builder | |
| ProjectSearchRequest |
Request for searching projects.
|
| ProjectSearchRequest.Builder | |
| ProjectUpdateRequest | |
| ProjectUpdateRequest.Builder |
| Enum | Description |
|---|---|
| ProjectType |
Enumerates available
project types. |
| Exception | Description |
|---|---|
| NoSuchProjectException | |
| ProjectCreationCanceledException | |
| ProjectDeletionCanceledException | |
| ProjectModificationCanceledException | |
| ProjectMovedException |
Exception that is thrown when a
project key or namespace
has been changed and the project is retrieved using the old key/namespace. |
Copyright © 2019 Atlassian. All rights reserved.