Uses of Interface
com.atlassian.bamboo.deployments.projects.DeploymentProjectItem
Packages that use DeploymentProjectItem
Package
Description
-
Uses of DeploymentProjectItem in com.atlassian.bamboo.deployments.projects
Classes in com.atlassian.bamboo.deployments.projects that implement DeploymentProjectItemMethods in com.atlassian.bamboo.deployments.projects that return types with arguments of type DeploymentProjectItemModifier and TypeMethodDescriptionDeploymentProjectFunctions.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 DeploymentProjectItemModifier and TypeMethodDescriptionConfigureDeploymentProject.getDeploymentProjectItems()
ViewDeploymentProjects.getDeploymentProjectItems()
ViewDeploymentProjects.getProjectItems()
-
Uses of DeploymentProjectItem in com.atlassian.bamboo.deployments.projects.persistence.items
Methods in com.atlassian.bamboo.deployments.projects.persistence.items that return DeploymentProjectItemModifier and TypeMethodDescription@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 DeploymentProjectItemModifier and TypeMethodDescription@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 DeploymentProjectItemModifier and TypeMethodDescription@NotNull List<DeploymentProjectItem>
DeploymentProjectService.getDeploymentProjectItems
(long deploymentProjectId) Does not validate deployment project exists@NotNull List<DeploymentProjectItem>
DeploymentProjectServiceImpl.getDeploymentProjectItems
(long deploymentProjectId)