com.atlassian.bamboo.plugins.stash
Interface StashCapabilityProvider

All Known Implementing Classes:
StashCapabilityProviderImpl

public interface StashCapabilityProvider


Method Summary
 boolean stashServerRemoteEventsAreWorking(StashRepository stashRepository)
          Stash server remote events are configured properly - it's working right now
 boolean stashServerSupportsRemoteEvents(StashRepository stashRepository)
          Stash server is new enough for remote events to work (has capability)
 

Method Detail

stashServerSupportsRemoteEvents

boolean stashServerSupportsRemoteEvents(@NotNull
                                        StashRepository stashRepository)
Stash server is new enough for remote events to work (has capability)

Parameters:
stashRepository -
Returns:

stashServerRemoteEventsAreWorking

boolean stashServerRemoteEventsAreWorking(@NotNull
                                          StashRepository stashRepository)
Stash server remote events are configured properly - it's working right now

Parameters:
stashRepository -
Returns:


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.