public interface RefChange extends MinimalRefChange
RepositoryRefsChangedEvent
.Modifier and Type | Field and Description |
---|---|
static int |
MAX_HASH_LENGTH
The maximum length of a ref change's to and from hash
|
Modifier and Type | Method and Description |
---|---|
String |
getFromHash() |
MinimalRef |
getRef() |
String |
getToHash() |
RefChangeType |
getType() |
static final int MAX_HASH_LENGTH
@Nonnull MinimalRef getRef()
getRef
in interface MinimalRefChange
@Nonnull RefChangeType getType()
getType
in interface MinimalRefChange
Copyright © 2022 Atlassian. All rights reserved.