Class MessagesViewModel
- java.lang.Object
-
- com.parasoft.findings.jenkins.coverage.api.metrics.steps.MessagesViewModel
-
- All Implemented Interfaces:
ModelObject
public class MessagesViewModel extends Object implements ModelObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
Collection<String>
getErrorMessages()
Collection<String>
getInfoMessages()
Run<?,?>
getOwner()
boolean
hasErrors()
-
-
-
Method Detail
-
getOwner
public final Run<?,?> getOwner()
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceModelObject
-
getInfoMessages
public Collection<String> getInfoMessages()
-
getErrorMessages
public Collection<String> getErrorMessages()
-
hasErrors
public boolean hasErrors()
-
-