Class ChecksInfo

java.lang.Object
io.jenkins.plugins.checks.steps.ChecksInfo
All Implemented Interfaces:
Serializable

public class ChecksInfo extends Object implements Serializable
A collection of checks properties that will be injected into WithChecksStep closure.
See Also:
  • Constructor Details

    • ChecksInfo

      public ChecksInfo(String name)
      Creates a ChecksInfo with checks name.
      Parameters:
      name - the name of the check
  • Method Details

    • getName

      public String getName()