Interface JobMessages.Builder

    • Method Detail

      • info

        JobMessages.Builder info​(Collection<String> info)
        List of messages that are informational only and don't indicate a problem with your job.
        Parameters:
        info - List of messages that are informational only and don't indicate a problem with your job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • info

        JobMessages.Builder info​(String... info)
        List of messages that are informational only and don't indicate a problem with your job.
        Parameters:
        info - List of messages that are informational only and don't indicate a problem with your job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warning

        JobMessages.Builder warning​(Collection<String> warning)
        List of messages that warn about conditions that might cause your job not to run or to fail.
        Parameters:
        warning - List of messages that warn about conditions that might cause your job not to run or to fail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warning

        JobMessages.Builder warning​(String... warning)
        List of messages that warn about conditions that might cause your job not to run or to fail.
        Parameters:
        warning - List of messages that warn about conditions that might cause your job not to run or to fail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.