Modifier and Type | Method and Description |
---|---|
Collection<RefChange> |
FileEditHookRequest.getRefChanges() |
Modifier and Type | Method and Description |
---|---|
RefChange |
PullRequestSuggestion.getRefChange() |
Modifier and Type | Method and Description |
---|---|
Collection<RefChange> |
BranchCreationHookRequest.getRefChanges() |
Collection<RefChange> |
BranchDeletionHookRequest.getRefChanges() |
Constructor and Description |
---|
BranchChangedEvent(Object source,
Repository repository,
Branch branch,
RefChange refChange) |
Constructor and Description |
---|
FileEditedEvent(Object source,
Repository repository,
Branch branch,
RefChange refChange,
String path,
InputSupplier<InputStream> content,
String message) |
Modifier and Type | Method and Description |
---|---|
Collection<RefChange> |
RepositoryMirrorSynchronizedEvent.getRefChanges() |
Modifier and Type | Method and Description |
---|---|
RepositoryMirrorSynchronizedEvent.Builder |
RepositoryMirrorSynchronizedEvent.Builder.refChanges(Collection<RefChange> value) |
Modifier and Type | Method and Description |
---|---|
Collection<RefChange> |
PullRequestMergedEvent.getRefChanges() |
Modifier and Type | Method and Description |
---|---|
Collection<RefChange> |
AbstractRepositoryRefsChangedEvent.getRefChanges() |
Collection<RefChange> |
RepositoryRefsChangedEvent.getRefChanges()
Retrieves a collection of the
changed refs . |
Constructor and Description |
---|
AbstractRepositoryRefsChangedEvent(Object source,
Repository repository,
Collection<RefChange> refChanges) |
RepositoryPushEvent(Object source,
Repository repository,
Collection<RefChange> refChanges) |
Modifier and Type | Method and Description |
---|---|
Collection<RefChange> |
TagDeletionHookRequest.getRefChanges() |
Collection<RefChange> |
TagCreationHookRequest.getRefChanges() |
Constructor and Description |
---|
TagChangedEvent(Object source,
Repository repository,
Tag tag,
RefChange refChange) |
Modifier and Type | Method and Description |
---|---|
Collection<RefChange> |
AbstractRepositoryHookRequest.getRefChanges() |
Collection<RefChange> |
RepositoryHookRequest.getRefChanges() |
Collection<RefChange> |
SimpleMergeHookRequest.getRefChanges() |
Collection<RefChange> |
SimpleRepositoryHookRequest.getRefChanges() |
Collection<RefChange> |
SimplePullRequestMergeHookRequest.getRefChanges() |
Modifier and Type | Method and Description |
---|---|
B |
SimpleRepositoryHookRequest.AbstractBuilder.refChanges(RefChange value,
RefChange... moreValues) |
B |
SimpleRepositoryHookRequest.AbstractBuilder.refChanges(RefChange value,
RefChange... moreValues) |
Modifier and Type | Method and Description |
---|---|
B |
SimpleRepositoryHookRequest.AbstractBuilder.refChanges(Iterable<RefChange> values) |
Modifier and Type | Interface and Description |
---|---|
interface |
DetailedRefChange |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDetailedRefChange |
class |
SimpleRefChange
A simple, immutable implementation of
RefChange . |
Modifier and Type | Method and Description |
---|---|
Collection<RefChange> |
RepositoryPushActivity.getRefChanges() |
Constructor and Description |
---|
AbstractBuilder(RefChange change) |
Builder(RefChange change) |
Builder(RefChange refChange) |
Modifier and Type | Method and Description |
---|---|
List<RefChange> |
MirrorUpdateRefsCommandParameters.getChanges() |
List<RefChange> |
MirrorUpdateRefsCommandFailedException.getFailedChanges() |
Modifier and Type | Method and Description |
---|---|
MirrorUpdateRefsCommandParameters.Builder |
MirrorUpdateRefsCommandParameters.Builder.change(RefChange value) |
default boolean |
MirrorSyncCallback.onRefChange(RefChange refChange)
Provides a
ref change to the callback for processing. |
Modifier and Type | Method and Description |
---|---|
MirrorUpdateRefsCommandParameters.Builder |
MirrorUpdateRefsCommandParameters.Builder.changes(Iterable<? extends RefChange> values) |
Constructor and Description |
---|
MirrorUpdateRefsCommandFailedException(KeyedMessage message,
Collection<RefChange> failedChanges) |
MirrorUpdateRefsCommandFailedException(KeyedMessage message,
Throwable cause,
Iterable<RefChange> failedChanges) |
Copyright © 2024 Atlassian. All rights reserved.