public static abstract class

AbstractProjectRequest.AbstractBuilder

extends BuilderSupport
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder<B extends com.atlassian.bitbucket.project.AbstractProjectRequest.AbstractBuilder>
Known Direct Subclasses

Summary

Fields
protected String description Protected fields have been deprecated and will be made private in 5.0
protected String key
protected String name
protected boolean publiclyAccessible
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Protected Constructors
AbstractBuilder()
AbstractBuilder(Project project)
Public Methods
@Nonnull B description(String value)
@Nonnull B key(String value)
@Nonnull B name(String value)
@Nonnull B namespace(String value)
@Nonnull B publiclyAccessible(boolean value)
Protected Methods
@Nonnull abstract B self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Fields

protected String description

Protected fields have been deprecated and will be made private in 5.0

protected String key

protected String name

protected boolean publiclyAccessible

Protected Constructors

protected AbstractBuilder ()

protected AbstractBuilder (Project project)

Public Methods

@Nonnull public B description (String value)

@Nonnull public B key (String value)

@Nonnull public B name (String value)

@Nonnull public B namespace (String value)

Parameters
value the namespace
Returns
  • the builder

@Nonnull public B publiclyAccessible (boolean value)

Parameters
value whether the repository will be publicly accessible or not.
Returns
  • this

Protected Methods

@Nonnull protected abstract B self ()