public class JobInfoResource
extends org.springframework.hateoas.ResourceSupport
Modifier | Constructor and Description |
---|---|
protected |
JobInfoResource()
Default constructor for serialization frameworks.
|
|
JobInfoResource(java.lang.String name,
int executionCount,
java.lang.Long jobInstanceId,
boolean launchable,
boolean incrementable,
boolean deployed) |
Modifier and Type | Method and Description |
---|---|
int |
getExecutionCount() |
java.lang.Long |
getJobInstanceId() |
java.lang.String |
getName() |
boolean |
isDeployed()
Return the deployment status from job info resource.
|
boolean |
isIncrementable() |
boolean |
isLaunchable() |
protected JobInfoResource()
public JobInfoResource(java.lang.String name, int executionCount, java.lang.Long jobInstanceId, boolean launchable, boolean incrementable, boolean deployed)
public java.lang.String getName()
public int getExecutionCount()
public java.lang.Long getJobInstanceId()
public boolean isLaunchable()
public boolean isIncrementable()
public boolean isDeployed()