Class ArtifactPathBuilderFactoryImpl.ArtifactPathBuilderForTemporaryStorage
- java.lang.Object
-
- com.atlassian.bamboo.storage.location.ArtifactPathBuilderImpl
-
- com.atlassian.bamboo.storage.location.ArtifactPathBuilderFactoryImpl.ArtifactPathBuilderForTemporaryStorage
-
- All Implemented Interfaces:
ArtifactPathBuilder
- Enclosing class:
- ArtifactPathBuilderFactoryImpl
public static class ArtifactPathBuilderFactoryImpl.ArtifactPathBuilderForTemporaryStorage extends ArtifactPathBuilderImpl
-
-
Constructor Summary
Constructors Constructor Description ArtifactPathBuilderForTemporaryStorage(char separatorChar)
ArtifactPathBuilderForTemporaryStorage(String rootPath, char separatorChar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getArtifactDefinitionLabel(@Nullable ImmutableArtifactDefinitionBase artifactDefinition)
-
Methods inherited from class com.atlassian.bamboo.storage.location.ArtifactPathBuilderImpl
getArtifactPath, getBuildPath, getChainPath, getEntityOrientedArtifactPath, getJobOrSharedPath, getPlanOrientedArtifactPath, getRootPath, getTemporaryPath
-
-
-
-
Constructor Detail
-
ArtifactPathBuilderForTemporaryStorage
public ArtifactPathBuilderForTemporaryStorage(String rootPath, char separatorChar)
-
ArtifactPathBuilderForTemporaryStorage
public ArtifactPathBuilderForTemporaryStorage(char separatorChar)
-
-
Method Detail
-
getArtifactDefinitionLabel
protected String getArtifactDefinitionLabel(@Nullable @Nullable ImmutableArtifactDefinitionBase artifactDefinition)
- Overrides:
getArtifactDefinitionLabel
in classArtifactPathBuilderImpl
-
-