|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Run.Artifact
@ExportedBean public class Run.Artifact
A build artifact.
Field Summary | |
---|---|
String |
relativePath
Relative path name from Run.getArtifactsDir() |
Method Summary | |
---|---|
String |
getDisplayPath()
|
File |
getFile()
Gets the artifact file. |
String |
getFileName()
Returns just the file name portion, without the path. |
long |
getFileSize()
|
String |
getHref()
|
String |
getLength()
|
String |
getTreeNodeId()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@Exported(visibility=3) public final String relativePath
Run.getArtifactsDir()
Method Detail |
---|
public File getFile()
@Exported(visibility=3) public String getFileName()
@Exported(visibility=3) public String getDisplayPath()
public String getHref()
public String getLength()
public long getFileSize()
public String getTreeNodeId()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |