public abstract class

AbstractProjectRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.project.AbstractProjectRequest
Known Direct Subclasses

Summary

Nested Classes
class AbstractProjectRequest.AbstractBuilder<B extends AbstractBuilder>  
Protected Constructors
@Deprecated AbstractProjectRequest(String key, String name, String description, boolean publiclyAccessible)
This constructor is deprecated. in 4.2 to be removed in 5.0
AbstractProjectRequest(AbstractBuilder builder)
Public Methods
@Nullable String getDescription()
@Nonnull String getKey()
@Nonnull String getName()
@Nullable String getNamespace()
boolean isPublic()
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

@Deprecated protected AbstractProjectRequest (String key, String name, String description, boolean publiclyAccessible)

This constructor is deprecated.
in 4.2 to be removed in 5.0

protected AbstractProjectRequest (AbstractBuilder builder)

Parameters
builder the builder

Public Methods

@Nullable public String getDescription ()

Returns
  • an optional description for the project

@Nonnull public String getKey ()

Returns
  • the unique key to identify the project, always stored in uppercase

@Nonnull public String getName ()

Returns
  • the unique name for the project

@Nullable public String getNamespace ()

Returns
  • the namespace for the project

public boolean isPublic ()

Returns
  • true if the project will be made publicly accessible, false otherwise.