Uses of Class
com.atlassian.bamboo.artifact.MutableArtifactImpl
-
Packages that use MutableArtifactImpl Package Description com.atlassian.bamboo.artifact com.atlassian.bamboo.deployments.versions.persistence.items -
-
Uses of MutableArtifactImpl in com.atlassian.bamboo.artifact
Fields in com.atlassian.bamboo.artifact with type parameters of type MutableArtifactImpl Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,ArchiverType>
MutableArtifactImpl_. archiverType
static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,Boolean>
MutableArtifactImpl_. isGloballyStored
static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,Boolean>
MutableArtifactImpl_. isSharedArtifact
static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,String>
MutableArtifactImpl_. label
static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,String>
MutableArtifactImpl_. linkType
static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,Long>
MutableArtifactImpl_. persistedSize
static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,PlanResultKey>
MutableArtifactImpl_. planResultKey
-
Uses of MutableArtifactImpl in com.atlassian.bamboo.deployments.versions.persistence.items
Fields in com.atlassian.bamboo.deployments.versions.persistence.items with type parameters of type MutableArtifactImpl Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableArtifactDeploymentVersionItemImpl,MutableArtifactImpl>
MutableArtifactDeploymentVersionItemImpl_. artifact
Methods in com.atlassian.bamboo.deployments.versions.persistence.items that return MutableArtifactImpl Modifier and Type Method Description MutableArtifactImpl
ArtifactDeploymentVersionItemDto. getArtifact()
-