Class AbstractProjectRequest

java.lang.Object
com.atlassian.bitbucket.project.AbstractProjectRequest
Direct Known Subclasses:
ProjectCreateRequest, ProjectUpdateRequest

public abstract class AbstractProjectRequest extends Object
  • Method Details

    • getDescription

      @Nullable public String getDescription()
      Returns:
      an optional description for the project
    • getKey

      @Nonnull public String getKey()
      Returns:
      the unique key to identify the project, always stored in uppercase
    • getName

      @Nonnull public String getName()
      Returns:
      the unique name for the project
    • isPublic

      public boolean isPublic()
      Returns:
      true if the project will be made publicly accessible, false otherwise.