|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArtifactDefinitionContext
This class contains additional artifact information. It's used from BuildContext, transferred to the agent and should not contain any lazily references unresolvable on the agent side.
Method Summary | |
---|---|
java.lang.String |
getLinkType()
The ArtifactLink.getLinkType() |
PlanKey |
getProducerJobKey()
Deprecated. since 4.0 without replacement, as this value is incorrect during ChainBranch execution (points to master Job). Publishers should simply use the key of the current Job. |
boolean |
hasSubscribers()
Marks if there are subscriptions for for this artifact. |
void |
substituteVariables(CustomVariableContext customVariableContext)
|
Methods inherited from interface com.atlassian.bamboo.plan.artifact.ArtifactDefinitionBase |
---|
getCopyPattern, getId, getLocation, getName, isSharedArtifact, setCopyPattern, setLocation, setName, setSharedArtifact |
Method Detail |
---|
boolean hasSubscribers()
@NotNull @Deprecated PlanKey getProducerJobKey()
PlanKey
for producer job of the artifact
@NotNull java.lang.String getLinkType()
ArtifactLink.getLinkType()
void substituteVariables(CustomVariableContext customVariableContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |