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
ConstructorDescriptionArtifactPathBuilderForTemporaryStorage
(char separatorChar) ArtifactPathBuilderForTemporaryStorage
(String rootPath, char separatorChar) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getArtifactDefinitionLabel
(@Nullable ImmutableArtifactDefinitionBase artifactDefinition) Methods inherited from class com.atlassian.bamboo.storage.location.ArtifactPathBuilderImpl
getArtifactPath, getBuildPath, getChainPath, getEntityOrientedArtifactPath, getJobOrSharedPath, getPlanOrientedArtifactPath, getRootPath, getTemporaryPath
-
Constructor Details
-
ArtifactPathBuilderForTemporaryStorage
-
ArtifactPathBuilderForTemporaryStorage
public ArtifactPathBuilderForTemporaryStorage(char separatorChar)
-
-
Method Details
-
getArtifactDefinitionLabel
protected String getArtifactDefinitionLabel(@Nullable @Nullable ImmutableArtifactDefinitionBase artifactDefinition) - Overrides:
getArtifactDefinitionLabel
in classArtifactPathBuilderImpl
-