public class JobRelationshipProperties extends Object
| Constructor and Description |
|---|
JobRelationshipProperties() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
pipelineId()
Get the job relationship pipeline identifier (a GUID).
|
String |
pipelineName()
Get the friendly name of the job relationship pipeline, which does not need to be unique.
|
String |
pipelineUri()
Get the pipeline uri, unique, links to the originating service for this pipeline.
|
UUID |
recurrenceId()
Get the recurrence identifier (a GUID), unique per activity/script, regardless of iterations.
|
String |
recurrenceName()
Get the recurrence name, user friendly name for the correlation between jobs.
|
UUID |
runId()
Get the run identifier (a GUID), unique identifier of the iteration of this pipeline.
|
JobRelationshipProperties |
withPipelineId(UUID pipelineId)
Set the job relationship pipeline identifier (a GUID).
|
JobRelationshipProperties |
withPipelineName(String pipelineName)
Set the friendly name of the job relationship pipeline, which does not need to be unique.
|
JobRelationshipProperties |
withPipelineUri(String pipelineUri)
Set the pipeline uri, unique, links to the originating service for this pipeline.
|
JobRelationshipProperties |
withRecurrenceId(UUID recurrenceId)
Set the recurrence identifier (a GUID), unique per activity/script, regardless of iterations.
|
JobRelationshipProperties |
withRecurrenceName(String recurrenceName)
Set the recurrence name, user friendly name for the correlation between jobs.
|
JobRelationshipProperties |
withRunId(UUID runId)
Set the run identifier (a GUID), unique identifier of the iteration of this pipeline.
|
public UUID pipelineId()
public JobRelationshipProperties withPipelineId(UUID pipelineId)
pipelineId - the pipelineId value to setpublic String pipelineName()
public JobRelationshipProperties withPipelineName(String pipelineName)
pipelineName - the pipelineName value to setpublic String pipelineUri()
public JobRelationshipProperties withPipelineUri(String pipelineUri)
pipelineUri - the pipelineUri value to setpublic UUID runId()
public JobRelationshipProperties withRunId(UUID runId)
runId - the runId value to setpublic UUID recurrenceId()
public JobRelationshipProperties withRecurrenceId(UUID recurrenceId)
recurrenceId - the recurrenceId value to setpublic String recurrenceName()
public JobRelationshipProperties withRecurrenceName(String recurrenceName)
recurrenceName - the recurrenceName value to setCopyright © 2019. All rights reserved.