public interface JobCreationData
| Modifier and Type | Method and Description |
|---|---|
JobAttachmentCreationData |
addJobAttachment(String name)
Adds an input job attachment with a given name.
|
String |
getApplicationId()
Gets the ID of the application.
|
String |
getApplicationVersion()
Gets version of the application.
|
JobAttachment |
getAttachment(String name)
Gets an attachment to the job.
|
List<JobAttachmentCreationData> |
getAttachments()
Gets the attachments associated with creating the job.
|
String |
getClientEmail()
Returns the client email used to for notification.
|
String |
getClientName()
Returns the client name used to identify the client submitting this job.
|
JobParameters |
getParameters()
Gets the parameters associated with the job.
|
void |
setApplicationId(String applicationId)
Sets the application ID.
|
void |
setApplicationVersion(String applicationVersion)
Sets the version of the application.
|
void |
setClientEmail(String email)
Sets the client email address used for notification.
|
void |
setClientName(String name)
Sets the client name used to identify the client submitting this job.
|
String getApplicationId()
void setApplicationId(String applicationId)
applicationId - The application ID.String getApplicationVersion()
void setApplicationVersion(String applicationVersion)
applicationVersion - Version of the application.JobParameters getParameters()
List<JobAttachmentCreationData> getAttachments()
addJobAttachment(String)void setClientName(String name)
name - The client name.String getClientName()
void setClientEmail(String email)
email - The client email.String getClientEmail()
JobAttachmentCreationData addJobAttachment(String name)
name - The attachment name.JobAttachment getAttachment(String name)
name - Name of attachment.Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.