Interface StashCapabilityProvider
-
- All Known Implementing Classes:
StashCapabilityProviderImpl
public interface StashCapabilityProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
stashServerRemoteEventsAreWorking(@NotNull StashRepository stashRepository)
Deprecated.since 5.14boolean
stashServerRemoteEventsAreWorking(@NotNull VcsRepositoryData stashRepositoryData)
Stash server remote events are configured properly - it's working right nowboolean
stashServerRemoteEventsAreWorking(@Nullable com.atlassian.applinks.api.ApplicationLink applicationLink)
Stash server remote events are configured properly - it's working right nowboolean
stashServerSupportsRemoteEvents(@NotNull StashRepository stashRepository)
Deprecated.since 5.14boolean
stashServerSupportsRemoteEvents(@NotNull VcsRepositoryData stashRepositoryData)
Stash server is new enough for remote events to work (has capability)
-
-
-
Method Detail
-
stashServerSupportsRemoteEvents
@Deprecated boolean stashServerSupportsRemoteEvents(@NotNull @NotNull StashRepository stashRepository)
Deprecated.since 5.14Stash server is new enough for remote events to work (has capability)
-
stashServerRemoteEventsAreWorking
@Deprecated boolean stashServerRemoteEventsAreWorking(@NotNull @NotNull StashRepository stashRepository)
Deprecated.since 5.14Stash server remote events are configured properly - it's working right now
-
stashServerSupportsRemoteEvents
boolean stashServerSupportsRemoteEvents(@NotNull @NotNull VcsRepositoryData stashRepositoryData)
Stash server is new enough for remote events to work (has capability)
-
stashServerRemoteEventsAreWorking
boolean stashServerRemoteEventsAreWorking(@NotNull @NotNull VcsRepositoryData stashRepositoryData)
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
-
-