Class LdapEnvironmentVariable

java.lang.Object
org.jenkinsci.test.acceptance.plugins.ldap.LdapEnvironmentVariable

public class LdapEnvironmentVariable extends Object
Represents an environment variable for the LDAP plugin.
  • Field Details

  • Constructor Details

    • LdapEnvironmentVariable

      public LdapEnvironmentVariable(String name, String value)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)