| Package | Description |
|---|---|
| com.atlassian.bitbucket.repository | |
| com.atlassian.bitbucket.scm |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardRefType
Standard
ref types that should be supported by all SCM implementations. |
| Modifier and Type | Method and Description |
|---|---|
RefType |
SimpleMinimalRef.getType() |
RefType |
MinimalRef.getType() |
| Modifier and Type | Method and Description |
|---|---|
Optional<RefType> |
ResolveRefRequest.getType()
Retrieves the type of ref to resolve, if it's known in advance.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleMinimalRef.Builder |
SimpleMinimalRef.Builder.type(RefType value) |
B |
SimpleMinimalRepositoryRef.AbstractBuilder.type(RefType value) |
ResolveRefRequest.Builder |
ResolveRefRequest.Builder.type(RefType value) |
| Constructor and Description |
|---|
SimpleMinimalRef(SimpleMinimalRef.AbstractMinimalRefBuilder<?,?> builder,
RefType type) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RefType> |
ResolveRefCommandParameters.getType() |
| Modifier and Type | Method and Description |
|---|---|
ResolveRefCommandParameters.Builder |
ResolveRefCommandParameters.Builder.type(RefType value) |
Copyright © 2023 Atlassian. All rights reserved.