public class RecurrenceId extends Object
We assume that the pipeline job can be uniquely identified with {pipelineId, runId}.
| Constructor and Description |
|---|
RecurrenceId(String pipelineIdConfig,
String runIdConfig)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPipelineId()
Return the pipelineId for the pipeline jobs.
|
String |
getRunId()
Return the runId for the pipeline job in one run.
|
int |
hashCode() |
void |
setPipelineId(String pipelineId) |
void |
setRunId(String runId) |
String |
toString() |
public final String getPipelineId()
public void setPipelineId(String pipelineId)
public final String getRunId()
public void setRunId(String runId)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.