public interface StashCapabilityProvider
Modifier and Type | Method and Description |
---|---|
boolean |
stashServerRemoteEventsAreWorking(com.atlassian.applinks.api.ApplicationLink applicationLink)
Stash server remote events are configured properly - it's working right now
|
boolean |
stashServerRemoteEventsAreWorking(StashRepository stashRepository)
Deprecated.
since 5.14
|
boolean |
stashServerRemoteEventsAreWorking(VcsRepositoryData stashRepositoryData)
Stash server remote events are configured properly - it's working right now
|
boolean |
stashServerSupportsRemoteEvents(StashRepository stashRepository)
Deprecated.
since 5.14
|
boolean |
stashServerSupportsRemoteEvents(VcsRepositoryData stashRepositoryData)
Stash server is new enough for remote events to work (has capability)
|
@Deprecated boolean stashServerSupportsRemoteEvents(@NotNull StashRepository stashRepository)
@Deprecated boolean stashServerRemoteEventsAreWorking(@NotNull StashRepository stashRepository)
boolean stashServerSupportsRemoteEvents(@NotNull VcsRepositoryData stashRepositoryData)
boolean stashServerRemoteEventsAreWorking(@NotNull VcsRepositoryData stashRepositoryData)
boolean stashServerRemoteEventsAreWorking(@Nullable com.atlassian.applinks.api.ApplicationLink applicationLink)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.