public static abstract class

AbstractProjectRequest.AbstractBuilder

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

Summary

Fields
protected String description
protected String key
protected String name
protected boolean publiclyAccessible
[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Protected Constructors
AbstractProjectRequest.AbstractBuilder()
AbstractProjectRequest.AbstractBuilder(Project project)
Public Methods
B description(String value)
B key(String value)
B name(String value)
B publiclyAccessible(boolean value)
Protected Methods
abstract B self()
[Expand]
Inherited Methods
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Fields

protected String description

protected String key

protected String name

protected boolean publiclyAccessible

Protected Constructors

protected AbstractProjectRequest.AbstractBuilder ()

protected AbstractProjectRequest.AbstractBuilder (Project project)

Public Methods

public B description (String value)

public B key (String value)

public B name (String value)

public B publiclyAccessible (boolean value)

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

Protected Methods

protected abstract B self ()