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 |
ArtifactPermissionService.hasReadPermission(Artifact artifact)
Checks whether a permission is granted to read an
Artifact |
boolean |
ArtifactPermissionServiceImpl.hasReadPermission(Artifact artifact) |
boolean |
ArtifactPermissionService.hasReadPermission(Artifact artifact,
org.acegisecurity.Authentication authentication)
Checks whether a permission is granted to read an
Artifact |
boolean |
ArtifactPermissionServiceImpl.hasReadPermission(Artifact artifact,
org.acegisecurity.Authentication authentication) |
Constructor and Description |
---|
ArtifactImpl(Artifact other) |
Modifier and Type | Method and Description |
---|---|
static Artifact |
BambooArtifactHttpTransport.artifactFromJson(Reader artifactJson) |
protected Artifact |
AbstractArtifactManager.findMatchingArtifact(String artifactHandlerKey,
Collection<Artifact> matchingArtifacts) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,Artifact> |
DefaultArtifactLinkManager.findArtifactsByChainResultKey(PlanResultKey chainResultKey) |
com.google.common.collect.Multimap<String,Artifact> |
ArtifactLinkManager.findArtifactsByChainResultKey(PlanResultKey chainResultKey)
Gets all the
Artifact s for the given PlanResultKey |
Modifier and Type | Method and Description |
---|---|
ArtifactLinkDataProvider |
DefaultArtifactLinkManager.getArtifactLinkDataProvider(Artifact artifact) |
ArtifactLinkDataProvider |
ArtifactLinkManager.getArtifactLinkDataProvider(Artifact artifact) |
ArtifactLinkDataProvider |
S3ArtifactHandler.getArtifactLinkDataProvider(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
ArtifactLinkDataProvider |
BambooRemoteArtifactHandler.getArtifactLinkDataProvider(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
ArtifactLinkDataProvider |
AbstractLocalArtifactHandler.getArtifactLinkDataProvider(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
ArtifactLinkDataProvider |
ArtifactHandlerDecoratorSupport.getArtifactLinkDataProvider(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
ArtifactLinkDataProvider |
ArtifactHandler.getArtifactLinkDataProvider(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
protected File |
AbstractLocalArtifactHandler.getArtifactStorageDirectory(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
static String |
ArtifactHandlingUtils.getArtifactUrl(ArtifactLinkManager artifactLinkManager,
Artifact artifact,
String baseUrl) |
void |
LocalArtifactManager.moveArtifactToGlobalStorage(Artifact artifact) |
void |
AbstractArtifactManager.moveArtifactToGlobalStorage(Artifact artifact) |
void |
ArtifactManager.moveArtifactToGlobalStorage(Artifact artifact)
Move artifact to a 'global storage'.
|
boolean |
S3ArtifactHandler.moveArtifactToGlobalStorage(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
boolean |
BambooRemoteArtifactHandler.moveArtifactToGlobalStorage(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
boolean |
AbstractLocalArtifactHandler.moveArtifactToGlobalStorage(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
boolean |
ArtifactHandlerDecoratorSupport.moveArtifactToGlobalStorage(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
boolean |
ArtifactHandler.moveArtifactToGlobalStorage(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
Move artifact to a 'global storage'.
|
void |
LocalArtifactManager.removeArtifactFromStorage(Artifact artifact) |
void |
AbstractArtifactManager.removeArtifactFromStorage(Artifact artifact) |
void |
ArtifactManager.removeArtifactFromStorage(Artifact artifact)
Removes artifact files for a single artifact.
|
void |
S3ArtifactHandler.removeArtifactFromStorage(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
BambooRemoteArtifactHandler.removeArtifactFromStorage(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
AbstractLocalArtifactHandler.removeArtifactFromStorage(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
ArtifactHandlerDecoratorSupport.removeArtifactFromStorage(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
ArtifactHandler.removeArtifactFromStorage(Artifact artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
Removes artifact files for a single artifact.
|
ArtifactRetrievalStatus |
BambooArtifactHttpTransport.retrieve(Artifact artifact,
Path destinationPath,
SecureToken authenticationToken,
com.google.common.base.Function<ArtifactUnpackResult,ArtifactRetrievalStatus> successFactory) |
ArtifactRetrievalStatus |
S3ArtifactHandler.retrieve(ResultKey clientKey,
Artifact artifact,
ArtifactSubscriptionContext artifactSubscription,
ArtifactRetrievalConfig artifactRetrievalConfig) |
ArtifactRetrievalStatus |
BambooRemoteArtifactHandler.retrieve(ResultKey clientKey,
Artifact artifact,
ArtifactSubscriptionContext artifactSubscription,
ArtifactRetrievalConfig artifactRetrievalConfig) |
ArtifactRetrievalStatus |
AbstractLocalArtifactHandler.retrieve(ResultKey clientKey,
Artifact artifact,
ArtifactSubscriptionContext artifactSubscription,
ArtifactRetrievalConfig artifactRetrievalConfig) |
ArtifactRetrievalStatus |
ArtifactHandlerDecoratorSupport.retrieve(ResultKey clientKey,
Artifact artifact,
ArtifactSubscriptionContext artifactSubscription,
ArtifactRetrievalConfig artifactRetrievalConfig) |
ArtifactRetrievalStatus |
ArtifactHandler.retrieve(ResultKey clientKey,
Artifact artifact,
ArtifactSubscriptionContext artifactSubscription,
ArtifactRetrievalConfig artifactRetrievalConfig)
Retrieve arbitrary
Artifact . |
static String |
BambooArtifactHttpTransport.toJson(Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
protected Artifact |
AbstractArtifactManager.findMatchingArtifact(String artifactHandlerKey,
Collection<Artifact> matchingArtifacts) |
boolean |
AbstractArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
Map<String,String> artifactHandlersConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts) |
boolean |
ArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
Map<String,String> artifactHandlerConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts)
Retrieves a plan artifact from artifact storage.
|
boolean |
AbstractArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ResultKey resultKey,
ArtifactDefinitionContext artifactDefinitionContext,
String destinationPath,
Map<String,String> artifactHandlersConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts) |
boolean |
ArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ResultKey clientKey,
ArtifactDefinitionContext artifactDefinitionContext,
String destinationPath,
Map<String,String> artifactHandlersConfiguration,
File buildWorkingDirectory,
com.google.common.collect.Multimap<String,Artifact> availableArtifacts)
Retrieves an artifact from artifact storage.
|
Constructor and Description |
---|
FileSystemArtifactLinkDataProvider(ArtifactDirectoryBuilder artifactDirectoryBuilder,
Artifact artifact) |
FileSystemArtifactLinkDataProvider(ArtifactDirectoryBuilder artifactDirectoryBuilder,
Artifact artifact,
boolean lookForIndexFiles) |
Modifier and Type | Method and Description |
---|---|
ArtifactRetrievalStatus |
ArtifactHandlerPackagingDecorator.retrieve(ResultKey clientKey,
Artifact artifact,
ArtifactSubscriptionContext artifactSubscription,
ArtifactRetrievalConfig artifactRetrievalConfig) |
Modifier and Type | Method and Description |
---|---|
StageState |
ChainState.proceedToNextStage(com.google.common.collect.Multimap<String,Artifact> publishedChainArtifacts,
boolean lastExecutedStageSuccessful)
Replaces the current stage with the next stage in the queue and changes the reference to the current stage to the previous.
|
void |
StageState.setPublishedChainArtifactsInfo(com.google.common.collect.Multimap<String,Artifact> publishedChainArtifacts)
Updates build context of all jobs in this stage with artifacts published in previous stage(s).
|
Modifier and Type | Method and Description |
---|---|
Collection<Artifact> |
CloverReportLinker.getCloverArtifacts() |
Collection<Artifact> |
ReportProvider.getCloverArtifacts()
Returns a list of artifacts (shared and local) containing Clover HTML report.
|
Modifier and Type | Method and Description |
---|---|
String |
CloverReportLinker.getCloverReportUrl(Artifact artifact) |
String |
ReportProvider.getCloverReportUrl(Artifact artifact)
Returns URL of the given report artifact.
|
String |
CloverReportLinker.getTimestamp(Artifact artifact) |
String |
ReportProvider.getTimestamp(Artifact artifact)
Deprecated.
use #getCloverArtifacts() and #getTimestamp(Artifact) to handle more than one report in a build
|
boolean |
CloverReportLinker.isCloverAdgReport(Artifact artifact) |
boolean |
ReportProvider.isCloverAdgReport(Artifact artifact)
Returns
true if given artifact contains Clover's HTML report in ADG style (introduced in Clover 4) |
boolean |
CloverReportLinker.isCloverReport(Artifact artifact) |
boolean |
ReportProvider.isCloverReport(Artifact artifact)
Returns
true if given artifact contains Clover's HTML report. |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,Artifact> |
DeploymentContextImpl.getVersionArtifacts() |
com.google.common.collect.Multimap<String,Artifact> |
DeploymentContext.getVersionArtifacts() |
Constructor and Description |
---|
DeploymentContextImpl(DeploymentProject deploymentProject,
DeploymentResult deploymentResult,
List<TaskDefinition> taskDefinitions,
Map<String,String> artifactHandlerConfiguration,
VariableContext variableContext,
Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap,
com.google.common.collect.Multimap<String,Artifact> versionArtifacts,
DeploymentVersion previousVersion,
Iterable<CredentialsData> sharedCredentials,
Map<PlanKey,ChainStorageTag> necessaryStorageTags) |
Modifier and Type | Method and Description |
---|---|
List<DeploymentProject> |
DeploymentProjectServiceImpl.getDeploymentProjectsReferencingArtifact(Artifact artifact) |
List<DeploymentProject> |
DeploymentProjectService.getDeploymentProjectsReferencingArtifact(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 |
---|---|
com.google.common.collect.Multimap<String,Artifact> |
DeploymentVersionServiceImpl.getVersionArtifacts(DeploymentVersion deploymentVersion) |
com.google.common.collect.Multimap<String,Artifact> |
DeploymentVersionService.getVersionArtifacts(DeploymentVersion deploymentVersion)
Find all
Artifact related to a version. |
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> |
ArtifactContextImpl.getSharedArtifactsFromPreviousStages() |
com.google.common.collect.Multimap<String,Artifact> |
ArtifactContext.getSharedArtifactsFromPreviousStages() |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactContextImpl.setSharedArtifactsFromPreviousStages(com.google.common.collect.Multimap<String,Artifact> artifactsFromPreviousStages) |
void |
ArtifactContext.setSharedArtifactsFromPreviousStages(com.google.common.collect.Multimap<String,Artifact> artifactsFromPreviousStages) |
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 |
ArtifactStorageImpl.getArtifactDestinationDirectory(Artifact artifact)
Deprecated.
|
String |
ArtifactPaths.getArtifactDestinationDirectory(Artifact artifact)
Deprecated.
|
File |
ArtifactDirectoryBuilderImpl.getArtifactDirectory(Artifact artifact) |
String |
ArtifactPathBuilderImpl.getArtifactPath(Artifact artifact) |
static String |
ArtifactPaths.getArtifactPathSuffix(Artifact artifact)
Deprecated.
|
static String |
ArtifactPaths.getArtifactPathSuffix(Artifact artifact,
char separatorChar)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Artifact> |
BambooPredicates.artifactHasName(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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.