public interface ArtifactLink extends BambooObject
Modifier and Type | Field and Description |
---|---|
static String |
BASE_URL |
static String |
SYSTEM_LINK_TYPE
Default 'system'
getLinkType() |
Modifier and Type | Method and Description |
---|---|
MutableArtifact |
getArtifact() |
ResultsSummary |
getBuildResultsSummary() |
String |
getLabel()
Deprecated.
since 5.7 use
Artifact.getLabel() |
String |
getLinkType()
Deprecated.
|
BuildResultsSummary |
getProducerJobResult() |
long |
getSize()
Deprecated.
since 5.7 use
Artifact.getSize() |
List<ConsumedSubscription> |
getSubscriptions() |
boolean |
isSharedArtifact()
Deprecated.
since 5.7 use
Artifact.isSharedArtifact() |
setId
getId
static final String SYSTEM_LINK_TYPE
getLinkType()
static final String BASE_URL
@Deprecated @NotNull String getLabel()
Artifact.getLabel()
@Deprecated boolean isSharedArtifact()
Artifact.isSharedArtifact()
@Deprecated long getSize()
Artifact.getSize()
@Nullable ResultsSummary getBuildResultsSummary()
ResultsSummary
which this artifact link belongs to. May be null if still not associated with ResultsSummary@Nullable BuildResultsSummary getProducerJobResult()
ResultsSummary
of the Job that produced this artifact. May be null if still not associated with
ResultsSummary or if it has been removed but artifact still exists.List<ConsumedSubscription> getSubscriptions()
@Deprecated @NotNull String getLinkType()
Artifact.getLinkType()
@NotNull MutableArtifact getArtifact()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.