| Package | Description |
|---|---|
| com.atlassian.bitbucket.repository |
| Modifier and Type | Method and Description |
|---|---|
static RefChangeType |
RefChangeType.fromId(int id) |
RefChangeType |
SimpleMinimalRefChange.getType() |
RefChangeType |
SimpleRefChange.getType() |
RefChangeType |
RefChange.getType() |
RefChangeType |
MinimalRefChange.getType() |
static RefChangeType |
RefChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefChangeType[] |
RefChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
B |
SimpleMinimalRefChange.AbstractMinimalRefChangeBuilder.type(RefChangeType value) |
B |
SimpleRefChange.AbstractBuilder.type(RefChangeType value) |
Copyright © 2023 Atlassian. All rights reserved.