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