|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Artifact in com.atlassian.bamboo.build |
---|
Classes in com.atlassian.bamboo.build that implement Artifact | |
---|---|
class |
AbstractArtifact
|
class |
DefaultArtifact
The components used to identify a build artifact that need to be kept. |
Fields in com.atlassian.bamboo.build with type parameters of type Artifact | |
---|---|
protected java.util.Map<java.lang.String,Artifact> |
DefaultBuildDefinition.artifacts
|
Methods in com.atlassian.bamboo.build that return types with arguments of type Artifact | |
---|---|
java.util.Collection<Artifact> |
DefaultBuildDefinition.getArtifactDefinitions()
|
java.util.Collection<Artifact> |
BuildObjectForTests.getArtifactDefinitions()
|
java.util.Map<java.lang.String,Artifact> |
DefaultBuildDefinition.getArtifacts()
|
java.util.Map<java.lang.String,Artifact> |
BuildDefinition.getArtifacts()
Get the custom Artifact s. |
Methods in com.atlassian.bamboo.build with parameters of type Artifact | |
---|---|
void |
DefaultBuildDefinition.addArtifact(Artifact artifact)
|
void |
BuildObjectForTests.addArtifact(Artifact artifact)
|
void |
BuildDefinition.addArtifact(Artifact artifact)
Add a new artifact to the existing build artifacts |
Method parameters in com.atlassian.bamboo.build with type arguments of type Artifact | |
---|---|
void |
DefaultBuildDefinition.setArtifacts(java.util.Map<java.lang.String,Artifact> artifacts)
|
void |
BuildObjectForTests.setArtifacts(java.util.Map<java.lang.String,Artifact> artifacts)
|
void |
BuildDefinition.setArtifacts(java.util.Map<java.lang.String,Artifact> artifacts)
Replace the build's artifacts with these ones. |
Uses of Artifact in com.atlassian.bamboo.build.artifact |
---|
Methods in com.atlassian.bamboo.build.artifact with parameters of type Artifact | |
---|---|
void |
DefaultArtifactManager.publish(java.lang.String planKey,
int buildNumber,
Artifact artifact,
org.apache.tools.ant.types.FileSet fileSet,
boolean deleteSource)
|
void |
ArtifactManager.publish(java.lang.String planKey,
int buildNumber,
Artifact artifact,
org.apache.tools.ant.types.FileSet fileSet,
boolean deleteSource)
|
Uses of Artifact in com.atlassian.bamboo.results |
---|
Methods in com.atlassian.bamboo.results that return types with arguments of type Artifact | |
---|---|
java.util.Map<java.lang.String,Artifact> |
BuildResultsImpl.getMyArtifacts()
Deprecated. |
Method parameters in com.atlassian.bamboo.results with type arguments of type Artifact | |
---|---|
void |
BuildResultsImpl.setMyArtifacts(java.util.Map<java.lang.String,Artifact> myArtifacts)
Deprecated. |
void |
BuildResults.setMyArtifacts(java.util.Map<java.lang.String,Artifact> myArtifacts)
Deprecated. |
Uses of Artifact in com.atlassian.bamboo.v2.build |
---|
Methods in com.atlassian.bamboo.v2.build that return types with arguments of type Artifact | |
---|---|
java.util.Collection<Artifact> |
BuildPlanDefinition.getArtifactDefinitions()
|
Uses of Artifact in com.atlassian.bamboo.v2.build.agent.messages |
---|
Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type Artifact | |
---|---|
PublishArtifacts(java.lang.String planKey,
int buildNumber,
Artifact artifact,
org.apache.tools.ant.types.FileSet fileSet)
|
Uses of Artifact in com.atlassian.bamboo.v2.build.agent.remote |
---|
Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type Artifact | |
---|---|
void |
RemoteArtifactManager.publish(java.lang.String planKey,
int buildNumber,
Artifact artifact,
org.apache.tools.ant.types.FileSet fileSet,
boolean deleteSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |