Package io.jenkins.plugins.checks.steps
Class ChecksInfo
java.lang.Object
io.jenkins.plugins.checks.steps.ChecksInfo
- All Implemented Interfaces:
Serializable
A collection of checks properties that will be injected into
WithChecksStep closure.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChecksInfo(String name) Creates aChecksInfowith checks name.ChecksInfo(String name, String detailsURL) Creates aChecksInfowith checks name and optional details URL. -
Method Summary
-
Constructor Details
-
ChecksInfo
Creates aChecksInfowith checks name.- Parameters:
name- the name of the check
-
ChecksInfo
Creates aChecksInfowith checks name and optional details URL.- Parameters:
name- the name of the checkdetailsURL- the custom details URL (optional, can be null)
-
-
Method Details
-
getName
-
getDetailsURL
Gets the custom details URL.- Returns:
- the custom details URL, or null if not set
-