Class StashCapabilityProviderImpl
java.lang.Object
com.atlassian.bamboo.plugins.stash.StashCapabilityProviderImpl
- All Implemented Interfaces:
StashCapabilityProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
stashServerRemoteEventsAreWorking
(@NotNull StashRepository stashRepository) Stash server remote events are configured properly - it's working right nowboolean
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) Stash server is new enough for remote events to work (has capability)boolean
stashServerSupportsRemoteEvents
(@NotNull VcsRepositoryData stashRepositoryData) Stash server is new enough for remote events to work (has capability)
-
Constructor Details
-
StashCapabilityProviderImpl
public StashCapabilityProviderImpl()
-
-
Method Details
-
stashServerRemoteEventsAreWorking
Description copied from interface:StashCapabilityProvider
Stash server remote events are configured properly - it's working right now- Specified by:
stashServerRemoteEventsAreWorking
in interfaceStashCapabilityProvider
-
stashServerSupportsRemoteEvents
Description copied from interface:StashCapabilityProvider
Stash server is new enough for remote events to work (has capability)- Specified by:
stashServerSupportsRemoteEvents
in interfaceStashCapabilityProvider
-
stashServerSupportsRemoteEvents
public boolean stashServerSupportsRemoteEvents(@NotNull @NotNull VcsRepositoryData stashRepositoryData) Description copied from interface:StashCapabilityProvider
Stash server is new enough for remote events to work (has capability)- Specified by:
stashServerSupportsRemoteEvents
in interfaceStashCapabilityProvider
-
stashServerRemoteEventsAreWorking
public boolean stashServerRemoteEventsAreWorking(@NotNull @NotNull VcsRepositoryData stashRepositoryData) Description copied from interface:StashCapabilityProvider
Stash server remote events are configured properly - it's working right now- Specified by:
stashServerRemoteEventsAreWorking
in interfaceStashCapabilityProvider
-
stashServerRemoteEventsAreWorking
public boolean stashServerRemoteEventsAreWorking(@Nullable @Nullable com.atlassian.applinks.api.ApplicationLink applicationLink) Description copied from interface:StashCapabilityProvider
Stash server remote events are configured properly - it's working right now- Specified by:
stashServerRemoteEventsAreWorking
in interfaceStashCapabilityProvider
-