public class DefaultJobPayloadBuilder extends Object implements JobPayloadBuilder
Constructor and Description |
---|
DefaultJobPayloadBuilder() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
buildPayload(JobRow jobRow,
javax.ws.rs.core.UriInfo uriInfo)
Given a Map containing job metadata, return a map representing job payload to be sent to the user.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResultsBaseUrl, getResultsUrl, getSelfUrl, getSyncResultsUrl
public Map<String,String> buildPayload(JobRow jobRow, javax.ws.rs.core.UriInfo uriInfo)
JobPayloadBuilder
buildPayload
in interface JobPayloadBuilder
jobRow
- The JobRow containing job metadatauriInfo
- UriInfo of the Jobs endpointCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.