com.atlassian.bamboo.build
Class AbstractArtifact

java.lang.Object
  extended by com.atlassian.bamboo.build.AbstractArtifact
All Implemented Interfaces:
Artifact, ConvertibleFromConfig, java.io.Serializable
Direct Known Subclasses:
DefaultArtifact

public abstract class AbstractArtifact
extends java.lang.Object
implements Artifact

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.atlassian.bamboo.build.Artifact
ARTIFACT_COPY_PATTERN, ARTIFACT_LABEL, ARTIFACT_SRC_DIR
 
Constructor Summary
AbstractArtifact()
           
 
Method Summary
 java.io.File getSourceDirectoryFile(java.io.File sourceCodeDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.build.Artifact
getCopyPattern, getLabel, getSrcDirectory, setCopyPattern, setLabel, setSrcDirectory
 
Methods inherited from interface com.atlassian.bamboo.fieldvalue.ConvertibleFromConfig
populateFromConfig, toConfiguration
 

Constructor Detail

AbstractArtifact

public AbstractArtifact()
Method Detail

getSourceDirectoryFile

public java.io.File getSourceDirectoryFile(java.io.File sourceCodeDirectory)
Specified by:
getSourceDirectoryFile in interface Artifact


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.