Uses of Interface
com.atlassian.bamboo.deployments.projects.DeploymentProjectItem
-
-
Uses of DeploymentProjectItem in com.atlassian.bamboo.deployments.projects
Classes in com.atlassian.bamboo.deployments.projects that implement DeploymentProjectItem Modifier and Type Class Description class
BambooArtifactDeploymentProjectItem
Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type DeploymentProjectItem Modifier and Type Method Description static com.google.common.base.Function<DeploymentProject,List<DeploymentProjectItem>>
DeploymentProjectFunctions. getDeploymentProjectItems(@NotNull DeploymentProjectService deploymentProjectService)
-
Uses of DeploymentProjectItem in com.atlassian.bamboo.deployments.projects.actions
Methods in com.atlassian.bamboo.deployments.projects.actions that return types with arguments of type DeploymentProjectItem Modifier and Type Method Description List<DeploymentProjectItem>
ConfigureDeploymentProject. getDeploymentProjectItems()
List<DeploymentProjectItem>
ViewDeploymentProjects. getDeploymentProjectItems()
List<DeploymentProjectItem>
ViewDeploymentProjects. getProjectItems()
-
Uses of DeploymentProjectItem in com.atlassian.bamboo.deployments.projects.persistence.items
Methods in com.atlassian.bamboo.deployments.projects.persistence.items that return DeploymentProjectItem Modifier and Type Method Description @NotNull DeploymentProjectItem
MutableBambooArtifactDeploymentProjectItem. getImmutableProjectItem()
@NotNull DeploymentProjectItem
MutableDeploymentProjectItem. getImmutableProjectItem()
-
Uses of DeploymentProjectItem in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service that return DeploymentProjectItem Modifier and Type Method Description @Nullable DeploymentProjectItem
DeploymentProjectService. getProjectItem(long projectItemId)
Get a specific Project Item.@Nullable DeploymentProjectItem
DeploymentProjectServiceImpl. getProjectItem(long projectItemId)
Methods in com.atlassian.bamboo.deployments.projects.service that return types with arguments of type DeploymentProjectItem Modifier and Type Method Description @NotNull List<DeploymentProjectItem>
DeploymentProjectService. getDeploymentProjectItems(long deploymentProjectId)
Does not validate deployment project exists@NotNull List<DeploymentProjectItem>
DeploymentProjectServiceImpl. getDeploymentProjectItems(long deploymentProjectId)
-