public class Artifact extends Element
Element.ElementArray<E extends Element>| Constructor and Description | 
|---|
| Artifact() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.io.File | download(java.io.File directory) | 
| java.lang.String | getId()Gets the IBM Streams unique identifier for this build artifact. | 
| java.lang.String | getImageDigest() | 
| java.lang.String | getName()Gets the name for this build artifact. | 
| long | getSize() | 
| java.lang.String | getURL() | 
createList, refresh, toStringpublic java.lang.String getId()
public java.lang.String getName()
public long getSize()
public java.lang.String getImageDigest()
public java.lang.String getURL()
public java.io.File download(java.io.File directory)
                      throws java.io.IOException
java.io.IOException