Class CRDAAction
- java.lang.Object
-
- redhat.jenkins.plugins.rhda.action.CRDAAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
public class CRDAAction extends Object implements RunAction2
-
-
Constructor Summary
Constructors Constructor Description CRDAAction(String uuid, com.redhat.exhort.api.AnalysisReport report, String url, String jobtype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getJobtype()
com.redhat.exhort.api.AnalysisReport
getReport()
Run
getRun()
String
getUrl()
String
getUrlName()
String
getUuid()
void
onAttached(Run<?,?> run)
void
onLoad(Run<?,?> run)
-
-
-
Method Detail
-
getJobtype
public String getJobtype()
-
getUrl
public String getUrl()
-
onAttached
public void onAttached(Run<?,?> run)
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> run)
- Specified by:
onLoad
in interfaceRunAction2
-
getRun
public Run getRun()
-
getUuid
public String getUuid()
-
getReport
public com.redhat.exhort.api.AnalysisReport getReport()
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-