org.jenkinsci.plugins.envinject
Class EnvInjectPasswordEntry

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

public class EnvInjectPasswordEntry
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvInjectPasswordEntry(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

EnvInjectPasswordEntry

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

getName

public String getName()

getValue

public hudson.util.Secret getValue()


Copyright © 2004-2012. All Rights Reserved.