public class JobRunConfiguration
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
Element.ElementArray<E extends com.ibm.streamsx.rest.internal.icp4d.Element>
internal usage to get the list of elements
|
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
JobRunConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected static <E extends com.ibm.streamsx.rest.internal.icp4d.Element,A extends Element.ElementArray<E>> |
createList(AbstractConnection sc,
java.lang.String uri,
java.lang.Class<A> arrayClass) |
java.lang.String |
getApplication()
get the link to the SAB; note that the build is deleted when topology.keepArtifacts is not set to True.
|
java.lang.String |
getJobId() |
java.lang.String |
getStreamsInstance()
Returns the Streams instance name
|
java.lang.String |
toString() |
public java.lang.String getJobId()
public java.lang.String getApplication()
public java.lang.String getStreamsInstance()
public final java.lang.String toString()
toString
in class java.lang.Object
protected static final <E extends com.ibm.streamsx.rest.internal.icp4d.Element,A extends Element.ElementArray<E>> java.util.List<E> createList(AbstractConnection sc, java.lang.String uri, java.lang.Class<A> arrayClass) throws java.io.IOException
java.io.IOException