Class ContentSecurityPolicyReceiver.ViewContext

java.lang.Object
io.jenkins.plugins.csp.ContentSecurityPolicyReceiver.ViewContext
Enclosing interface:
ContentSecurityPolicyReceiver

public static class ContentSecurityPolicyReceiver.ViewContext extends Object
  • Constructor Details

    • ViewContext

      public ViewContext(@NonNull String className, @NonNull String viewName)
  • Method Details

    • getViewName

      @NonNull public String getViewName()
    • getClassName

      @NonNull public String getClassName()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object