|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArtifactLink
Interface for a simple Artifact
Method Summary | |
---|---|
ResultsSummary |
getBuildResultsSummary()
|
java.io.File |
getFile()
Accessor for the actual file handle of the artifact. |
java.lang.String |
getLabel()
Label of the Artifact |
java.lang.String |
getSizeDescription()
Returns a human-readable version of the file size, where the input represents a specific number of bytes. |
java.lang.String |
getUrl()
URL of the artifact relative to AdministrationConfiguration.getBaseUrl() |
boolean |
isExists()
If the artifact link exists |
Method Detail |
---|
java.lang.String getLabel()
@Nullable java.lang.String getUrl()
AdministrationConfiguration.getBaseUrl()
boolean isExists()
@Nullable java.io.File getFile()
java.lang.String getSizeDescription()
@Nullable ResultsSummary getBuildResultsSummary()
ResultsSummary
which this artifact link belongs to. May be null if still not associated with ResultsSummary
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |