public class PipelineHistoryDescription extends Object
| Constructor and Description |
|---|
PipelineHistoryDescription(String timestamp,
String fullName,
int buildNumber)
Get a PipelineHistoryDescription encapsulating the given information.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Compare this object to another object via its getter-available fields.
|
int |
getBuildNumber() |
String |
getFullName() |
String |
getTimestamp() |
org.jenkinsci.plugins.workflow.job.WorkflowJob |
getWorkflowJob() |
int |
hashCode() |
public PipelineHistoryDescription(String timestamp, String fullName, int buildNumber)
timestamp - the config revision identifierfullName - the pipeline's full Name (jenkins convention)buildNumber - the build number associated to this config revisionpublic int getBuildNumber()
public String getTimestamp()
public String getFullName()
public org.jenkinsci.plugins.workflow.job.WorkflowJob getWorkflowJob()
public boolean equals(Object other)
Copyright © 2016–2019. All rights reserved.