Uses of Interface
com.atlassian.bamboo.plugins.stash.api.StashRepository
-
Packages that use StashRepository Package Description com.atlassian.bamboo.plugins.stash com.atlassian.bamboo.plugins.stash.api -
-
Uses of StashRepository in com.atlassian.bamboo.plugins.stash
Classes in com.atlassian.bamboo.plugins.stash that implement StashRepository Modifier and Type Class Description class
StashRepositoryImpl
Methods in com.atlassian.bamboo.plugins.stash with parameters of type StashRepository Modifier and Type Method Description boolean
StashCapabilityProviderImpl. stashServerRemoteEventsAreWorking(@NotNull StashRepository stashRepository)
boolean
StashCapabilityProviderImpl. stashServerSupportsRemoteEvents(@NotNull StashRepository stashRepository)
-
Uses of StashRepository in com.atlassian.bamboo.plugins.stash.api
Methods in com.atlassian.bamboo.plugins.stash.api with parameters of type StashRepository Modifier and Type Method Description boolean
StashCapabilityProvider. stashServerRemoteEventsAreWorking(@NotNull StashRepository stashRepository)
Deprecated.since 5.14boolean
StashCapabilityProvider. stashServerSupportsRemoteEvents(@NotNull StashRepository stashRepository)
Deprecated.since 5.14
-