| com.atlassian.bitbucket.repository.RefChange |
Known Indirect Subclasses
|
Represents a ref change, used mainly by RepositoryRefsChangedEvent.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | MAX_HASH_LENGTH | The maximum length of a ref change's to and from hash | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TO_REF_ID |
This field is deprecated.
in 4.0 for removal in 5.0. With Java 8, RefChange::getRefId can be used instead.
|
||||||||||
| TO_TYPE |
This field is deprecated.
in 4.0 for removal in 5.0. With Java 8, RefChange::getType can be used instead.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
in 4.0 for removal in 5.0. Use
getRef() instead
| |||||||||||
The maximum length of a ref change's to and from hash
This field is deprecated.
in 4.0 for removal in 5.0. With Java 8, RefChange::getRefId can be used instead.
This field is deprecated.
in 4.0 for removal in 5.0. With Java 8, RefChange::getType can be used instead.
This method is deprecated.
in 4.0 for removal in 5.0. Use getRef() instead