public class StashCapabilityProviderImpl extends Object implements StashCapabilityProvider
Constructor and Description |
---|
StashCapabilityProviderImpl() |
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)
Stash server remote events are configured properly - it's working right now
|
boolean |
stashServerRemoteEventsAreWorking(VcsRepositoryData stashRepositoryData)
Stash server remote events are configured properly - it's working right now
|
boolean |
stashServerSupportsRemoteEvents(StashRepository stashRepository)
Stash server is new enough for remote events to work (has capability)
|
boolean |
stashServerSupportsRemoteEvents(VcsRepositoryData stashRepositoryData)
Stash server is new enough for remote events to work (has capability)
|
public boolean stashServerRemoteEventsAreWorking(@NotNull StashRepository stashRepository)
StashCapabilityProvider
stashServerRemoteEventsAreWorking
in interface StashCapabilityProvider
public boolean stashServerSupportsRemoteEvents(@NotNull StashRepository stashRepository)
StashCapabilityProvider
stashServerSupportsRemoteEvents
in interface StashCapabilityProvider
public boolean stashServerSupportsRemoteEvents(@NotNull VcsRepositoryData stashRepositoryData)
StashCapabilityProvider
stashServerSupportsRemoteEvents
in interface StashCapabilityProvider
public boolean stashServerRemoteEventsAreWorking(@NotNull VcsRepositoryData stashRepositoryData)
StashCapabilityProvider
stashServerRemoteEventsAreWorking
in interface StashCapabilityProvider
public boolean stashServerRemoteEventsAreWorking(@Nullable com.atlassian.applinks.api.ApplicationLink applicationLink)
StashCapabilityProvider
stashServerRemoteEventsAreWorking
in interface StashCapabilityProvider
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.