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.
    • Method Detail

      • 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