org.jenkinsci.plugins.envinject
Class EnvInjectGlobalPasswordEntry

java.lang.Object
  extended by org.jenkinsci.plugins.envinject.EnvInjectGlobalPasswordEntry
All Implemented Interfaces:
Serializable

public class EnvInjectGlobalPasswordEntry
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvInjectGlobalPasswordEntry(String name, String password)
           
 
Method Summary
 String getName()
           
 hudson.util.Secret getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvInjectGlobalPasswordEntry

@DataBoundConstructor
public EnvInjectGlobalPasswordEntry(String name,
                                                         String password)
Method Detail

getName

public String getName()

getValue

public hudson.util.Secret getValue()


Copyright © 2004-2012. All Rights Reserved.