com.atlassian.bamboo.plugins.rest.admin.userrepositories
Class RestUserRepositoryConfiguration

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.admin.userrepositories.RestUserRepositoryConfiguration

public class RestUserRepositoryConfiguration
extends Object

Model for User Repositories

Since:
5.9

Constructor Summary
RestUserRepositoryConfiguration()
           
 
Method Summary
 String getApplicationName()
           
 String getApplicationPassword()
           
 Long getCacheRefreshInterval()
           
 String getServerURL()
           
 String getType()
           
 void setApplicationName(String applicationName)
           
 void setApplicationPassword(String applicationPassword)
           
 void setCacheRefreshInterval(Long cacheRefreshInterval)
           
 void setServerURL(String serverURL)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestUserRepositoryConfiguration

public RestUserRepositoryConfiguration()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getApplicationName

public String getApplicationName()

setApplicationName

public void setApplicationName(String applicationName)

getApplicationPassword

public String getApplicationPassword()

setApplicationPassword

public void setApplicationPassword(String applicationPassword)

getCacheRefreshInterval

public Long getCacheRefreshInterval()

setCacheRefreshInterval

public void setCacheRefreshInterval(Long cacheRefreshInterval)

getServerURL

public String getServerURL()

setServerURL

public void setServerURL(String serverURL)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.