Uses of Class
com.atlassian.bamboo.deployments.projects.ProjectItemType
-
-
Uses of ProjectItemType in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with parameters of type ProjectItemType Modifier and Type Method Description static InternalDeploymentProjectItemDeploymentMocks. mockDeploymentProjectItem(long id, @NotNull String name, @NotNull ProjectItemType projectItemType) -
Uses of ProjectItemType in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return ProjectItemType Modifier and Type Method Description @NotNull ProjectItemTypeBambooArtifactDeploymentProjectItem. getType()@NotNull ProjectItemTypeInternalDeploymentProjectItem. getType()Deprecated.since 9.5, it's always artifactstatic ProjectItemTypeProjectItemType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static ProjectItemType[]ProjectItemType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProjectItemType in com.atlassian.bamboo.deployments.projects.persistence.items
Methods in com.atlassian.bamboo.deployments.projects.persistence.items that return ProjectItemType Modifier and Type Method Description @NotNull ProjectItemTypeMutableBambooArtifactDeploymentProjectItem. getType() -
Uses of ProjectItemType in com.atlassian.bamboo.deployments.versions
Methods in com.atlassian.bamboo.deployments.versions that return ProjectItemType Modifier and Type Method Description @NotNull ProjectItemTypeArtifactDeploymentVersionItemImpl. getType()@NotNull ProjectItemTypeInternalDeploymentVersionItem. getType()Deprecated.since 9.5, it's always artifactConstructors in com.atlassian.bamboo.deployments.versions with parameters of type ProjectItemType Constructor Description ArtifactDeploymentVersionItemImpl(long id, @Nullable String name, @Nullable ProjectItemType type, @NotNull PlanResultKey planResultKey, @NotNull Artifact artifact)Deprecated.since 9.5, name and type parameters are not used -
Uses of ProjectItemType in com.atlassian.bamboo.deployments.versions.persistence.items
Methods in com.atlassian.bamboo.deployments.versions.persistence.items that return ProjectItemType Modifier and Type Method Description @NotNull ProjectItemTypeMutableArtifactDeploymentVersionItemImpl. getType() -
Uses of ProjectItemType in com.atlassian.bamboo.rest.model.deployments.versions
Methods in com.atlassian.bamboo.rest.model.deployments.versions that return ProjectItemType Modifier and Type Method Description @NotNull ProjectItemTypeRestArtifactDeploymentVersionItem. getType()
-