com.pmease.quickbuild.dependency
Class DependencyServer

java.lang.Object
  extended by com.pmease.quickbuild.dependency.DependencyServer
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
DependencyServer(QuickbuildRepository repository)
           
 
Method Summary
 java.lang.String getPassword()
           
 QuickbuildRepository getRepository()
           
 java.lang.String getUrl()
           
 java.lang.String getUserName()
           
 void setPassword(java.lang.String password)
           
 void setUrl(java.lang.String url)
           
 void setUserName(java.lang.String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyServer

public DependencyServer(QuickbuildRepository repository)
Method Detail

getUrl

@NotEmpty
public java.lang.String getUrl()
Get url of the server.


setUrl

public void setUrl(java.lang.String url)

getUserName

public java.lang.String getUserName()
Get user name to login to the user. Null for anonymous access.


setUserName

public void setUserName(java.lang.String userName)

getPassword

public java.lang.String getPassword()
Get password to login to the server.


setPassword

public void setPassword(java.lang.String password)

getRepository

public QuickbuildRepository getRepository()
Get associated repository object.



Copyright © 2005-2010 PMEase Inc. All Rights Reserved.