Class ClasspathAdder.Addition

java.lang.Object
org.jenkinsci.plugins.workflow.libs.ClasspathAdder.Addition
Enclosing class:
ClasspathAdder

public static final class ClasspathAdder.Addition extends Object
  • Field Details

    • url

      @NonNull public final URL url
      URL to add to the classpath.
    • trusted

      public final boolean trusted
      Whether this should be loaded in the trusted class loader, or untrusted alongside the main script.
  • Constructor Details

    • Addition

      public Addition(@NonNull URL url, boolean trusted)