|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.jenkins.plugins.bfa.model.FailureCauseDisplayData.Links
public static final class FailureCauseDisplayData.Links
A class containing links to be displayed for the project and the build.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 show
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |