Class ResolveRefRequest.Builder
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.repository.ResolveRefRequest.Builder
- Enclosing class:
- ResolveRefRequest
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
Builder
-
-
Method Details
-
build
-
refId
- Parameters:
value
- the ref ID to resolve, ornull
to resolve the default branch- Returns:
this
-
type
- Parameters:
value
- the type of ref to resolve, ornull
if the type is not known in advance- Returns:
this
- See Also:
-