Class FailureCauseDisplayData.Links
java.lang.Object
com.sonyericsson.jenkins.plugins.bfa.model.FailureCauseDisplayData.Links
- Enclosing class:
- FailureCauseDisplayData
A class containing links to be displayed for the project and the build.
-
Method Summary
Modifier and TypeMethodDescriptionGetting the text to be displayed for the build link.Getting the build url.Getting the text to be displayed for the project link.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.
-
Method Details
-
getProjectUrl
Getting the project url.- Returns:
- link to the project.
-
setProjectUrl
Set the project url.- Parameters:
projectUrl
- the new url
-
getBuildUrl
Getting the build url.- Returns:
- link to build
-
setBuildUrl
Set the build url.- Parameters:
buildUrl
- the new url
-
getProjectDisplayName
Getting the text to be displayed for the project link.- Returns:
- text to show for the project link
-
setProjectDisplayName
Set the text to be displayed for the project link.- Parameters:
projectDisplayName
- the text to show
-
getBuildDisplayName
Getting the text to be displayed for the build link.- Returns:
- text to show for the build link
-
setBuildDisplayName
Set the text to be displayed for the build link.- Parameters:
buildDisplayName
- the text to show
-