public static final class FailureCauseDisplayData.Links extends Object
Modifier and Type | Method and Description |
---|---|
String |
getBuildDisplayName()
Getting the text to be displayed for the build link.
|
String |
getBuildUrl()
Getting the build url.
|
String |
getProjectDisplayName()
Getting the text to be displayed for the project link.
|
String |
getProjectUrl()
Getting the project url.
|
void |
setBuildDisplayName(String buildDisplayName)
Set the text to be displayed for the build link.
|
void |
setBuildUrl(String buildUrl)
Set the build url.
|
void |
setProjectDisplayName(String projectDisplayName)
Set the text to be displayed for the project link.
|
void |
setProjectUrl(String projectUrl)
Set the project url.
|
public String getProjectUrl()
public void setProjectUrl(String projectUrl)
projectUrl
- the new urlpublic String getBuildUrl()
public void setBuildUrl(String buildUrl)
buildUrl
- the new urlpublic String getProjectDisplayName()
public void setProjectDisplayName(String projectDisplayName)
projectDisplayName
- the text to showpublic String getBuildDisplayName()
public void setBuildDisplayName(String buildDisplayName)
buildDisplayName
- the text to showCopyright © 2016–2021. All rights reserved.