Class StashCapabilityProviderImpl
- java.lang.Object
-
- com.atlassian.bamboo.plugins.stash.StashCapabilityProviderImpl
-
- All Implemented Interfaces:
StashCapabilityProvider
public class StashCapabilityProviderImpl extends Object implements StashCapabilityProvider
-
-
Constructor Summary
Constructors Constructor Description StashCapabilityProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
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)
-
-
-
Method Detail
-
stashServerRemoteEventsAreWorking
public boolean stashServerRemoteEventsAreWorking(@NotNull @NotNull StashRepository stashRepository)
Description copied from interface:StashCapabilityProvider
Stash server remote events are configured properly - it's working right now- Specified by:
stashServerRemoteEventsAreWorking
in interfaceStashCapabilityProvider
-
stashServerSupportsRemoteEvents
public boolean stashServerSupportsRemoteEvents(@NotNull @NotNull StashRepository stashRepository)
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
-
-