com.pmease.quickbuild.model
Class Token
java.lang.Object
com.pmease.quickbuild.model.AbstractEntity
com.pmease.quickbuild.model.Token
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class Token
- extends AbstractEntity
- implements java.io.Serializable
This class represents assigned grid token which can be used by build agent to access grid.
- See Also:
- Serialized Form
Constructor Summary |
Token()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Token
public Token()
getValue
public java.lang.String getValue()
- Get value of this token.
setValue
public void setValue(java.lang.String value)
getIp
public java.lang.String getIp()
- Get ip address associated with this token. Null if there is no ip associated with this token.
setIp
public void setIp(java.lang.String ip)
getPort
public int getPort()
setPort
public void setPort(int port)
isTest
public boolean isTest()
setTest
public void setTest(boolean test)
getCloudProfile
public CloudProfile getCloudProfile()
setCloudProfile
public void setCloudProfile(CloudProfile cloudProfile)
getHostName
public java.lang.String getHostName()
setHostName
public void setHostName(java.lang.String hostName)
getAddress
public java.lang.String getAddress()
getNodeLaunchId
public java.lang.String getNodeLaunchId()
setNodeLaunchId
public void setNodeLaunchId(java.lang.String nodeLaunchId)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class AbstractEntity
hashCode
public int hashCode()
- Overrides:
hashCode
in class AbstractEntity
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.