Class InfoErrorDetail
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.model.InfoErrorDetail
-
- All Implemented Interfaces:
ModelObject
@Deprecated public class InfoErrorDetail extends Object implements ModelObject
Deprecated.moved to Bootstrap 5 API pluginResult object to visualize the logging messages and errors during a static analysis run.- Author:
- Ullrich Hafner
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDisplayName()
Deprecated.Collection<String>
getErrorMessages()
Deprecated.Returns the error messages of the static analysis run.Collection<String>
getInfoMessages()
Deprecated.Returns the information messages of the static analysis run.Run<?,?>
getOwner()
Deprecated.Returns the build/run as owner of this action.
-
-
-
Method Detail
-
getOwner
public final Run<?,?> getOwner()
Deprecated.Returns the build/run as owner of this action.- Returns:
- the owner
-
getDisplayName
public String getDisplayName()
Deprecated.- Specified by:
getDisplayName
in interfaceModelObject
-
getErrorMessages
public Collection<String> getErrorMessages()
Deprecated.Returns the error messages of the static analysis run.- Returns:
- the error messages
-
getInfoMessages
public Collection<String> getInfoMessages()
Deprecated.Returns the information messages of the static analysis run.- Returns:
- the information messages
-
-