Interface StashCapabilityProvider
- All Known Implementing Classes:
StashCapabilityProviderImpl
public interface StashCapabilityProvider
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstashServerRemoteEventsAreWorking(@Nullable com.atlassian.applinks.api.ApplicationLink applicationLink) Stash server remote events are configured properly - it's working right nowbooleanstashServerRemoteEventsAreWorking(@NotNull VcsRepositoryData stashRepositoryData) Stash server remote events are configured properly - it's working right nowbooleanstashServerSupportsRemoteEvents(@NotNull VcsRepositoryData stashRepositoryData) Stash server is new enough for remote events to work (has capability)
-
Method Details
-
stashServerSupportsRemoteEvents
Stash server is new enough for remote events to work (has capability) -
stashServerRemoteEventsAreWorking
Stash server remote events are configured properly - it's working right now -
stashServerRemoteEventsAreWorking
boolean stashServerRemoteEventsAreWorking(@Nullable @Nullable com.atlassian.applinks.api.ApplicationLink applicationLink) Stash server remote events are configured properly - it's working right now
-