Package hudson.util

Class ProcessKillingVeto.VetoCause

  • Enclosing class:
    ProcessKillingVeto

    public static class ProcessKillingVeto.VetoCause
    extends Object
    Describes the cause for a process killing veto.
    • Constructor Detail

      • VetoCause

        public VetoCause​(@NonNull
                         String message)
        Parameters:
        message - A string describing the reason for the veto
    • Method Detail

      • getMessage

        @NonNull
        public String getMessage()
        Returns:
        A string describing the reason for the veto.