Package com.atlassian.bamboo.artifact
Class ArtifactDataImpl
- java.lang.Object
-
- com.atlassian.bamboo.artifact.ArtifactImpl
-
- com.atlassian.bamboo.artifact.ArtifactDataImpl
-
- All Implemented Interfaces:
Artifact
,ArtifactData
,BambooIdProvider
,Serializable
public class ArtifactDataImpl extends ArtifactImpl implements ArtifactData
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.artifact.Artifact
SYSTEM_LINK_TYPE
-
-
Constructor Summary
Constructors Constructor Description ArtifactDataImpl(Artifact other, boolean httpCompressionOn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isHttpCompressionOn()
-
Methods inherited from class com.atlassian.bamboo.artifact.ArtifactImpl
getArchiverType, getId, getLabel, getLinkType, getPlanResultKey, getSize, globallyStoredCopyOf, isGloballyStored, isSharedArtifact
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.artifact.Artifact
getArchiverType, getLabel, getLinkType, getPlanResultKey, getSize, isGloballyStored, isSharedArtifact
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
-
-
-
Constructor Detail
-
ArtifactDataImpl
public ArtifactDataImpl(Artifact other, boolean httpCompressionOn)
-
-
Method Detail
-
isHttpCompressionOn
public boolean isHttpCompressionOn()
- Specified by:
isHttpCompressionOn
in interfaceArtifactData
-
-