Package | Description |
---|---|
com.atlassian.bamboo.storage | |
com.atlassian.bamboo.storage.location |
Modifier and Type | Method and Description |
---|---|
ArtifactPathBuilder |
StorageLocationService.getArtifactPathBuilder(char separatorChar)
Returns an ArtifactPathBuilder which can be used to construct paths to stored artifacts.
|
ArtifactPathBuilder |
StorageLocationService.getArtifactPathBuilder(String rootArtifactPath,
char separatorChar)
Returns an ArtifactPathBuilder which can be used to construct paths to stored artifacts.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactPathBuilderImpl |
Modifier and Type | Method and Description |
---|---|
ArtifactPathBuilder |
ArtifactPathBuilderFactoryImpl.createArtifactPathBuilder(char separatorChar) |
ArtifactPathBuilder |
ArtifactPathBuilderFactory.createArtifactPathBuilder(char separatorChar) |
ArtifactPathBuilder |
ArtifactPathBuilderFactoryImpl.createArtifactPathBuilder(String rootArtifactPath,
char separatorChar) |
ArtifactPathBuilder |
ArtifactPathBuilderFactory.createArtifactPathBuilder(String rootStoragePath,
char separatorChar) |
ArtifactPathBuilder |
StorageLocationServiceImpl.getArtifactPathBuilder(char separatorChar) |
ArtifactPathBuilder |
StorageLocationServiceImpl.getArtifactPathBuilder(String rootStoragePath,
char separatorChar) |
Constructor and Description |
---|
ArtifactDirectoryBuilderImpl(ArtifactPathBuilder pathBuilder) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.