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 InternalDeploymentProjectItem
DeploymentMocks. 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 ProjectItemType
BambooArtifactDeploymentProjectItem. getType()
@NotNull ProjectItemType
InternalDeploymentProjectItem. getType()
Deprecated.since 9.5, it's always artifactstatic ProjectItemType
ProjectItemType. 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 ProjectItemType
MutableBambooArtifactDeploymentProjectItem. 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 ProjectItemType
ArtifactDeploymentVersionItemImpl. getType()
@NotNull ProjectItemType
InternalDeploymentVersionItem. 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 ProjectItemType
MutableArtifactDeploymentVersionItemImpl. 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 ProjectItemType
RestArtifactDeploymentVersionItem. getType()
-