Uses of Interface
com.atlassian.bamboo.deployments.projects.InternalDeploymentProjectItem
-
-
Uses of InternalDeploymentProjectItem in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with type parameters of type InternalDeploymentProjectItem Modifier and Type Method Description static <T extends InternalDeploymentProjectItem>
org.hamcrest.Matcher<T>DeploymentMatchers. equalToDeploymentProjectItem(T reference)
Methods in com.atlassian.bamboo.deployments that return InternalDeploymentProjectItem Modifier and Type Method Description static InternalDeploymentProjectItem
DeploymentMocks. mockDeploymentProjectItem(long id, @NotNull String name, @NotNull ProjectItemType projectItemType)
-
Uses of InternalDeploymentProjectItem in com.atlassian.bamboo.deployments.projects
Subinterfaces of InternalDeploymentProjectItem in com.atlassian.bamboo.deployments.projects Modifier and Type Interface Description interface
DeploymentProjectItem
Classes in com.atlassian.bamboo.deployments.projects that implement InternalDeploymentProjectItem Modifier and Type Class Description class
BambooArtifactDeploymentProjectItem
-
Uses of InternalDeploymentProjectItem in com.atlassian.bamboo.deployments.projects.matcher
Classes in com.atlassian.bamboo.deployments.projects.matcher with type parameters of type InternalDeploymentProjectItem Modifier and Type Class Description class
IsDeploymentProjectItemEq<T extends InternalDeploymentProjectItem>
Methods in com.atlassian.bamboo.deployments.projects.matcher with type parameters of type InternalDeploymentProjectItem Modifier and Type Method Description static <T extends InternalDeploymentProjectItem>
org.hamcrest.Matcher<T>IsDeploymentProjectItemEq. equalToDeploymentProjectItem(T reference)
Methods in com.atlassian.bamboo.deployments.projects.matcher with parameters of type InternalDeploymentProjectItem Modifier and Type Method Description protected boolean
IsDeploymentProjectItemEq. matchesSafely(InternalDeploymentProjectItem item)
-
Uses of InternalDeploymentProjectItem in com.atlassian.bamboo.deployments.projects.persistence.items
Subinterfaces of InternalDeploymentProjectItem in com.atlassian.bamboo.deployments.projects.persistence.items Modifier and Type Interface Description interface
MutableDeploymentProjectItem
An editable version of a deployment project item.Classes in com.atlassian.bamboo.deployments.projects.persistence.items that implement InternalDeploymentProjectItem Modifier and Type Class Description class
MutableBambooArtifactDeploymentProjectItem
-