@ParametersAreNonnullByDefault
@Validated
public interface JobSpecificationService
| Modifier and Type | Method and Description |
|---|---|
com.netflix.genie.common.internal.dto.v4.JobSpecification |
resolveJobSpecification(java.lang.String id,
@Valid com.netflix.genie.common.internal.dto.v4.JobRequest jobRequest)
Given a job request resolve all the details needed for a complete job specification can be run by the user.
|
com.netflix.genie.common.internal.dto.v4.JobSpecification resolveJobSpecification(java.lang.String id,
@Valid
@Valid com.netflix.genie.common.internal.dto.v4.JobRequest jobRequest)
id - The id of the jobjobRequest - The job request containing all details a user wants to have for their job