Package io.jenkins.plugins
Class TestAction
- java.lang.Object
-
- io.jenkins.plugins.TestAction
-
- All Implemented Interfaces:
Action,ModelObject,Serializable
@ExportedBean public class TestAction extends Object implements Action, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestAction(AbstractBuild<?,?> build, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetIconFileName()List<Map<String,Object>>getTestResult()StringgetUrlName()voidsetTestResult(List<Map<String,Object>> testResult)
-
-
-
Constructor Detail
-
TestAction
public TestAction(AbstractBuild<?,?> build, String path) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
-