Class SimpleMinimalRepositoryRef.Builder
java.lang.Object
com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder<B,R>
com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder<SimpleMinimalRepositoryRef.Builder,SimpleMinimalRepositoryRef>
com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.Builder
- Enclosing class:
- SimpleMinimalRepositoryRef
public static class SimpleMinimalRepositoryRef.Builder
extends SimpleMinimalRepositoryRef.AbstractBuilder<SimpleMinimalRepositoryRef.Builder,SimpleMinimalRepositoryRef>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ref from the assembled components.protected SimpleMinimalRepositoryRef.Builder
self()
Methods inherited from class com.atlassian.bitbucket.repository.SimpleMinimalRepositoryRef.AbstractBuilder
type
Methods inherited from class com.atlassian.bitbucket.repository.SimpleMinimalRef.AbstractMinimalRefBuilder
displayId, id
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
build
Description copied from class:SimpleMinimalRef.AbstractMinimalRefBuilder
Builds a ref from the assembled components.- Specified by:
build
in classSimpleMinimalRef.AbstractMinimalRefBuilder<SimpleMinimalRepositoryRef.Builder,
SimpleMinimalRepositoryRef> - Returns:
- the built ref
-
self
- Specified by:
self
in classSimpleMinimalRef.AbstractMinimalRefBuilder<SimpleMinimalRepositoryRef.Builder,
SimpleMinimalRepositoryRef>
-