| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableArtifact |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactImpl |
class |
MutableArtifactImpl |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactImpl |
ArtifactImpl.globallyStoredCopyOf(Artifact other) |
boolean |
ArtifactPermissionServiceImpl.hasReadPermission(@NotNull Artifact artifact) |
boolean |
ArtifactPermissionService.hasReadPermission(@NotNull Artifact artifact)
Checks whether a permission is granted to read an
Artifact |
boolean |
ArtifactPermissionServiceImpl.hasReadPermission(@NotNull Artifact artifact,
@Nullable org.acegisecurity.Authentication authentication) |
boolean |
ArtifactPermissionService.hasReadPermission(@NotNull Artifact artifact,
@Nullable org.acegisecurity.Authentication authentication)
Checks whether a permission is granted to read an
Artifact |
| Constructor and Description |
|---|
ArtifactImpl(Artifact other) |
| Modifier and Type | Method and Description |
|---|---|
static Artifact |
BambooArtifactHttpTransport.artifactFromJson(Reader artifactJson) |
protected @Nullable Artifact |
AbstractArtifactManager.findMatchingArtifact(String artifactHandlerKey,
Collection<Artifact> matchingArtifacts) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ArtifactLinkDataProvider |
DefaultArtifactLinkManager.getArtifactLinkDataProvider(@NotNull Artifact artifact) |
@Nullable ArtifactLinkDataProvider |
ArtifactLinkManager.getArtifactLinkDataProvider(@NotNull Artifact artifact) |
@Nullable ArtifactLinkDataProvider |
BambooRemoteArtifactHandler.getArtifactLinkDataProvider(Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
@Nullable ArtifactLinkDataProvider |
S3ArtifactHandler.getArtifactLinkDataProvider(Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
ArtifactLinkDataProvider |
AbstractLocalArtifactHandler.getArtifactLinkDataProvider(Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
@Nullable ArtifactLinkDataProvider |
ArtifactHandlerDecoratorSupport.getArtifactLinkDataProvider(Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
@Nullable ArtifactLinkDataProvider |
ArtifactHandler.getArtifactLinkDataProvider(Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
protected File |
AbstractLocalArtifactHandler.getArtifactStorageDirectory(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
static @Nullable String |
ArtifactHandlingUtils.getArtifactUrl(@NotNull ArtifactLinkManager artifactLinkManager,
@NotNull Artifact artifact,
@NotNull String baseUrl) |
void |
AbstractArtifactManager.moveArtifactToGlobalStorage(@NotNull Artifact artifact) |
void |
LocalArtifactManager.moveArtifactToGlobalStorage(@NotNull Artifact artifact) |
void |
ArtifactManager.moveArtifactToGlobalStorage(@NotNull Artifact artifact)
Move artifact to a 'global storage'.
|
boolean |
BambooRemoteArtifactHandler.moveArtifactToGlobalStorage(@NotNull Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
boolean |
S3ArtifactHandler.moveArtifactToGlobalStorage(@NotNull Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
boolean |
AbstractLocalArtifactHandler.moveArtifactToGlobalStorage(@NotNull Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
boolean |
ArtifactHandlerDecoratorSupport.moveArtifactToGlobalStorage(@NotNull Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
boolean |
ArtifactHandler.moveArtifactToGlobalStorage(@NotNull Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
Move artifact to a 'global storage'.
|
void |
AbstractArtifactManager.removeArtifactFromStorage(@NotNull Artifact artifact) |
void |
LocalArtifactManager.removeArtifactFromStorage(@NotNull Artifact artifact) |
void |
ArtifactManager.removeArtifactFromStorage(@NotNull Artifact artifact)
Removes artifact files for a single artifact.
|
void |
BambooRemoteArtifactHandler.removeArtifactFromStorage(@NotNull Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
S3ArtifactHandler.removeArtifactFromStorage(@NotNull Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
AbstractLocalArtifactHandler.removeArtifactFromStorage(@NotNull Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
ArtifactHandlerDecoratorSupport.removeArtifactFromStorage(@NotNull Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
ArtifactHandler.removeArtifactFromStorage(@NotNull Artifact artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
Removes artifact files for a single artifact.
|
ArtifactRetrievalStatus |
BambooArtifactHttpTransport.retrieve(Artifact artifact,
Path destinationPath,
SecureToken authenticationToken,
Function<ArtifactUnpackResult,ArtifactRetrievalStatus> successFactory) |
@NotNull ArtifactRetrievalStatus |
BambooRemoteArtifactHandler.retrieve(@NotNull ResultKey clientKey,
@NotNull Artifact artifact,
@NotNull ArtifactSubscriptionContext artifactSubscription,
@NotNull ArtifactRetrievalConfig artifactRetrievalConfig) |
@NotNull ArtifactRetrievalStatus |
S3ArtifactHandler.retrieve(@NotNull ResultKey clientKey,
@NotNull Artifact artifact,
@NotNull ArtifactSubscriptionContext artifactSubscription,
@NotNull ArtifactRetrievalConfig artifactRetrievalConfig) |
@NotNull ArtifactRetrievalStatus |
AbstractLocalArtifactHandler.retrieve(@NotNull ResultKey clientKey,
@NotNull Artifact artifact,
@NotNull ArtifactSubscriptionContext artifactSubscription,
@NotNull ArtifactRetrievalConfig artifactRetrievalConfig) |
@NotNull ArtifactRetrievalStatus |
ArtifactHandlerDecoratorSupport.retrieve(@NotNull ResultKey clientKey,
@NotNull Artifact artifact,
@NotNull ArtifactSubscriptionContext artifactSubscription,
@NotNull ArtifactRetrievalConfig artifactRetrievalConfig) |
@NotNull ArtifactRetrievalStatus |
ArtifactHandler.retrieve(@NotNull ResultKey clientKey,
@NotNull Artifact artifact,
@NotNull ArtifactSubscriptionContext artifactSubscription,
@NotNull ArtifactRetrievalConfig artifactRetrievalConfig)
Retrieve arbitrary
Artifact. |
static String |
BambooArtifactHttpTransport.toJson(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable Artifact |
AbstractArtifactManager.findMatchingArtifact(String artifactHandlerKey,
Collection<Artifact> matchingArtifacts) |
| Constructor and Description |
|---|
FileSystemArtifactLinkDataProvider(@NotNull ArtifactDirectoryBuilder artifactDirectoryBuilder,
@NotNull Artifact artifact) |
FileSystemArtifactLinkDataProvider(@NotNull ArtifactDirectoryBuilder artifactDirectoryBuilder,
@NotNull Artifact artifact,
boolean lookForIndexFiles) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ArtifactRetrievalStatus |
ArtifactHandlerPackagingDecorator.retrieve(@NotNull ResultKey clientKey,
@NotNull Artifact artifact,
@NotNull ArtifactSubscriptionContext artifactSubscription,
@NotNull ArtifactRetrievalConfig artifactRetrievalConfig) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
ReportProvider.getCloverReportUrl(@NotNull Artifact artifact)
Returns URL of the given report artifact.
|
@Nullable String |
CloverReportLinker.getCloverReportUrl(@NotNull Artifact artifact) |
@NotNull String |
ReportProvider.getTimestamp(@NotNull Artifact artifact)
Deprecated.
use #getCloverArtifacts() and #getTimestamp(Artifact) to handle more than one report in a build
|
@NotNull String |
CloverReportLinker.getTimestamp(@NotNull Artifact artifact) |
boolean |
ReportProvider.isCloverAdgReport(@NotNull Artifact artifact)
Returns
true if given artifact contains Clover's HTML report in ADG style (introduced in Clover 4) |
boolean |
CloverReportLinker.isCloverAdgReport(@NotNull Artifact artifact) |
boolean |
ReportProvider.isCloverReport(@NotNull Artifact artifact)
Returns
true if given artifact contains Clover's HTML report. |
boolean |
CloverReportLinker.isCloverReport(@NotNull Artifact artifact) |
| Constructor and Description |
|---|
DeploymentContextImpl(@NotNull DeploymentProject deploymentProject,
@NotNull DeploymentResult deploymentResult,
@NotNull List<TaskDefinition> taskDefinitions,
@NotNull Map<String,String> artifactHandlerConfiguration,
@NotNull VariableContext variableContext,
Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap,
com.google.common.collect.Multimap<String,Artifact> versionArtifacts,
@Nullable DeploymentVersion previousVersion,
@NotNull Iterable<CredentialsData> sharedCredentials,
@NotNull Map<PlanKey,ChainStorageTag> necessaryStorageTags,
@NotNull Map<String,Map<String,String>> pluginConfigMap,
@NotNull DockerPipelineConfiguration dockerPipelineConfiguration,
@NotNull CommonArtifactContext commonArtifactContext,
@NotNull boolean isVerboseLoggingOn) |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentProject> |
DeploymentProjectServiceImpl.getDeploymentProjectsReferencingArtifact(@NotNull Artifact artifact) |
List<DeploymentProject> |
DeploymentProjectService.getDeploymentProjectsReferencingArtifact(@NotNull Artifact artifact)
Get all deployment projects that contain a version that uses specified artifact
|
| Modifier and Type | Method and Description |
|---|---|
Artifact |
ArtifactDeploymentVersionItemImpl.getArtifact() |
Artifact |
InternalArtifactDeploymentVersionItem.getArtifact() |
| Constructor and Description |
|---|
ArtifactDeploymentVersionItemImpl(long id,
String name,
ProjectItemType type,
PlanResultKey planResultKey,
String label,
String location,
String copyPattern,
long size,
Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
MutableArtifactDeploymentVersionItemImpl.getArtifact() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableArtifactDeploymentVersionItemImpl.setArtifact(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
File |
ArtifactStorage.getArtifactDestinationDirectory(Artifact artifact)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Multimap<String,Artifact> |
AvailableArtifacts.getArtifacts() |
| Constructor and Description |
|---|
AvailableArtifacts(com.google.common.collect.Multimap<String,Artifact> artifacts) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestArtifact |
| Constructor and Description |
|---|
RestArtifact(Artifact other) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
RestArtifactDeploymentVersionItem.getArtifact() |
| Modifier and Type | Method and Description |
|---|---|
File |
ArtifactDirectoryBuilder.getArtifactDirectory(Artifact artifact)
Returns a plan-oriented or global storage directory for the supplied artifact (based on the return value
of artifact.isGloballyStored().
|
String |
ArtifactPathBuilder.getArtifactPath(Artifact artifact)
Returns a plan-oriented or global storage path for the supplied artifact, based on the return value
of artifact.isGloballyStored().
|
| Modifier and Type | Method and Description |
|---|---|
File |
ArtifactDirectoryBuilderImpl.getArtifactDirectory(Artifact artifact) |
String |
ArtifactPathBuilderImpl.getArtifactPath(Artifact artifact) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Artifact> |
BambooPredicates.artifactHasName(@NotNull String artifactName)
|
static com.google.common.base.Function<ArtifactLink,Artifact> |
BambooFunctions.getArtifactFromArtifactLink()
Retrieves
Artifact from an ArtifactLink. |
static com.google.common.base.Function<Artifact,String> |
BambooFunctions.getArtifactName()
|
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.