com.atlassian.bamboo.configuration
Class UserManagement.CrowdProperty

java.lang.Object
  extended by com.atlassian.bamboo.configuration.UserManagement.CrowdProperty
Enclosing class:
UserManagement

public static class UserManagement.CrowdProperty
extends java.lang.Object


Constructor Summary
UserManagement.CrowdProperty(java.lang.String name, boolean isWritable, java.lang.String value)
           
 
Method Summary
 boolean getIsWritable()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserManagement.CrowdProperty

public UserManagement.CrowdProperty(java.lang.String name,
                                    boolean isWritable,
                                    java.lang.String value)
Method Detail

getName

public java.lang.String getName()

getIsWritable

public boolean getIsWritable()

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


Copyright © 2012 Atlassian. All Rights Reserved.