public static class

SimpleMinimalRepositoryRef.Builder

extends SimpleMinimalRepositoryRef.AbstractBuilder<B extends AbstractBuilder<B, R extends MinimalRepositoryRef>, R>
java.lang.Object
   ↳ com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder<B extends com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder<B, R extends com.atlassian.bitbucket.repository.MinimalRef>, R>
     ↳ com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder<B extends com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder<B, R extends com.atlassian.bitbucket.repository.MinimalRepositoryRef>, R>
       ↳ com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder

Summary

Public Constructors
Builder(Repository repository)
Builder(SimpleMinimalRepositoryRef ref)
Public Methods
@Nonnull SimpleMinimalRepositoryRef build()
Builds a ref from the assembled components.
Protected Methods
@Nonnull SimpleMinimalRepositoryRef.Builder self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder
From class com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder
From class java.lang.Object

Public Constructors

public Builder (Repository repository)

public Builder (SimpleMinimalRepositoryRef ref)

Public Methods

@Nonnull public SimpleMinimalRepositoryRef build ()

Builds a ref from the assembled components.

Returns
  • the built ref

Protected Methods

@Nonnull protected SimpleMinimalRepositoryRef.Builder self ()