|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BuildArtifact
Represents build artifact file
| Method Summary | |
|---|---|
java.util.Collection<BuildArtifact> |
getChildren()
returns sub items of the artifact. |
java.io.InputStream |
getInputStream()
Creates imput stream for this artifact. |
long |
getSize()
Computes artifact size. |
long |
getTimestamp()
|
boolean |
isDirectory()
|
| Methods inherited from interface jetbrains.buildServer.serverSide.artifacts.BuildArtifactInfo |
|---|
getName, getRelativePath |
| Method Detail |
|---|
boolean isDirectory()
long getSize()
long getTimestamp()
@NotNull
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException@NotNull java.util.Collection<BuildArtifact> getChildren()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||