Package hudson.util

Class ProcessKillingVeto.VetoCause

java.lang.Object
hudson.util.ProcessKillingVeto.VetoCause
Enclosing class:
ProcessKillingVeto

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

    • VetoCause

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

    • getMessage

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