Package com.atlassian.bitbucket.project
Class AbstractProjectRequest
java.lang.Object
com.atlassian.bitbucket.project.AbstractProjectRequest
- Direct Known Subclasses:
ProjectCreateRequest
,ProjectUpdateRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
-
Method Details
-
getDescription
- Returns:
- an optional description for the project
-
getKey
- Returns:
- the unique key to identify the project, always stored in uppercase
-
getName
- Returns:
- the unique name for the project
-
isPublic
public boolean isPublic()- Returns:
true
if the project will be made publicly accessible,false
otherwise.
-