public class BuildAbsoluteId extends Object
That class identifies a build using the job name and the externalId it was given as parameter (as for any TA job). Additionally one will specify the buildId (the one Jenkins knows) at some point during the build survey, once it has been retrived from Jenkins. The buildId cannot be known before the build starts.
Basically that class will be shared among many classes, some consuming data (project name, external id), some other will feed data (the buildId).
| Constructor and Description |
|---|
BuildAbsoluteId(String projectName,
String externalId) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBuildId() |
String |
getExternalId() |
String |
getProjectName() |
boolean |
hasBuildIdSet() |
void |
setBuildId(Integer buildId) |
String |
toString() |
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.