Class EnvInjectVarList

java.lang.Object
org.jenkinsci.plugins.envinject.EnvInjectVarList
All Implemented Interfaces:
Serializable

@ExportedBean(defaultVisibility=99) public class EnvInjectVarList extends Object implements Serializable
Author:
Gregory Boissinot
See Also:
  • Field Details

    • HIDDEN

      public static final EnvInjectVarList HIDDEN
      Empty variables list, which should be returned if the variables are hidden due to the security settings.
  • Constructor Details

  • Method Details

    • getEnvMap

      @Exported public Map<String,String> getEnvMap()
    • getApi

      public Api getApi()
    • doExport

      public void doExport(@NonNull org.kohsuke.stapler.StaplerRequest2 request, @NonNull org.kohsuke.stapler.StaplerResponse2 response) throws IOException
      Throws:
      IOException