Modifier and Type | Method and Description |
---|---|
MinimalRef |
PullRequestSuggestion.getFromRef() |
MinimalRef |
PullRequestSuggestion.getToRef() |
Modifier and Type | Method and Description |
---|---|
Collection<MinimalRef> |
RepositoryMirrorSynchronizedEvent.getFailedRefs() |
Modifier and Type | Method and Description |
---|---|
RepositoryMirrorSynchronizedEvent.Builder |
RepositoryMirrorSynchronizedEvent.Builder.failedRefs(Collection<MinimalRef> value) |
Constructor and Description |
---|
RepositoryMirrorSynchronizedEvent(Object source,
String mirrorServerId,
Repository repository,
Collection<MinimalRef> failedRefs,
Collection<RefChange> refChanges)
Deprecated.
in 6.5 for removal in 7.0. Use
RepositoryMirrorSynchronizedEvent.Builder instead. |
Modifier and Type | Interface and Description |
---|---|
interface |
PullRequestRef
|
Modifier and Type | Class and Description |
---|---|
protected static class |
SimpleMinimalRef.AbstractMinimalRefBuilder<B extends SimpleMinimalRef.AbstractMinimalRefBuilder<B,R>,R extends MinimalRef> |
Modifier and Type | Interface and Description |
---|---|
interface |
Branch
A
Ref denoting a branch in the repository. |
interface |
MinimalRepositoryRef
A
MinimalRef qualified with the Repository it exists in |
interface |
Ref
|
interface |
RepositoryRef
A
Ref qualified with the Repository it exists in |
interface |
Tag
A
Ref denoting a tag in the repository. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleMinimalRef |
class |
SimpleMinimalRepositoryRef
Basic implementation of
MinimalRepositoryRef |
class |
SimpleRepositoryRef
Basic implementation of
RepositoryRef |
Modifier and Type | Method and Description |
---|---|
MinimalRef |
SimpleRefChange.getRef() |
MinimalRef |
RefChange.getRef() |
Modifier and Type | Method and Description |
---|---|
SimpleRefChange.Builder |
SimpleRefChange.Builder.ref(MinimalRef value) |
B |
SimpleRefChange.AbstractBuilder.ref(MinimalRef value) |
Constructor and Description |
---|
AbstractBuilder(Repository repository,
MinimalRef ref) |
Builder(MinimalRef ref) |
ConflictingRefNameException(KeyedMessage message,
MinimalRef ref) |
Modifier and Type | Method and Description |
---|---|
default boolean |
MirrorSyncCallback.onFailedRef(MinimalRef ref)
Called when a ref failed to synchronize.
|
Copyright © 2019 Atlassian. All rights reserved.