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