Package com.atlassian.bitbucket.project
Class AbstractProjectRequest
java.lang.Object
com.atlassian.bitbucket.project.AbstractProjectRequest
- Direct Known Subclasses:
- ProjectCreateRequest,- ProjectUpdateRequest
- 
Nested Class SummaryNested ClassesModifier 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
 
- 
isPublicpublic boolean isPublic()- Returns:
- trueif the project will be made publicly accessible,- falseotherwise.
 
 
-