Uses of Interface
com.atlassian.bamboo.plan.PlanResultKeyProvider
-
-
Uses of PlanResultKeyProvider in com.atlassian.bamboo.chains
Subinterfaces of PlanResultKeyProvider in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
ChainResultsSummary
Represents an execution result of aChain
Classes in com.atlassian.bamboo.chains that implement PlanResultKeyProvider Modifier and Type Class Description class
ChainResultsSummaryImpl
-
Uses of PlanResultKeyProvider in com.atlassian.bamboo.deployments.versions
Subinterfaces of PlanResultKeyProvider in com.atlassian.bamboo.deployments.versions Modifier and Type Interface Description interface
ArtifactDeploymentVersionItem
interface
InternalArtifactDeploymentVersionItem
Interface for DeploymentVersionItems of type BAMBOO_ARTIFACTClasses in com.atlassian.bamboo.deployments.versions that implement PlanResultKeyProvider Modifier and Type Class Description class
ArtifactDeploymentVersionItemImpl
-
Uses of PlanResultKeyProvider in com.atlassian.bamboo.deployments.versions.persistence.items
Subinterfaces of PlanResultKeyProvider in com.atlassian.bamboo.deployments.versions.persistence.items Modifier and Type Interface Description interface
MutableArtifactDeploymentVersionItem
Mutable interface for DeploymentVersionItems of type BAMBOO_ARTIFACT.Classes in com.atlassian.bamboo.deployments.versions.persistence.items that implement PlanResultKeyProvider Modifier and Type Class Description class
MutableArtifactDeploymentVersionItemImpl
-
Uses of PlanResultKeyProvider in com.atlassian.bamboo.matcher
Methods in com.atlassian.bamboo.matcher with type parameters of type PlanResultKeyProvider Modifier and Type Method Description static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>BambooTestMatchers. hasPlanResultKey(PlanResultKey planResultKey)
static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>BambooTestMatchers. hasPlanResultKey(String planResultKey)
-
Uses of PlanResultKeyProvider in com.atlassian.bamboo.matcher.plan
Methods in com.atlassian.bamboo.matcher.plan with type parameters of type PlanResultKeyProvider Modifier and Type Method Description static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>PlanResultKeyMatcher. hasPlanResultKey(PlanResultKey planResultKey)
static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>PlanResultKeyMatcher. hasPlanResultKey(String planResultKey)
static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>PlanResultKeyMatcher. hasPlanResultKey(org.hamcrest.Matcher<PlanResultKey> textMatcher)
-
Uses of PlanResultKeyProvider in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type PlanResultKeyProvider Modifier and Type Field Description static @NotNull com.google.common.base.Function<PlanResultKeyProvider,PlanResultKey>
PlanResultKeyProvider. getPlanKey
Deprecated.since 5.10, use PlanResultKeyProvider::getPlanResultKey -
Uses of PlanResultKeyProvider in com.atlassian.bamboo.rest.model.deployments.versions
Classes in com.atlassian.bamboo.rest.model.deployments.versions that implement PlanResultKeyProvider Modifier and Type Class Description class
RestArtifactDeploymentVersionItem
-
Uses of PlanResultKeyProvider in com.atlassian.bamboo.resultsummary
Subinterfaces of PlanResultKeyProvider in com.atlassian.bamboo.resultsummary Modifier and Type Interface Description interface
BuildResultsSummary
An interface which provides a database persisted version of theBuildResults
interface
MutableBuildKeyResultsSummary
interface
ResultsSummary
Used to store the result of allPlan
executionsClasses in com.atlassian.bamboo.resultsummary that implement PlanResultKeyProvider Modifier and Type Class Description class
AbstractResultsSummary
class
BuildResultsSummaryImpl
-