org.jenkinsci.plugins.envinject
Class EnvInjectPasswordEntry

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

public class EnvInjectPasswordEntry
extends java.lang.Object
implements java.io.Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
EnvInjectPasswordEntry(java.lang.String name, java.lang.String password)
           
 
Method Summary
 java.lang.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(java.lang.String name,
                                                   java.lang.String password)
Method Detail

getName

public java.lang.String getName()

getValue

public hudson.util.Secret getValue()


Copyright © 2004-2012. All Rights Reserved.