Interface StatusChecksProperties

All Superinterfaces:
ExtensionPoint

@Deprecated public interface StatusChecksProperties extends ExtensionPoint
Deprecated.
The interface is incompatible for future changes, use AbstractStatusChecksProperties instead
Properties that controls status checks. When no implementations is provided for a job, a DefaultStatusCheckProperties will be used.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Method Summary

    Modifier and Type
    Method
    Description
    getName(Job<?,?> job)
    Deprecated.
    Returns the name of the status check.
    boolean
    isApplicable(Job<?,?> job)
    Deprecated.
    Returns if the implementation is applicable for the job.
    boolean
    isSkip(Job<?,?> job)
    Deprecated.
    Returns if skip publishing status checks.
  • Method Details

    • isApplicable

      boolean isApplicable(Job<?,?> job)
      Deprecated.
      Returns if the implementation is applicable for the job.
      Parameters:
      job - A jenkins job.
      Returns:
      true if applicable
    • getName

      String getName(Job<?,?> job)
      Deprecated.
      Returns the name of the status check.
      Parameters:
      job - A jenkins job.
      Returns:
      the name of the status check
    • isSkip

      boolean isSkip(Job<?,?> job)
      Deprecated.
      Returns if skip publishing status checks.
      Parameters:
      job - A jenkins job.
      Returns:
      true if skip