A B C D E F G H I J K L M N O P R S T U V W Y

A

AbstractProtocolImpl - Class in com.buildforge.services.common.api
Utility class that defines the basic interaction between the APIConnection class and protocol implementations.
AccessGroup - Class in com.buildforge.services.client.dbo
An object representing an access group within the Build Forge system.
AccessGroup(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.AccessGroup
Define a new access group object.
AccessGroupDBO - Class in com.buildforge.services.common.dbo
The database information representing an access group (level).
AccessGroupDBO() - Constructor for class com.buildforge.services.common.dbo.AccessGroupDBO
 
acquire() - Method in class com.buildforge.services.client.dbo.Semaphore
Attempts to exclusively acquire the desired Semaphore
activate() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Activates the AdaptorLink.
activate(ScopeDBO.Active) - Method in class com.buildforge.services.client.dbo.AdaptorLink
Sets the AdaptorLink into the activated, deactivated, or debug state.
activate() - Method in class com.buildforge.services.client.dbo.Cron
Acticates this Cron object.
activate(CronDBO.Active) - Method in class com.buildforge.services.client.dbo.Cron
Sets the activation state of this Cron object to an explicit value of the allowed enumeration of activation values.
activate() - Method in class com.buildforge.services.client.dbo.Project
Activates this project, such that it is available for running builds.
activate(boolean) - Method in class com.buildforge.services.client.dbo.Project
Changes whether or not a project is active.
activate() - Method in class com.buildforge.services.client.dbo.Server
Activates a server.
activate(boolean) - Method in class com.buildforge.services.client.dbo.Server
Activates or deactivates a server.
activate() - Method in class com.buildforge.services.client.dbo.Step
Activates a step.
activate(boolean) - Method in class com.buildforge.services.client.dbo.Step
Either activates or deactivates a step.
ACTIVE_NO - Static variable in class com.buildforge.services.common.dbo.ProjectDBO
 
ACTIVE_YES - Static variable in class com.buildforge.services.common.dbo.ProjectDBO
 
Adaptor - Class in com.buildforge.services.client.dbo
An object representing an adaptor within the Build Forge system.
Adaptor(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Adaptor
Define a new adaptor object.
AdaptorLink - Class in com.buildforge.services.client.dbo
An object representing and adaptor link within the Build Forge system.
AdaptorLink(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.AdaptorLink
Define a new adaptor link object.
addAccessGroup(int) - Method in class com.buildforge.services.client.dbo.User
Grants this user direct membership in the specified access group.
addChild(Element) - Method in class com.buildforge.services.common.api.xml.ArrayElement
 
addChild(Element) - Method in class com.buildforge.services.common.api.xml.DataElement
 
addChild(Element) - Method in class com.buildforge.services.common.api.xml.Element
Adds a child element to this element.
addChild(Element) - Method in class com.buildforge.services.common.api.xml.HashElement
 
addChild(Element) - Method in class com.buildforge.services.common.api.xml.PacketElement
 
addChild(Element) - Method in class com.buildforge.services.common.api.xml.RequestElement
 
addCollectorProperty(CollectorProperty) - Method in class com.buildforge.services.client.dbo.Collector
Adds a new property to this collector at the end of the property list.
addCollectorProperty(CollectorProperty, int) - Method in class com.buildforge.services.client.dbo.Collector
Adds a new property to this collector at a specified index.
addCollectorProperty(CollectorPropertyDBO) - Method in class com.buildforge.services.common.dbo.CollectorDBO
Adds the supplied CollectorProperty to the end of the property list
addCollectorProperty(CollectorPropertyDBO, int) - Method in class com.buildforge.services.common.dbo.CollectorDBO
Adds the supplied collector property DBO at the specified index, shifting the property at the index (and all subsequent properties) by one position to make room for it.
addEntry(EnvironmentEntry) - Method in class com.buildforge.services.client.dbo.Environment
Add a new Entry to this Environment (at the end of the list)
addEntry(EnvironmentEntry, int) - Method in class com.buildforge.services.client.dbo.Environment
Add a new Entry to this Environment, at the specified, 0-based index
addEntry(EnvironmentEntryDBO) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
Adds a new Entry to the end of the list
addEntry(EnvironmentEntryDBO, int) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
Adds a new Entry at the supplied, 0-based index
addInheritedGroup(int) - Method in class com.buildforge.services.client.dbo.AccessGroup
Sets this access group to inherit users and permissions from another access group.
addMemberUser(int) - Method in class com.buildforge.services.client.dbo.AccessGroup
Adds a user to this access group as a direct member.
addPattern(FilterPattern) - Method in class com.buildforge.services.client.dbo.Filter
Adds a new pattern to this filter set at the end of the pattern list.
addPattern(FilterPattern, int) - Method in class com.buildforge.services.client.dbo.Filter
Adds a new pattern to this filter set at a specified index.
addPattern(FilterPatternDBO) - Method in class com.buildforge.services.common.dbo.FilterDBO
Adds a pattern to this filter set at the end of the pattern list.
addPattern(FilterPatternDBO, int) - Method in class com.buildforge.services.common.dbo.FilterDBO
Adds a pattern to this filter set at the specified index.
addProperty(SelectorProperty) - Method in class com.buildforge.services.client.dbo.Selector
Adds a new SelectorProperty to this Selector.
addProperty(ManifestPropertyDBO) - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
addProperty(SelectorPropertyDBO) - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
addStep(Step) - Method in class com.buildforge.services.client.dbo.Project
Adds a new step to this project's step list.
addStep(Step, int) - Method in class com.buildforge.services.client.dbo.Project
Adds a new step object to this project at the specified, index into the current list of steps.
addStep(StepDBO) - Method in class com.buildforge.services.common.dbo.ProjectDBO
Adds a child Step object to this project at the end of the current list of steps
addStep(StepDBO, int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
Adds a child Step object to this project at the specified, 0-based index in the list of steps.
ADMIN_CN_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
ADMIN_PASSWORD_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
APIClientBuffer - Class in com.buildforge.services.client.api
This class wraps a socket channel with the IBufferedConnection interface so that it can be used by the API protocol.
APIClientConnection - Class in com.buildforge.services.client.api
This class implements the basic interaction of an API client with the underlying connection.
APIClientConnection() - Constructor for class com.buildforge.services.client.api.APIClientConnection
Creates a new connection object for implementing the client side of an API connection using default connection parameters.
APIClientConnection(String) - Constructor for class com.buildforge.services.client.api.APIClientConnection
Creates a new connection object for implementing the client side of an API connection using the specified hostname and the default port.
APIClientConnection(String, int) - Constructor for class com.buildforge.services.client.api.APIClientConnection
Creates a new connection object for implementing the client side of an API connection using the specified hostname and port.
APIConnection - Class in com.buildforge.services.common.api
The APIConnection class is responsible for the encoding and decoding of API requests, thereby implementing the line protocol of the services layer.
APIConnection(IBufferedConnection) - Constructor for class com.buildforge.services.common.api.APIConnection
Attaches the API protocol to a buffered connection.
APIConstants - Interface in com.buildforge.services.common.api
These are data constants that are shared by the client and server implementations of the services layer.
APIException - Exception in com.buildforge.services.common.api
Internationalized exceptions for the API layer.
APIException(MessageDBO) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException from a pre-built message.
APIException(MessageDBO, Throwable) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException from a pre-built message.
APIException(String) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIException(String, String[]) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIException(String, String, int) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIException(String, int, String) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIException(String, String, String) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIException(String, int, int) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIException(String, int) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIException(String, String) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIException(String, Throwable) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIException(String, String[], Throwable) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException
APIException(String, int, Throwable) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIException(String, String, Throwable) - Constructor for exception com.buildforge.services.common.api.APIException
Construct a new APIException.
APIRequest - Class in com.buildforge.services.common.api
This class encapsulates an API request from a remote connection.
APIRequest(int) - Constructor for class com.buildforge.services.common.api.APIRequest
Create a new API request structure.
APIReverseMap - Class in com.buildforge.services.common.api
 
APIReverseMap() - Constructor for class com.buildforge.services.common.api.APIReverseMap
 
append(StringBuilder, boolean) - Method in class com.buildforge.services.common.api.APIRequest
 
append(char) - Method in class com.buildforge.services.common.util.StringBuilderWriter
 
append(CharSequence) - Method in class com.buildforge.services.common.util.StringBuilderWriter
 
append(CharSequence, int, int) - Method in class com.buildforge.services.common.util.StringBuilderWriter
 
appendFixed(StringBuilder, String, int) - Static method in class com.buildforge.services.common.text.TextUtils
Forces a string to an exact length.
ArrayElement - Class in com.buildforge.services.common.api.xml
 
ArrayElement(Element, String) - Constructor for class com.buildforge.services.common.api.xml.ArrayElement
 
as(int) - Method in class com.buildforge.services.client.api.APIClientConnection
Contexts authenticated as SYSTEM are able to take actions on behalf of other users.
AUTHORIZED_GROUP_DN_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
authToken(String) - Method in class com.buildforge.services.client.api.APIClientConnection
Authenticates the connection.
authUser(String, String) - Method in class com.buildforge.services.client.api.APIClientConnection
Authenticates the connection.
authUser(String, String, String) - Method in class com.buildforge.services.client.api.APIClientConnection
Authenticates the connection.

B

badEnum(Class<? extends Enum<?>>, String) - Static method in exception com.buildforge.services.common.api.APIException
Convenience method for creating an APIException that reports an attempt to use an invalid value for an enumerated constant.
badId() - Method in class com.buildforge.services.common.dbo.DBObject
Returns an exception indicating that this object has an invalid id.
badIndex(int) - Static method in exception com.buildforge.services.common.api.APIException
Index out of bounds.
badName() - Method in class com.buildforge.services.common.dbo.DBObject
Returns an exception indicating that this object has an invalid name.
bf_encrypt(String) - Static method in class com.buildforge.services.common.text.TextUtils
Java implementation of the bf_encrypt algorithm.
BIND_USER_ACCOUNT_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
BOM - Class in com.buildforge.services.client.dbo
This class is not yet implemented.
BOM(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.BOM
 
BOMDBO - Class in com.buildforge.services.common.dbo
The database information representing the user-provided Bill of Materials (BOM) data.
BOMDBO() - Constructor for class com.buildforge.services.common.dbo.BOMDBO
 
BOMDBO.Type - Enum in com.buildforge.services.common.dbo
Identifies the type of entry from a .scan.
BOMManifest - Class in com.buildforge.services.client.dbo
This class is not yet implemented.
BOMManifest(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.BOMManifest
 
BOMManifestDBO - Class in com.buildforge.services.common.dbo
Database information representing the server manifest snapshots taken during the running of a build.
BOMManifestDBO() - Constructor for class com.buildforge.services.common.dbo.BOMManifestDBO
 
BufferedConnectionReader - Class in com.buildforge.services.common.io
Wraps the IBufferedConnection in a Reader so that protocol implementations which need one can access the data stream.
BufferedConnectionReader(IBufferedConnection) - Constructor for class com.buildforge.services.common.io.BufferedConnectionReader
 
Build - Class in com.buildforge.services.client.dbo
An object representing a build within the Build Forge system.
BuildClass - Class in com.buildforge.services.client.dbo
An object representing a build class within the Build Forge system.
BuildClass(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.BuildClass
Define a new build class object.
BuildClassDBO - Class in com.buildforge.services.common.dbo
Database information representing a build class.
BuildClassDBO() - Constructor for class com.buildforge.services.common.dbo.BuildClassDBO
 
BuildClassDBO.PurgeRule - Enum in com.buildforge.services.common.dbo
Specifies which of a project's builds may be purged automatically by the system on the basis of whether or not they passed.
BuildClassDBO.PurgeType - Enum in com.buildforge.services.common.dbo
Identifies what is deleted and what is kept when a build is purged.
buildClientSSLEngine(SocketChannel) - Method in class com.buildforge.services.common.ssl.BuildForgeSSLEngineFactory
 
BuildDBO - Class in com.buildforge.services.common.dbo
Database information representing build records (jobs).
BuildDBO() - Constructor for class com.buildforge.services.common.dbo.BuildDBO
 
BuildDBO.Process - Enum in com.buildforge.services.common.dbo
Identifies the type of build process.
BuildDBO.Result - Enum in com.buildforge.services.common.dbo
Identifies the type of build process.
BuildDBO.State - Enum in com.buildforge.services.common.dbo
Identifies the run state of the build.
BuildForgeSSLEngine - Class in com.buildforge.services.common.ssl
 
BuildForgeSSLEngineFactory - Class in com.buildforge.services.common.ssl
This class will provide the callers with a client-side or server-side SSLEngine
buildServerSSLEngine(SocketChannel) - Method in class com.buildforge.services.common.ssl.BuildForgeSSLEngineFactory
 
buildSSLEngine(SocketChannel, boolean) - Method in class com.buildforge.services.common.ssl.BuildForgeSSLEngineFactory
 
BypassSSLSocketFactory - Class in com.buildforge.services.common.ssl
An SSLSocketFactory that disables security checks, for use with ldaps and encrypted connections to the services layer.
BYTE_BUFFER_SIZE - Static variable in class com.buildforge.services.common.text.StringConverter
Size of the char buffer we keep around for short pieces of data.
bytesToHex(byte[]) - Static method in class com.buildforge.services.common.text.Hex
Converts a sequence of bytes into a sequence of hex digits representing them.
bytesToHex(ByteBuffer) - Static method in class com.buildforge.services.common.text.Hex
Converts a sequence of bytes into a sequence of hex digits representing them.
bytesToHex(byte[], int, int) - Static method in class com.buildforge.services.common.text.Hex
Converts a sequence of bytes into a sequence of hex digits representing them.

C

call() - Method in class com.buildforge.services.client.api.APIClientConnection
Complete the current request, receive the response to it, and return that response to the caller.
cancel() - Method in class com.buildforge.services.client.dbo.Build
Requests cancellation of a running job.
canGet() - Method in class com.buildforge.services.client.dbo.Server
Returns whether (true) or not (false) files may be retrieved from this Server via the dot command .get
canGet() - Method in enum com.buildforge.services.common.dbo.ServerDBO.Publish
 
canPut() - Method in class com.buildforge.services.client.dbo.Server
Returns whether (true) or not (false) files may be placed onto this Server via the dot command .put
canPut() - Method in enum com.buildforge.services.common.dbo.ServerDBO.Publish
 
CHAR_BUFFER_SIZE - Static variable in class com.buildforge.services.common.text.StringConverter
Size of the char buffer we keep around for short pieces of data.
check() - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Verifies that the connection is still valid.
check() - Method in class com.buildforge.services.common.api.APIConnection
Checks whether or not this connection has been invalidated due to a violation of the protocol.
checkDead() - Method in class com.buildforge.services.common.dbo.DBObject
Verifies that this object is not live.
checkLive() - Method in class com.buildforge.services.common.dbo.DBObject
Verifies that this object is live.
checkPermission(Permission) - Method in class com.buildforge.services.client.dbo.AccessGroup
Determines if a specific Permission is or is not already granted to this AccessGroup.
CLASS - Static variable in class com.buildforge.services.client.dbo.AccessGroup
 
CLASS - Static variable in class com.buildforge.services.client.dbo.BOM
 
CLASS - Static variable in class com.buildforge.services.client.dbo.BOMManifest
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Build
 
CLASS - Static variable in class com.buildforge.services.client.dbo.BuildClass
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Collector
 
CLASS - Static variable in class com.buildforge.services.client.dbo.CollectorProperty
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Cron
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Engine
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Environment
 
CLASS - Static variable in class com.buildforge.services.client.dbo.EnvironmentEntry
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Filter
 
CLASS - Static variable in class com.buildforge.services.client.dbo.FilterPattern
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Geo
 
CLASS - Static variable in class com.buildforge.services.client.dbo.LDAP
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Log
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Manifest
 
CLASS - Static variable in class com.buildforge.services.client.dbo.ManifestProperty
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Message
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Note
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Project
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Register
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Result
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Selector
 
CLASS - Static variable in class com.buildforge.services.client.dbo.SelectorProperty
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Semaphore
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Server
 
CLASS - Static variable in class com.buildforge.services.client.dbo.ServerAuth
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Step
 
CLASS - Static variable in class com.buildforge.services.client.dbo.SysConfig
 
CLASS - Static variable in class com.buildforge.services.client.dbo.TagVar
 
CLASS - Static variable in class com.buildforge.services.client.dbo.Template
 
CLASS - Static variable in class com.buildforge.services.client.dbo.TimeZone
 
CLASS - Static variable in class com.buildforge.services.common.api.AbstractProtocolImpl
Local reference to the class object to avoid the use of ".class".
CLASS - Static variable in enum com.buildforge.services.common.api.Permission
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.BOMDBO.Type
 
CLASS - Static variable in class com.buildforge.services.common.dbo.BuildClassDBO
This class.
CLASS - Static variable in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeRule
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeType
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.BuildDBO.Process
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.BuildDBO.Result
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.BuildDBO.State
 
CLASS - Static variable in class com.buildforge.services.common.dbo.CollectorDBO
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.CollectorPropertyDBO.BuiltIn
 
CLASS - Static variable in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.CronDBO.Active
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Action
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Mode
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.FilterPatternDBO.Action
 
CLASS - Static variable in class com.buildforge.services.common.dbo.InterfaceDBO
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.InterfaceDBO.Type
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.LdapDBO.LdapProperty
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.ManifestPropertyDBO.Category
 
CLASS - Static variable in class com.buildforge.services.common.dbo.MessageDBO
Reference to this class so we can avoid the expensive ".class" construct.
CLASS - Static variable in enum com.buildforge.services.common.dbo.MessageDBO.Severity
 
CLASS - Static variable in class com.buildforge.services.common.dbo.ProjectDBO
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.ProjectDBO.InUse
 
CLASS - Static variable in class com.buildforge.services.common.dbo.ResultDBO
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.ResultDBO.Floating
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.ResultDBO.StepFlag
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.ResultDBO.StepResult
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.ScopeDBO.Active
 
CLASS - Static variable in class com.buildforge.services.common.dbo.ScopeDBO
 
CLASS - Static variable in class com.buildforge.services.common.dbo.SelectorDBO
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.SelectorPropertyDBO.Operator
 
CLASS - Static variable in class com.buildforge.services.common.dbo.ServerAuthDBO
 
CLASS - Static variable in class com.buildforge.services.common.dbo.ServerDBO
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.ServerDBO.Error
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.ServerDBO.Publish
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.ServerDBO.Upstate
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.StepDBO.OnFail
 
CLASS - Static variable in enum com.buildforge.services.common.dbo.StepDBO.Threaded
 
CLASS - Static variable in class com.buildforge.services.common.dbo.TagVarDBO
 
CLASS - Static variable in class com.buildforge.services.common.dbo.UserDBO
 
CLASS - Static variable in exception com.buildforge.services.common.ServiceException
Resolve the class
CLASS - Static variable in class com.buildforge.services.common.ssl.BypassSSLSocketFactory
 
clobber() - Method in class com.buildforge.services.client.dbo.Project
Requests that a project be clobbered.
clone() - Method in class com.buildforge.services.client.dbo.Collector
Clones this Collector, complete with related CollectorProperties (also cloned), but clears the collector name (id) of the cloned object making it ready for a .create() call.
clone() - Method in class com.buildforge.services.client.dbo.Environment
Clones this Environment, complete with related EnvironmentEntries (also cloned), but clears the environment group id of the cloned object making it ready for a .create() call.
clone() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
 
clone() - Method in class com.buildforge.services.client.dbo.Filter
Clones this Filter, complete with related FilterPatterns (also cloned), but clears the filter id of the cloned object making it ready for a .create() call.
clone() - Method in class com.buildforge.services.client.dbo.FilterPattern
 
clone() - Method in class com.buildforge.services.client.dbo.Project
Clones this project.
clone() - Method in class com.buildforge.services.client.dbo.Selector
Clones this Selector, complete with related SelectorProperties (also cloned), but clears the selector id of the cloned object making it ready for a .create() call.
clone() - Method in class com.buildforge.services.client.dbo.SelectorProperty
 
clone() - Method in class com.buildforge.services.client.dbo.Step
Clones this Step object.
clone() - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
clone() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
clone() - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
clone() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
clone() - Method in class com.buildforge.services.common.dbo.FilterDBO
 
clone() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
clone() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
clone() - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
clone() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
clone() - Method in class com.buildforge.services.common.dbo.StepDBO
 
close() - Method in class com.buildforge.services.client.api.APIClientBuffer
 
close() - Method in class com.buildforge.services.client.api.APIClientConnection
 
close() - Method in class com.buildforge.services.client.api.SecureAPIClientBuffer
 
close() - Method in class com.buildforge.services.common.api.APIConnection
Closes this connection.
close() - Method in class com.buildforge.services.common.io.BufferedConnectionReader
This method has no effect for instances of this class.
close() - Method in interface com.buildforge.services.common.io.IBufferedConnection
Shuts down the connection, after which time it should no longer be used.
close() - Method in class com.buildforge.services.common.ssl.BuildForgeSSLEngine
Closes down this encrypted conversation.
close() - Method in class com.buildforge.services.common.util.StringBuilderWriter
 
code - Variable in enum com.buildforge.services.common.dbo.BOMDBO.Type
 
code - Variable in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeRule
 
code - Variable in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeType
 
code - Variable in enum com.buildforge.services.common.dbo.BuildDBO.Process
 
code - Variable in enum com.buildforge.services.common.dbo.BuildDBO.Result
 
code - Variable in enum com.buildforge.services.common.dbo.BuildDBO.State
 
code - Variable in enum com.buildforge.services.common.dbo.CronDBO.Active
 
code - Variable in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Action
 
code - Variable in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Mode
 
code - Variable in enum com.buildforge.services.common.dbo.FilterPatternDBO.Action
 
code - Variable in enum com.buildforge.services.common.dbo.InterfaceDBO.Type
 
code - Variable in enum com.buildforge.services.common.dbo.ManifestPropertyDBO.Category
 
code - Variable in enum com.buildforge.services.common.dbo.MessageDBO.Severity
 
code - Variable in enum com.buildforge.services.common.dbo.ResultDBO.Floating
 
code - Variable in enum com.buildforge.services.common.dbo.ResultDBO.StepFlag
 
code - Variable in enum com.buildforge.services.common.dbo.ResultDBO.StepResult
 
code - Variable in enum com.buildforge.services.common.dbo.ScopeDBO.Active
 
code - Variable in enum com.buildforge.services.common.dbo.SelectorPropertyDBO.Operator
 
code - Variable in enum com.buildforge.services.common.dbo.ServerDBO.Error
 
code - Variable in enum com.buildforge.services.common.dbo.ServerDBO.Publish
 
code - Variable in enum com.buildforge.services.common.dbo.ServerDBO.Upstate
 
code - Variable in enum com.buildforge.services.common.dbo.StepDBO.OnFail
 
code - Variable in enum com.buildforge.services.common.dbo.StepDBO.Threaded
 
Collector - Class in com.buildforge.services.client.dbo
An object representing a collector within the Build Forge system.
Collector(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Collector
Define a new collector object.
CollectorDBO - Class in com.buildforge.services.common.dbo
Database information representing a collector.
CollectorDBO() - Constructor for class com.buildforge.services.common.dbo.CollectorDBO
 
CollectorProperty - Class in com.buildforge.services.client.dbo
An object representing a collector property within the Build Forge system.
CollectorProperty(APIClientConnection, Collector) - Constructor for class com.buildforge.services.client.dbo.CollectorProperty
Defines a new collector property object.
CollectorPropertyDBO - Class in com.buildforge.services.common.dbo
Database information representing a single property definition for a collector.
CollectorPropertyDBO() - Constructor for class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
CollectorPropertyDBO(String, String, String, boolean, String, boolean, int) - Constructor for class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
CollectorPropertyDBO.BuiltIn - Enum in com.buildforge.services.common.dbo
The built-in collector property names.
collision(String, String, String) - Static method in exception com.buildforge.services.common.api.APIException
Returns a new exception indicating that a create or rename failed because there was some form of data collision.
collision(String, String, int) - Static method in exception com.buildforge.services.common.api.APIException
Convenience method for collisions on numeric fields.
collision(String, String) - Method in class com.buildforge.services.common.dbo.DBObject
Returns an exception indicating that this object would cause a data collision on the specified field.
collision(String, int) - Method in class com.buildforge.services.common.dbo.DBObject
Returns an exception indicating that this object would cause a data collision on the specified field.
com.buildforge.services.client.api - package com.buildforge.services.client.api
The client-side classes for communication with the Services Layer Server.
com.buildforge.services.client.dbo - package com.buildforge.services.client.dbo
The client-side implementation of the database objects that are created and managed by Build Forge.
com.buildforge.services.common - package com.buildforge.services.common
This package and those below it implement the architecture that is shared by both the client and the server for the Services Layer.
com.buildforge.services.common.api - package com.buildforge.services.common.api
Services Layer connection and protocol implementations.
com.buildforge.services.common.api.xml - package com.buildforge.services.common.api.xml
XML element definitions for use by the XML protocol implementation.
com.buildforge.services.common.dbo - package com.buildforge.services.common.dbo
Database object abstractions.
com.buildforge.services.common.io - package com.buildforge.services.common.io
Network layer abstractions used by the protocol implementations.
com.buildforge.services.common.ssl - package com.buildforge.services.common.ssl
Utility classes which customize SSL services by disabling certificate checking.
com.buildforge.services.common.text - package com.buildforge.services.common.text
Utility classes that provide various text manipulation capabilities, such as hexadecimal conversion, string conversion, and data type conversion.
com.buildforge.services.common.util - package com.buildforge.services.common.util
Utility classes that perform miscellaneous common tasks.
COMMAND_ACCESS_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_ADD_GROUP - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_ADD_PERM - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_ADD_USER - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_CHECK_PERM - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_CLONE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_DEL_GROUP - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_DEL_PERM - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_DEL_USER - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_FIND_CHILDREN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_FIND_DEF - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_FIND_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_FIND_UID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_GET_GROUPS - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_GET_USERS - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_LIST_PERM - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ACCESS_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ADAPTOR_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ADAPTOR_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ADAPTOR_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ADAPTOR_FIND_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ADAPTOR_LIST_TEMPLATES - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ADAPTOR_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_CANCEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_CLONE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_FIND_BETWEEN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_FIND_PID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_FIND_STATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_FIRE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_LOCK - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_NOTE_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_NOTE_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_PURGE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_RESTART - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_STEP_FLAG - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_BUILD_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CLASS_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CLASS_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CLASS_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CLASS_FIND_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CLASS_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_COLLECTOR_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_COLLECTOR_COPY_PROPERTY - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_COLLECTOR_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_COLLECTOR_ENTRY_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_COLLECTOR_ENTRY_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_COLLECTOR_ENTRY_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_COLLECTOR_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_COLLECTOR_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_COLLECTOR_MOVE_PROPERTY - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_COLLECTOR_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CRON_ACTIVATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CRON_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CRON_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CRON_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CRON_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CRON_FIND_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CRON_RESET - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_CRON_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENGINE_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENGINE_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENGINE_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENGINE_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENGINE_PAUSE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENGINE_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_COPY_ENTRY - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_ENTRY_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_ENTRY_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_ENTRY_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_GROUP_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_GROUP_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_GROUP_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_GROUP_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_GROUP_FIND_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_GROUP_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ENV_MOVE_ENTRY - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_ERROR - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_FILTER_COPY_ENTRY - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_FILTER_ENTRY_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_FILTER_ENTRY_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_FILTER_ENTRY_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_FILTER_MOVE_ENTRY - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_FILTER_SET_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_FILTER_SET_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_FILTER_SET_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_FILTER_SET_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_FILTER_SET_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_GEO_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_GEO_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_GEO_FIND_LOCATION - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_IMPORT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_INVALID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LDAP_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LDAP_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LDAP_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LDAP_FIND_DOMAIN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LDAP_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LINK_ACTIVE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LINK_CREATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LINK_DELETE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LINK_FIND_ADAPTOR - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LINK_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LINK_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LINK_FIND_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LINK_FIND_PID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LINK_FIND_PIDNAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LINK_UPDATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LOCALE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LOG_FIND_RESULT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LOG_FIND_SEARCH - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LOGIN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_LOGOUT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_MANIFEST_FIND_BY_SERVER - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_MANIFEST_REFRESH_BY_SERVER - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PING - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PROJ_ACTIVATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PROJ_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PROJ_CLOBBER - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PROJ_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PROJ_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PROJ_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PROJ_FIND_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PROJ_INUSE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PROJ_LIST_NAMES - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_PROJ_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_REGISTER_CREATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_REGISTER_DEL_BY_BUILD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_REGISTER_DEL_BY_PROJECT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_REGISTER_DELETE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_REGISTER_FND_BUILD_REG - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_REGISTER_FND_BY_BUILD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_REGISTER_FND_BY_PRJ - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_REGISTER_FND_PRJ_REG - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_REGISTER_UPDATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_RESPONSE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_RESULT_FIND_BID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SELECTOR_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SELECTOR_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SELECTOR_ENTRY_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SELECTOR_ENTRY_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SELECTOR_ENTRY_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SELECTOR_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SELECTOR_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SELECTOR_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SEM_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SEM_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SEM_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SEM_FIND_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SEM_GET - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SEM_PUT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_ACTIVATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_DEC_JOBS - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_FIND_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_INC_JOBS - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_RESET_JOBS - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_TEST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVER_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVERAUTH_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVERAUTH_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVERAUTH_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVERAUTH_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SERVERAUTH_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_STEP_ACTIVATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_STEP_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_STEP_COPY_STEP - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_STEP_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_STEP_FIND_PIDSID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_STEP_FIND_PROJECT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_STEP_FIND_UID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_STEP_MOVE_STEP - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_STEP_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SYSCONF_FIND - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SYSCONF_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SYSCONF_SET - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_SYSCONF_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TAGVAR_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TAGVAR_DEL_PID_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TAGVAR_DEL_PID_TID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TAGVAR_FIND_PID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TAGVAR_FIND_PID_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TAGVAR_FIND_PID_TID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TAGVAR_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TEMPLATE_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TEMPLATE_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TEMPLATE_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TEMPLATE_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TEMPLATE_FIND_PID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TEMPLATE_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TIMEZONE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TIMEZONE_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TIMEZONE_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TIMEZONE_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TIMEZONE_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TIMEZONE_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_TRANSLATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_USER_ADD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_USER_DEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_USER_EMAIL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_USER_FIND_ALL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_USER_FIND_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_USER_FIND_LOGIN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_USER_GET_PERMS - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_USER_RESET_LICENSE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_USER_RESET_LOGIN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_USER_UPD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_XACT_AUTO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_XACT_COMMIT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
COMMAND_XACT_ROLLBACK - Static variable in interface com.buildforge.services.common.api.APIConstants
 
copyCollectorProperty(int) - Method in class com.buildforge.services.client.dbo.Collector
Copies the property from the specified index and returns the copy for possible addition to another collector.
copyCollectorProperty(int, int) - Method in class com.buildforge.services.client.dbo.Collector
Copies the property from the specified index and inserts the copy into the same collector's property list.
copyCollectorProperty(int) - Method in class com.buildforge.services.common.dbo.CollectorDBO
Returns a copy of the specified collector property DBO.
copyCollectorProperty(int, int, boolean) - Method in class com.buildforge.services.common.dbo.CollectorDBO
Copies the specified property into a new position in the property list.
copyEntry(int) - Method in class com.buildforge.services.client.dbo.Environment
Copies the specified property from a specified.
copyEntry(int, int) - Method in class com.buildforge.services.client.dbo.Environment
Copies the specified property into a new position in the property list
copyEntry(int) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
Returns a copy of the specified EnvironmentEntry.
copyEntry(int, int) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
Copies the specified entry into a new position in the entry list
copyPattern(int) - Method in class com.buildforge.services.client.dbo.Filter
Copies the specified property from a specified.
copyPattern(int, int) - Method in class com.buildforge.services.client.dbo.Filter
Copies the specified property into a new position in the property list
copyPattern(int) - Method in class com.buildforge.services.common.dbo.FilterDBO
Returns a copy of the specified FilterPattern.
copyPattern(int, int) - Method in class com.buildforge.services.common.dbo.FilterDBO
Copies the specified filter pattern and inserts it at another position in the entry list.
copyStep(int, int) - Method in class com.buildforge.services.client.dbo.Project
Makes a copy of an existing step at a new location in the step list.
copyStep(int, String) - Method in class com.buildforge.services.common.dbo.ProjectDBO
Copies the specified step to the end of the step list and assigns a new unique ID to the copy.
copyStep(int, int, String) - Method in class com.buildforge.services.common.dbo.ProjectDBO
Copies the specified step to another location in the step list and assigns a new unique ID to the copy.
corrupted() - Static method in exception com.buildforge.services.common.api.ProtocolException
Returns an exception to indicate that the protocol stream is permanently corrupted and can no longer be used.
corrupted(String) - Static method in class com.buildforge.services.common.api.xml.Element
Convenience method for an element to form an exception that reports a violation of the protocol.
create() - Method in class com.buildforge.services.client.dbo.AccessGroup
Creates a new access group as defined by this object.
create() - Method in class com.buildforge.services.client.dbo.Adaptor
Creates a new adaptor as defined by this object.
create() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Creates this new AdaptorLink in the database.
create() - Method in class com.buildforge.services.client.dbo.BuildClass
Creates a new build class as defined by this object.
create() - Method in class com.buildforge.services.client.dbo.Collector
Creates a new collector, as defined by this object.
create() - Method in class com.buildforge.services.client.dbo.Cron
Creates this Cron object in the database
create() - Method in class com.buildforge.services.client.dbo.Engine
 
create() - Method in class com.buildforge.services.client.dbo.Environment
Creates a new Environment in the database, including any related Environment Entries related to this Environment.
create() - Method in class com.buildforge.services.client.dbo.Filter
Creates a new filter set, as defined by this object.
create() - Method in class com.buildforge.services.client.dbo.LDAP
Creates this LDAP configuration object in the database
create() - Method in class com.buildforge.services.client.dbo.Project
Creates a new project as defined by this object.
create() - Method in class com.buildforge.services.client.dbo.Register
Creates a new register in the database
create() - Method in class com.buildforge.services.client.dbo.Selector
Creates this new Selector in the database
create() - Method in class com.buildforge.services.client.dbo.Semaphore
Creates a new Semaphore in the database
create() - Method in class com.buildforge.services.client.dbo.Server
Creates this new Server in the database
create() - Method in class com.buildforge.services.client.dbo.ServerAuth
Creates a new ServerAuth in the database
create() - Method in class com.buildforge.services.client.dbo.TagVar
Creates this TagVar in the database
create() - Method in class com.buildforge.services.client.dbo.Template
Creates a new Template in the database
create() - Method in class com.buildforge.services.client.dbo.TimeZone
Deprecated.  
create() - Method in class com.buildforge.services.client.dbo.User
Creates a new user as defined by this object.
createSocket(String, int) - Method in class com.buildforge.services.common.ssl.BypassSSLSocketFactory
 
createSocket(InetAddress, int) - Method in class com.buildforge.services.common.ssl.BypassSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class com.buildforge.services.common.ssl.BypassSSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class com.buildforge.services.common.ssl.BypassSSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class com.buildforge.services.common.ssl.BypassSSLSocketFactory
 
Cron - Class in com.buildforge.services.client.dbo
 
Cron(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Cron
 
CronDBO - Class in com.buildforge.services.common.dbo
Database information representing a scheduler entry (cron).
CronDBO() - Constructor for class com.buildforge.services.common.dbo.CronDBO
 
CronDBO.Active - Enum in com.buildforge.services.common.dbo
Indicates whether or not this scheduler entry is active.
CTRL_ABORT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
CTRL_AS - Static variable in interface com.buildforge.services.common.api.APIConstants
 
CTRL_CMD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
CTRL_ENDHASH - Static variable in interface com.buildforge.services.common.api.APIConstants
 
CTRL_ENTRY - Static variable in interface com.buildforge.services.common.api.APIConstants
 
CTRL_GO - Static variable in interface com.buildforge.services.common.api.APIConstants
 

D

DataDBO - Class in com.buildforge.services.common.dbo
Database information presenting register data.
DataDBO() - Constructor for class com.buildforge.services.common.dbo.DataDBO
 
DataElement - Class in com.buildforge.services.common.api.xml
 
DataElement(Element, String, Object) - Constructor for class com.buildforge.services.common.api.xml.DataElement
 
DBObject - Class in com.buildforge.services.common.dbo
Everything that is a persistant object should implement this interface.
DBObject() - Constructor for class com.buildforge.services.common.dbo.DBObject
 
deactivate() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Deactivates the AdaptorLink.
deactivate() - Method in class com.buildforge.services.client.dbo.Cron
Deactivates this Cron object.
deactivate() - Method in class com.buildforge.services.client.dbo.Project
Deactivates this project, such that it is no longer available for running builds.
deactivate() - Method in class com.buildforge.services.client.dbo.Step
Deactivates a step.
dead(String) - Static method in exception com.buildforge.services.common.api.APIException
Convenience method for creating an APIException that reports the attempt to manipulate an object that the client has not yet determined to be live.
debug() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Sets the AdaptorLink into debug mode.
decode(int) - Static method in class com.buildforge.services.common.text.Hex
Reverses the escaping of an arbitrary UTF-16 character value.
DEFAULT_HOST - Static variable in class com.buildforge.services.client.api.APIClientConnection
The default hostname to use when none is provided.
DEFAULT_HOST - Static variable in class com.buildforge.services.client.api.SecureAPIClientConnection
The default hostname to use when none is provided.
DEFAULT_NO - Static variable in class com.buildforge.services.common.dbo.AccessGroupDBO
 
DEFAULT_PORT - Static variable in class com.buildforge.services.client.api.APIClientConnection
The default port number to use when none is provided.
DEFAULT_PORT - Static variable in class com.buildforge.services.client.api.SecureAPIClientConnection
The default port number to use when none is provided.
DEFAULT_SO_TIMEOUT - Static variable in class com.buildforge.services.common.ssl.BuildForgeSSLEngine
 
DEFAULT_TEST_INTERVAL - Static variable in class com.buildforge.services.client.dbo.Server
Default interval to wait between polls while blocking for a server test to complete.
DEFAULT_TEST_TIMEOUT - Static variable in class com.buildforge.services.client.dbo.Server
Default maximum time to wait for a server test to complete.
DEFAULT_YES - Static variable in class com.buildforge.services.common.dbo.AccessGroupDBO
 
delete() - Method in class com.buildforge.services.client.dbo.AccessGroup
Deletes this access group from the system.
delete() - Method in class com.buildforge.services.client.dbo.Adaptor
Deletes this adaptor from the system.
delete() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Removes this AdaptorLink for the database.
delete() - Method in class com.buildforge.services.client.dbo.BuildClass
Removes this build class from the system.
delete() - Method in class com.buildforge.services.client.dbo.Collector
Deletes this collector and all of its properties from the system.
delete() - Method in class com.buildforge.services.client.dbo.CollectorProperty
Removes this collector property from its parent collector.
delete() - Method in class com.buildforge.services.client.dbo.Cron
Removes this Cron object from the database
delete() - Method in class com.buildforge.services.client.dbo.Engine
 
delete() - Method in class com.buildforge.services.client.dbo.Environment
Removes this Environment, and all related Environment Entries from the database
delete() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Removes this EnvironmentEntry from its parent Environment and from the database, if the parent Environment already exists in the database.
delete() - Method in class com.buildforge.services.client.dbo.Filter
Deletes this filter set and all of its patterns from the system.
delete() - Method in class com.buildforge.services.client.dbo.FilterPattern
Removes this FilterPattern from both its parent Filter and from the database, if the parent Filter already exists in the database
delete() - Method in class com.buildforge.services.client.dbo.LDAP
Removes this LDAP configuration from the database
delete() - Method in class com.buildforge.services.client.dbo.Project
Removes this project from the system.
delete() - Method in class com.buildforge.services.client.dbo.Register
Removes this Register from the database
delete() - Method in class com.buildforge.services.client.dbo.Selector
Removes this Selector from the database
delete() - Method in class com.buildforge.services.client.dbo.SelectorProperty
Removes this SelectorProperty from both its parent and from the database
delete() - Method in class com.buildforge.services.client.dbo.Semaphore
Removes this Semaphore from the database
delete() - Method in class com.buildforge.services.client.dbo.Server
Removes this Server from the database
delete() - Method in class com.buildforge.services.client.dbo.ServerAuth
Removes this ServerAuth from the database
delete() - Method in class com.buildforge.services.client.dbo.TagVar
Removes this TagVar from the database
delete() - Method in class com.buildforge.services.client.dbo.Template
Removes this Template from the database
delete() - Method in class com.buildforge.services.client.dbo.TimeZone
Deprecated.  
delete() - Method in class com.buildforge.services.client.dbo.User
Deletes this user from the system.
deleteAccessGroup(int) - Method in class com.buildforge.services.client.dbo.User
Revokes this user's direct membership in the specified access group.
deleteAllRegistersByBuild(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Register
Removes all Registers associated with the provided Build from the database
deleteAllRegistersByProject(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Register
Removes all Registers associated with the provided Project from the database
deleteById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.AccessGroup
Deletes the access group with the specified ID.
deleteById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Adaptor
Deletes the adaptor with the specified name from the system.
deleteById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Cron
Removes the specified Cron object from the database
deleteById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Engine
 
deleteById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.ServerAuth
Removes the specified ServerAuth from the database, by identifier
deleteById(APIClientConnection, int, int, String, String) - Static method in class com.buildforge.services.client.dbo.Template
Removes the specified Template from the database
deleteById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.TimeZone
Deprecated.  
deleteById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.User
Deletes the user with the specified ID.
deleteByName(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.BuildClass
Removes the specified build class from the system.
deleteInheritedGroup(int) - Method in class com.buildforge.services.client.dbo.AccessGroup
Sets this access group to stop inheriting users and permissions from another access group.
deleteMemberUser(int) - Method in class com.buildforge.services.client.dbo.AccessGroup
Removes a user from direct membership in this access group.
DISPLAY_NAME_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
DISTINGUISHED_NAME_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 

E

Element - Class in com.buildforge.services.common.api.xml
Encapsulates the information from a generic XML element.
Element(Element) - Constructor for class com.buildforge.services.common.api.xml.Element
Creates a new element with the specified parent element.
ElementType - Enum in com.buildforge.services.common.api.xml
The element types that are accepted by this protocol.
EMPTY - Static variable in class com.buildforge.services.common.dbo.MessageDBO
Empty array to substitute when a null argument is provided.
encode(char) - Static method in class com.buildforge.services.common.text.Hex
Given a character, returns an integer value that would represent the character as a hex string suitable for use in a "\\u"-style escape sequence.
Engine - Class in com.buildforge.services.client.dbo
 
Engine(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Engine
 
EngineDBO - Class in com.buildforge.services.common.dbo
Database information representing Build Forge engines.
EngineDBO() - Constructor for class com.buildforge.services.common.dbo.EngineDBO
 
Environment - Class in com.buildforge.services.client.dbo
Represents a set of name/value pairs used to form the final environment settings for a Build.
Environment(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Environment
 
EnvironmentDBO - Class in com.buildforge.services.common.dbo
Database information representing an environment group.
EnvironmentDBO() - Constructor for class com.buildforge.services.common.dbo.EnvironmentDBO
 
EnvironmentEntry - Class in com.buildforge.services.client.dbo
A single name/value pair that belongs to an Environment parent
EnvironmentEntry(APIClientConnection, Environment) - Constructor for class com.buildforge.services.client.dbo.EnvironmentEntry
Define a new environment entry object.
EnvironmentEntryDBO - Class in com.buildforge.services.common.dbo
Database object representing a single entry within an environment group.
EnvironmentEntryDBO() - Constructor for class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
EnvironmentEntryDBO(int, int, String, String, EnvironmentEntryDBO.Action, EnvironmentEntryDBO.Mode) - Constructor for class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
EnvironmentEntryDBO.Action - Enum in com.buildforge.services.common.dbo
Identifies what action is taken when an environment entry is applied.
EnvironmentEntryDBO.Mode - Enum in com.buildforge.services.common.dbo
Identifies special treatment of the variable regarding its display in the UI and whether or not its value may be changed.
equals(Object) - Method in class com.buildforge.services.client.dbo.ManifestProperty
 
equals(Object) - Method in class com.buildforge.services.client.dbo.Selector
 
equals(Object) - Method in class com.buildforge.services.client.dbo.SelectorProperty
 
equals(Object) - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
Checks for equivilance with another access group.
equals(Object) - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
equals(Object) - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
equals(Object) - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
equals(Object) - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
equals(Object) - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
equals(Object) - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
equals(Object) - Method in class com.buildforge.services.common.dbo.StepDBO
 
equals(Object) - Method in class com.buildforge.services.common.dbo.TagVarDBO
 

F

FalseElement - Class in com.buildforge.services.common.api.xml
 
FalseElement(Element, String) - Constructor for class com.buildforge.services.common.api.xml.FalseElement
 
fill(int) - Method in class com.buildforge.services.client.api.APIClientBuffer
 
fill(int) - Method in class com.buildforge.services.client.api.SecureAPIClientBuffer
 
fill(int) - Method in interface com.buildforge.services.common.io.IBufferedConnection
Requests that the read buffer be refilled.
Filter - Class in com.buildforge.services.client.dbo
An object representing a filter set within the Build Forge system.
Filter(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Filter
Define a new filter set object.
FilterDBO - Class in com.buildforge.services.common.dbo
Database information representing a filter set for processing step logs.
FilterDBO() - Constructor for class com.buildforge.services.common.dbo.FilterDBO
 
FilterPattern - Class in com.buildforge.services.client.dbo
FilterPatterns tie a specific regular expression pattern to an action (like warning or failing a Step) and a notification (like emailing the dev team if the pattern matches).
FilterPattern(APIClientConnection, Filter) - Constructor for class com.buildforge.services.client.dbo.FilterPattern
Defines a new FilterPattern.
FilterPatternDBO - Class in com.buildforge.services.common.dbo
Database information representing a single filter pattern entry within a filter set.
FilterPatternDBO() - Constructor for class com.buildforge.services.common.dbo.FilterPatternDBO
 
FilterPatternDBO(int, int, String, FilterPatternDBO.Action, int) - Constructor for class com.buildforge.services.common.dbo.FilterPatternDBO
 
FilterPatternDBO.Action - Enum in com.buildforge.services.common.dbo
Identifies what action should be taken when a filter pattern matches.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.AccessGroup
Finds all access groups that are defined within the system.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Adaptor
Finds all adaptors defined within the system to which the user has access.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.AdaptorLink
Finds all adaptor links to which the user has access.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Build
Finds all jobs defined within the system to which the user has access.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.BuildClass
Finds all build class objects in the system to which the user has access.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Collector
Finds all collectors that are defined within the system.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Cron
Returns a List of all Cron objects in the database
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Engine
 
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Environment
Returns the list of all Environments in the system.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Filter
Finds all filter sets defined within the system to which the user has access.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Geo
Retrives all Geo objects configured in the system
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Project
Finds all project objects in the system to which the user has access.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Selector
Returns the list of all Selectors in the system.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Semaphore
Retrieves all Semaphores in the database
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Server
Retrieves all defined Server objects in the database
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.ServerAuth
Retrieves all ServerAuth objects from the database
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.SysConfig
Retrieves all defined SysConfig parameters.
findAll(APIClientConnection, int, int) - Static method in class com.buildforge.services.client.dbo.Template
Deprecated. Use Template.findById(APIClientConnection, int, int, String, String) instead.
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.TimeZone
Retrieves all TimeZone objects from the database
findAll(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.User
Finds all users that are defined within the system.
findAllChildren(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.AccessGroup
Finds all access groups that are children of the provided AccessGroup's identifier.
findAllDomains(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.LDAP
Finds and returns all LDAP Domains.
findAllNames(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Project
Finds the names and IDs of all project objects in the system to which the user has access.
findAllRegistersByBuild(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Register
Retrieves all registers bound to a particular build
findAllRegistersByProject(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Register
Retrieves all registers bound to a particular project
findArchived(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Build
Finds all archived jobs.
findBetween(APIClientConnection, Date, Date) - Static method in class com.buildforge.services.client.dbo.Build
Finds all jobs with a start time that is between the specified begin and end dates, and to which the user has access.
findBuildRegisterById(APIClientConnection, int, String) - Static method in class com.buildforge.services.client.dbo.Register
Retrieves a specific build register by name
findByAdaptorName(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.AdaptorLink
Finds all adaptor links to which the user has access that make use of the specified interface.
findByBuild(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Result
Retrieves all Results by Build.
findByBuild(APIClientConnection, int, boolean, boolean) - Static method in class com.buildforge.services.client.dbo.Result
Retrieves all Results
findByDomain(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.LDAP
Finds and returns the LDAP configuration object associated with the provided domain.
findById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.AccessGroup
Finds an access groups by its identifier (level) as provided by the Build Forge system at the time the access group was created.
findById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Adaptor
Finds the adaptor with the specified name.
findById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.AdaptorLink
Finds an adaptor link by its system-generated ID.
findById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Build
Finds the job with the specified ID.
findById(APIClientConnection, int, boolean) - Static method in class com.buildforge.services.client.dbo.Build
Finds the job with the specified ID.
findById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Collector
Retrieves a Collector by its unique identifier (name).
findById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Cron
Retrieves a specific Cron object by identifier
findById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Engine
 
findById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Environment
Retrieves the specified environment by envionment group id
findById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Filter
Retrieves a filter set by its ID.
findById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Geo
Retrives a specific Geo site from the Build Forge system, by UUID
findById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Project
Finds the project with the specified ID.
findById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Selector
Retrives a Selector by name
findById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Semaphore
Retrieves a single Semaphore by identifier (name)
findById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Server
Retrieves a particular Server by identifier
findById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.ServerAuth
Retrieves the specificed ServerAuth object by identifier
findById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.SysConfig
Retrieves a SysConfig parameter by name
findById(APIClientConnection, int, int, String, String) - Static method in class com.buildforge.services.client.dbo.Template
Retrieves a specific named Template of a Project's Step
findById(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.TimeZone
Retrieves a specific TimeZone by identifier
findById(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.User
Finds a user by the user's ID, as supplied by the Build Forge system at the time the user was created.
findByLocation(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Geo
Retrives a specific Geo site from the Build Forge system, by Location
findByLogin(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.User
Finds a user by the user's login.
findByName(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.AccessGroup
Finds an access groups by its descriptive name, as supplied by the user that created it.
findByName(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.AdaptorLink
Locates an AdaptorLink based using its display name
findByName(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.BuildClass
Finds the build class with the specified name.
findByName(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Environment
Retrieves the specified environment by envionment group name
findByName(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Project
Finds the project with the specified name.
findByName(APIClientConnection, String) - Static method in class com.buildforge.services.client.dbo.Server
Retrives a particular Server by name
findByPid(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.TagVar
Retrieves all tag variables by Project identifier
findByPidName(APIClientConnection, int, String) - Static method in class com.buildforge.services.client.dbo.TagVar
Retrieves a named tag variable by Project identifier
findByPidTid(APIClientConnection, int, int) - Static method in class com.buildforge.services.client.dbo.TagVar
Retrives a single tag variable by Project identifier and TagVar identifier
findByProjectId(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.AdaptorLink
Finds all adaptor links to which the user has access that are linked to the specified project.
findByProjectId(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Build
Finds all jobs for the project with the specified ID to which the user has access.
findByProjectIdAndAdaptorName(APIClientConnection, int, String) - Static method in class com.buildforge.services.client.dbo.AdaptorLink
Locates an AdaptorLink based using its Adaptor name and its Project ID.
findByResult(APIClientConnection, Result) - Static method in class com.buildforge.services.client.dbo.Log
Retrieves every line of log output for a given Result object
findByResult(APIClientConnection, int, String) - Static method in class com.buildforge.services.client.dbo.Log
Retrieves every line of log output for a given Result, identified by build is and result id
findByState(APIClientConnection, BuildDBO.State) - Static method in class com.buildforge.services.client.dbo.Build
Finds all jobs with the specified state that are defined within the system and to which the user has access.
findByUser(APIClientConnection, int, boolean) - Static method in class com.buildforge.services.client.dbo.AccessGroup
Finds all access groups for a user.
findCompleted(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Build
Finds all completed jobs.
findDefault(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.AccessGroup
Finds all default access groups.
findLocked(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Build
Finds all locked jobs.
findProjectRegisterById(APIClientConnection, int, String) - Static method in class com.buildforge.services.client.dbo.Register
Retrieves a specific project register by name
findRunning(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Build
Finds all running jobs.
findWaiting(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Build
Finds all waiting jobs.
fire(APIClientConnection, int) - Static method in class com.buildforge.services.client.dbo.Build
Creates a new job with the specified project's default selector and build class and engaging any linked adapters.
fire(APIClientConnection, int, String, String, boolean) - Static method in class com.buildforge.services.client.dbo.Build
Deprecated. Use fire(APIClientConnection, int, String, String, boolean, Environment) instead
fire(APIClientConnection, int, String, String, boolean, List<EnvironmentEntry>) - Static method in class com.buildforge.services.client.dbo.Build
Fires a build with the specified project, overriding the project's default selector, build class, and adaptor linkage, and environment.
fire(APIClientConnection, int, String, String, boolean, List<EnvironmentEntry>, String, int) - Static method in class com.buildforge.services.client.dbo.Build
Fires a build with the specified project, overriding the project's default selector, build class, adaptor linkage, environment, build tag, and access group (the user must have access to the overriding access group).
fire() - Method in class com.buildforge.services.client.dbo.Project
Creates a new build of this project.
fire(String, String, boolean) - Method in class com.buildforge.services.client.dbo.Project
Deprecated. Use fire(String, String, boolean, Environment) instead
fire(String, String, boolean, List<EnvironmentEntry>) - Method in class com.buildforge.services.client.dbo.Project
Creates a new build of this project.
fire(String, String, boolean, List<EnvironmentEntry>, String, int) - Method in class com.buildforge.services.client.dbo.Project
Creates a new build of this project using a custom selector or build class.
FIRST_USER_LEVEL_ID - Static variable in class com.buildforge.services.common.dbo.AccessGroupDBO
Access groups with level less than this are built-in and may not be deleted.
fixedHex(long, int) - Static method in class com.buildforge.services.common.text.TextUtils
Represents an integer value as hex and pads it to be at least the requested number of hex digits.
FLAG_DEACTIVATE - Static variable in class com.buildforge.services.common.dbo.StepDBO
 
FLAG_DIRECT - Static variable in class com.buildforge.services.common.dbo.AccessGroupDBO
 
FLAG_FIND_ENV - Static variable in class com.buildforge.services.common.dbo.BuildDBO
 
FLAG_GET_COMMAND - Static variable in class com.buildforge.services.common.dbo.ResultDBO
 
FLAG_GET_ENV - Static variable in class com.buildforge.services.common.dbo.ResultDBO
 
FLAG_RESUME - Static variable in class com.buildforge.services.common.dbo.EngineDBO
 
FLAG_UNLOCK - Static variable in class com.buildforge.services.common.dbo.BuildDBO
 
flush() - Method in class com.buildforge.services.client.api.APIClientBuffer
 
flush() - Method in class com.buildforge.services.client.api.SecureAPIClientBuffer
 
flush() - Method in interface com.buildforge.services.common.io.IBufferedConnection
Finishes off the current write buffer and tries to send it.
flush() - Method in class com.buildforge.services.common.util.StringBuilderWriter
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.BOMDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.CronDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.DataDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.DBObject
Deserialize the database object's settings from a request array.
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.FilterDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.GeoDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.LogDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.NoteDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.SessionDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.StepDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
fromArray(Object[]) - Method in class com.buildforge.services.common.dbo.UserDBO
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.BOMDBO.Type
 
fromDB(String) - Static method in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeRule
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeType
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.BuildDBO.Process
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.BuildDBO.Result
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.BuildDBO.State
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.CronDBO.Active
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Action
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Mode
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.FilterPatternDBO.Action
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.InterfaceDBO.Type
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.ManifestPropertyDBO.Category
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.MessageDBO.Severity
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.ResultDBO.Floating
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.ResultDBO.StepFlag
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.ResultDBO.StepResult
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.ScopeDBO.Active
 
fromDB(String) - Static method in enum com.buildforge.services.common.dbo.SelectorPropertyDBO.Operator
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Error
 
fromDB(String) - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Publish
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Upstate
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.StepDBO.OnFail
 
fromDB(char) - Static method in enum com.buildforge.services.common.dbo.StepDBO.Threaded
 
fromLatin1(byte[]) - Method in class com.buildforge.services.common.text.StringConverter
Converts a sequence of ISO-8859-1 (Latin-1) bytes into a string.
fromLatin1(byte[], int, int) - Method in class com.buildforge.services.common.text.StringConverter
Converts a sequence of ISO-8859-1 (Latin-1) bytes into a string.
fromLatin1(ByteBuffer) - Method in class com.buildforge.services.common.text.StringConverter
Converts a sequence of ISO-8859-1 (Latin-1) bytes into a string.
fromLatin1(ByteBuffer, int) - Method in class com.buildforge.services.common.text.StringConverter
Converts a sequence of ISO-8859-1 (Latin-1) bytes into a string.
fromName(String) - Static method in enum com.buildforge.services.common.api.xml.ElementType
Identifies an element type from the tag name.
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.BOMDBO.Type
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeRule
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeType
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.BuildDBO.Process
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.BuildDBO.Result
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.BuildDBO.State
 
fromObject(Object) - Method in enum com.buildforge.services.common.dbo.CollectorPropertyDBO.BuiltIn
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.CronDBO.Active
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Action
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Mode
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.FilterPatternDBO.Action
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.InterfaceDBO.Type
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.LdapDBO.LdapProperty
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.ManifestPropertyDBO.Category
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.MessageDBO.Severity
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.ProjectDBO.InUse
Like valueOf, but uses internationalized exception messages.
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.ResultDBO.Floating
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.ResultDBO.StepFlag
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.ResultDBO.StepResult
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.ScopeDBO.Active
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.SelectorPropertyDBO.Operator
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Error
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Publish
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Upstate
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.StepDBO.OnFail
 
fromObject(Object) - Static method in enum com.buildforge.services.common.dbo.StepDBO.Threaded
 
fromUtf8(byte[]) - Method in class com.buildforge.services.common.text.StringConverter
Converts a sequence of UTF-8 bytes into a string.
fromUtf8(byte[], int, int) - Method in class com.buildforge.services.common.text.StringConverter
Converts a sequence of UTF-8 bytes into a string.
fromUtf8(ByteBuffer, int) - Method in class com.buildforge.services.common.text.StringConverter
Converts a sequence of UTF-8 bytes into a string.
fromUtf8(ByteBuffer) - Method in class com.buildforge.services.common.text.StringConverter
Converts a sequence of UTF-8 bytes into a string.

G

generate() - Method in class com.buildforge.services.common.util.UUIDGenerator
 
generateHexString() - Method in class com.buildforge.services.common.util.UUIDGenerator
 
Geo - Class in com.buildforge.services.client.dbo
This class represents a set of metadata describing a geographic database location for use with Globally Distributed Development.
GeoAwareDBObject - Class in com.buildforge.services.common.dbo
 
GeoAwareDBObject() - Constructor for class com.buildforge.services.common.dbo.GeoAwareDBObject
 
GeoDBO - Class in com.buildforge.services.common.dbo
Database information representing a geographic database location.
GeoDBO() - Constructor for class com.buildforge.services.common.dbo.GeoDBO
 
get(LdapDBO.LdapProperty) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
get(LdapDBO) - Method in enum com.buildforge.services.common.dbo.LdapDBO.LdapProperty
 
get() - Static method in class com.buildforge.services.common.text.StringConverter
Factory method for getting a thread-local converter.
getAbsolute() - Method in class com.buildforge.services.client.dbo.Result
Returns whether the Step's path was relative to the Server's path (true) or to the Project's (false).
getAbsolute() - Method in class com.buildforge.services.client.dbo.Step
Whether this step uses absolute or build-relative paths.
getAbsolute() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getAbsolute() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getAccessGroups(boolean) - Method in class com.buildforge.services.client.dbo.User
Retrieves a bit vector of the access groups for which this user has direct group membership.
getAction() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Returns the Action associated with this Environment Entry.
getAction() - Method in class com.buildforge.services.client.dbo.FilterPattern
Returns the Action associated with this FilterPattern.
getAction() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
getAction() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
getActive() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Returns the activation state of this AdaptorLink
getActive() - Method in class com.buildforge.services.client.dbo.Cron
Returns the activation state for this Cron object
getActive() - Method in class com.buildforge.services.client.dbo.Geo
Returns whether or not this particular Geo is active (true if it is, false otherwise).
getActive() - Method in class com.buildforge.services.client.dbo.Project
Whether or not the project is active.
getActive() - Method in class com.buildforge.services.client.dbo.Semaphore
Returns whether this Semaphore has already been acquired.
getActive() - Method in class com.buildforge.services.client.dbo.Server
Returns whether this Server is active (true) or inactive (false)
getActive() - Method in class com.buildforge.services.client.dbo.Step
Whether or not this step is active.
getActive() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getActive() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
getActive() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getActive() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
getActive() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
getActive() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getActive() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getAdaptorLinkId() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Returns the Id of this AdaptorLink
getAdaptorName() - Method in class com.buildforge.services.client.dbo.Adaptor
Returns the descriptive name of this adaptor.
getAdaptorName() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Returns the display name of the Adaptor to which this AdaptorLink is bound.
getAdaptorName() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
getAdminCN() - Method in class com.buildforge.services.client.dbo.LDAP
Returns the Administrative CN
getAdminCN() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getAlive() - Method in class com.buildforge.services.client.dbo.Engine
 
getAlive() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getArgs() - Method in class com.buildforge.services.client.dbo.Message
 
getArgs() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
getArray(String) - Method in class com.buildforge.services.common.api.APIRequest
 
getAuthId() - Method in class com.buildforge.services.client.dbo.Server
Returns the identifier of the ServerAuth authentication object associated with this Server
getAuthId() - Method in class com.buildforge.services.client.dbo.ServerAuth
Returns the unique identifier of this ServerAuth
getAuthId() - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
getAuthId() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getAuthorizedGroupDN() - Method in class com.buildforge.services.client.dbo.LDAP
Returns the DN for a listing of groups that are allowed to authenticate
getAuthorizedGroupDN() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getAutoInc() - Method in class com.buildforge.services.client.dbo.TagVar
Returns whether (true) or not (false) a variable will be automatically incremented on each build.
getAutoInc() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
getBias() - Method in class com.buildforge.services.client.dbo.Engine
 
getBias() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getBindUserAccount() - Method in class com.buildforge.services.client.dbo.LDAP
Returns the user account used to bind to the LDAP server
getBindUserAccount() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getBodyKey() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getBodyText() - Method in class com.buildforge.services.client.dbo.Template
Returns the text of the Template itself
getBodyText() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getBoolean(String, boolean) - Method in class com.buildforge.services.common.api.APIRequest
 
getBroadcast() - Method in class com.buildforge.services.client.dbo.Result
Returns true if a server was a member of a pool, and the step was broadcast to all of the servers in the pool.
getBroadcast() - Method in class com.buildforge.services.client.dbo.Step
Whether or not this is a broadcast step.
getBroadcast() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getBroadcast() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getBuildClass() - Method in class com.buildforge.services.client.dbo.Build
Returns the descriptive name of the build class for this job.
getBuildClass() - Method in class com.buildforge.services.client.dbo.Cron
Returns the name of the class to use when running this scheduled build.
getBuildClass() - Method in class com.buildforge.services.client.dbo.Project
The name of this project's default build class.
getBuildClass() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getBuildClass() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getBuildClass() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getBuilder() - Method in class com.buildforge.services.common.util.StringBuilderWriter
Returns the underlying StringBuilder object.
getBuildId() - Method in class com.buildforge.services.client.dbo.Build
Returns the unique identifier for this job.
getBuildId() - Method in class com.buildforge.services.client.dbo.Register
Returns the identifier of the Build to which this Register is associated.
getBuildId() - Method in class com.buildforge.services.client.dbo.Result
Returns the identifer of the build
getBuildId() - Method in class com.buildforge.services.client.dbo.Semaphore
Returns the identifier of the Build that last acquired the semaphore
getBuildId() - Method in class com.buildforge.services.common.dbo.BOMDBO
 
getBuildId() - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
getBuildId() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getBuildId() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getBuildId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getBuildId() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
getBuilds() - Method in class com.buildforge.services.client.dbo.Project
 
getBuiltIns() - Static method in class com.buildforge.services.client.dbo.Collector
Returns an array containing all the collector property names that correspond to built-in properties.
getCaller() - Method in class com.buildforge.services.client.dbo.Result
This returns the same value as Result.getOwner() if this step was inlined by a threaded step, and 0 otherwise.
getCaller() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getCancellation() - Method in class com.buildforge.services.client.dbo.Build
Returns whether or not this job is marked to be cancelled.
getCancellation() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getChainedBuildId() - Method in class com.buildforge.services.client.dbo.Build
Returns the identifier of the build chained from this one, if a pass or fail chain was set on this Build.
getChainedBuildId() - Method in class com.buildforge.services.client.dbo.Result
Returns the build id of the chain that was launched according to the step's pass or fail state.
getChainedBuildId() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getChainedBuildId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getChainId() - Method in class com.buildforge.services.client.dbo.Result
Returns the Project identifier that was chained inline from this step's execution, or 0 if no Project was assigned as an inline chain.
getChainId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getChar(String, char) - Method in class com.buildforge.services.common.api.APIRequest
 
getCode() - Method in enum com.buildforge.services.common.dbo.LdapDBO.LdapProperty
 
getCollectorId() - Method in class com.buildforge.services.client.dbo.Server
Returns the identifier of the Collector associated with this Server
getCollectorId() - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
getCollectorId() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
getCollectorId() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getCollectorName() - Method in class com.buildforge.services.client.dbo.Collector
The name of this Collector.
getCollectorName() - Method in class com.buildforge.services.client.dbo.CollectorProperty
The name of the collector to which this property belongs.
getCollectorProperties() - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
getCollectorProperty(int) - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
getCollectorProperty(String) - Method in class com.buildforge.services.common.dbo.CollectorDBO
Retrieves the first collector property DBO with the specified name that is currently in the property list.
getCommand() - Method in class com.buildforge.services.common.api.APIRequest
Get the command code for this request.
getCommandKey() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getCommandKey() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getCommandText() - Method in class com.buildforge.services.client.dbo.Result
Returns the literal text of the command that was executed
getCommandText() - Method in class com.buildforge.services.client.dbo.Step
The command text for the step.
getCommandText() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getCommandText() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getConnection() - Method in class com.buildforge.services.client.dbo.BOM
 
getConnection() - Method in class com.buildforge.services.client.dbo.BOMManifest
 
getConnection() - Method in class com.buildforge.services.client.dbo.Log
 
getConnection() - Method in class com.buildforge.services.client.dbo.Message
 
getConnection() - Method in class com.buildforge.services.client.dbo.Note
 
getControlLevel() - Method in class com.buildforge.services.client.dbo.AccessGroup
Returns the access group ID (level) of the access group that controls this group.
getControlLevel() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
getCreated() - Method in class com.buildforge.services.common.dbo.SessionDBO
 
getCreatedTimestamp() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
getCronId() - Method in class com.buildforge.services.client.dbo.Cron
Returns the unique identifier for this Cron object.
getCronId() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getData() - Method in class com.buildforge.services.common.dbo.BOMDBO
 
getData() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getDatabaseName() - Method in class com.buildforge.services.client.dbo.Geo
Returns the name of the database at this particular Geo site, i.e.: "BUILD", "MyTableSpace", etc.
getDatabaseName() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
getDatabaseType() - Method in class com.buildforge.services.client.dbo.Geo
Returns the type of the database at this particular Geo site, i.e.: "DB2", "Oracle", etc.
getDatabaseType() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
getDataKey() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getDataKey() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
getDataKey() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
getDataKey() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
getDataKey() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getDataText() - Method in class com.buildforge.services.client.dbo.Adaptor
Returns the XML document that describes the logic flow of this adaptor.
getDataText() - Method in class com.buildforge.services.client.dbo.Register
Returns the value of this register
getDataText() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getDataText() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
getDataText() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
getDataType() - Method in class com.buildforge.services.client.dbo.SysConfig
Returns a description of the type of data stored in this parameter
getDataType() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
getDateFormat() - Method in class com.buildforge.services.client.dbo.User
The user's preferred date format.
getDateFormat() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getDayOfMonth() - Method in class com.buildforge.services.client.dbo.Cron
Returns the days of the month on which the build should run.
getDayOfMonth() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getDayOfWeek() - Method in class com.buildforge.services.client.dbo.Cron
Returns the days of the week on which the build should run.
getDayOfWeek() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getDefault() - Method in class com.buildforge.services.client.dbo.AccessGroup
Returns whether or not this access group is granted by default.
getDefault() - Static method in enum com.buildforge.services.common.api.Protocol
Queries the protocol that should be used by default for new connections.
getDefault() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
getDefault() - Static method in class com.buildforge.services.common.ssl.BypassSSLSocketFactory
 
getDefaultCipherSuites() - Method in class com.buildforge.services.common.ssl.BypassSSLSocketFactory
 
getDefaultValue() - Method in class com.buildforge.services.client.dbo.SysConfig
Returns the value used when the actual value is unset
getDefaultValue() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
getDescription() - Method in class com.buildforge.services.client.dbo.Cron
Returns the user-supplied description for the Cron object.
getDescription() - Method in class com.buildforge.services.client.dbo.Result
Returns the name of the Step whose Result this is
getDescription() - Method in class com.buildforge.services.client.dbo.Step
The descriptive name of the step, as provided by the user.
getDescription() - Method in class com.buildforge.services.client.dbo.SysConfig
Returns the string key into the language table that contains the localized, long description of this parameter
getDescription() - Method in class com.buildforge.services.client.dbo.Template
Returns the user-defined decription of this Template
getDescription() - Method in class com.buildforge.services.client.dbo.TimeZone
Returns the friendly description of this TimeZone
getDescription() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getDescription() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getDescription() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getDescription() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
getDescription() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getDescription() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getDirectory() - Method in class com.buildforge.services.client.dbo.Result
Returns the working directory used by this step
getDirectory() - Method in class com.buildforge.services.client.dbo.Step
The step directory.
getDirectory() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getDirectory() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getDirty() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
getDisplayName() - Method in class com.buildforge.services.client.dbo.LDAP
 
getDisplayName() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getDistinguishedName() - Method in class com.buildforge.services.client.dbo.LDAP
 
getDistinguishedName() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getDomain() - Method in class com.buildforge.services.client.dbo.LDAP
 
getDomain() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getDouble(String, double) - Method in class com.buildforge.services.common.api.APIRequest
 
getDstEndDay() - Method in class com.buildforge.services.client.dbo.TimeZone
Returns the day daylight savings time (DST) ends in this TimeZone: -1 None - DST does not apply to this timezone 0 Sunday 1 Monday 2 Tuesday 3 Wednesday 4 Thursday 5 Friday 6 Saturday
getDstEndDay() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getDstEndMon() - Method in class com.buildforge.services.client.dbo.TimeZone
Returns the month daylight savings time (DST) ends in this TimeZone -1 None - DST does not apply to this timezone 0 January 1 Februrary 2 March 3 April 4 May 5 June 6 July 7 August 8 September 9 October 10 November 11 December
getDstEndMon() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getDstEndPos() - Method in class com.buildforge.services.client.dbo.TimeZone
Returns the ordinal of the day in the month (first monday, second tuesday, last wednesday, etc.) that daylight savings time (DST) ends in this TimeZone 0 None - DST does not apply to this timezone 1 First 2 Second 3 Third 4 Fourth 5 Fifth - I can't imagine that this would ever be useful, but ok...
getDstEndPos() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getDstOffset() - Method in class com.buildforge.services.client.dbo.TimeZone
Returns the additional adjustment, in seconds, that is added to adjusted times while DST is active.
getDstOffset() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getDstStartDay() - Method in class com.buildforge.services.client.dbo.TimeZone
Returns the day daylight savings time (DST) begins in this TimeZone - see TimeZone.getDstEndDay() for value table
getDstStartDay() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getDstStartMon() - Method in class com.buildforge.services.client.dbo.TimeZone
Returns the month daylight savings time (DST) begins in this TimeZone - see TimeZone.getDstEndMon() for value table
getDstStartMon() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getDstStartPos() - Method in class com.buildforge.services.client.dbo.TimeZone
Returns the ordinal of the day in the month (first monday, second tuesday, last wednesday, etc.) that daylight savings time (DST) ends in this TimeZone - see TimeZone.getDstEndPos() for value table
getDstStartPos() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getDuration() - Method in class com.buildforge.services.client.dbo.Build
Returns the length of time that the build has taken thus far, in seconds.
getDuration() - Method in class com.buildforge.services.client.dbo.Result
Returns the elapsed time of Step execution, in seconds
getDuration() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getDuration() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getElementType() - Method in class com.buildforge.services.common.api.xml.ArrayElement
 
getElementType() - Method in class com.buildforge.services.common.api.xml.Element
Returns the type of element that this is.
getElementType() - Method in class com.buildforge.services.common.api.xml.FalseElement
 
getElementType() - Method in class com.buildforge.services.common.api.xml.HashElement
 
getElementType() - Method in class com.buildforge.services.common.api.xml.IntegerElement
 
getElementType() - Method in class com.buildforge.services.common.api.xml.NullElement
 
getElementType() - Method in class com.buildforge.services.common.api.xml.NumberElement
 
getElementType() - Method in class com.buildforge.services.common.api.xml.PacketElement
 
getElementType() - Method in class com.buildforge.services.common.api.xml.RequestElement
 
getElementType() - Method in class com.buildforge.services.common.api.xml.StringElement
 
getElementType() - Method in class com.buildforge.services.common.api.xml.TrueElement
 
getEmail() - Method in class com.buildforge.services.client.dbo.User
The e-mail address of the user.
getEmail() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getEncryptedPassword() - Method in class com.buildforge.services.client.dbo.LDAP
 
getEncryptedPassword() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getEngineId() - Method in class com.buildforge.services.client.dbo.Build
Returns the unique ID of the Build Forge engine that it assigned to this build.
getEngineId() - Method in class com.buildforge.services.client.dbo.Engine
 
getEngineId() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getEngineId() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getEnterChainProjectId() - Method in class com.buildforge.services.client.dbo.BuildClass
Returns the project id of the project to run if a build is moved into (enters) this build class.
getEnterChainProjectId() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getEntries() - Method in class com.buildforge.services.client.dbo.Environment
Returns the List of Entries currently associated with this Environment
getEntries() - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
getEntry(int) - Method in class com.buildforge.services.client.dbo.Environment
Retrieves an Entry by 0-based index
getEntry(String) - Method in class com.buildforge.services.client.dbo.Environment
Retrieves an Entry by parameter name, or null if no Entry matches
getEntry(String) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
getEntryId() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Returns this Entry's ordinal
getEntryId() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
getEnvGroupId() - Method in class com.buildforge.services.client.dbo.Cron
 
getEnvGroupId() - Method in class com.buildforge.services.client.dbo.Environment
Returns the Environment Group Identifier
getEnvGroupId() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Returns this Entry's Environment Group Identifier
getEnvGroupId() - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
getEnvGroupId() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
getEnvironmentGroupId() - Method in class com.buildforge.services.client.dbo.AdaptorLink
The Environment Group ID to which this AdaptorLink is attached.
getEnvironmentGroupId() - Method in class com.buildforge.services.client.dbo.Cron
Returns the environment group id of the environment used when kicking off this scheduled build.
getEnvironmentGroupId() - Method in class com.buildforge.services.client.dbo.Result
Returns the identifier of the Environment used during this Step's execution
getEnvironmentGroupId() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getEnvironmentGroupId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getEnvironmentGroupId() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
getEnvironmentId() - Method in class com.buildforge.services.client.dbo.Project
The environment group ID of the default build environment for this project.
getEnvironmentId() - Method in class com.buildforge.services.client.dbo.Server
Returns the identifier of the Environment associated with this Server
getEnvironmentId() - Method in class com.buildforge.services.client.dbo.Step
The environment group ID to apply as a step environment.
getEnvironmentId() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getEnvironmentId() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getEnvironmentId() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getEnvironmentKey() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getEnvironmentText() - Method in class com.buildforge.services.client.dbo.Cron
Returns the text of the environment store
getEnvironmentText() - Method in class com.buildforge.services.client.dbo.Result
Returns the literal environment used for Step execution.
getEnvironmentText() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getEnvKey() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getEnvKey() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getEnvText() - Method in class com.buildforge.services.client.dbo.Build
Returns the environment block of this build.
getEnvText() - Method in class com.buildforge.services.client.dbo.Cron
 
getEnvText() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getEnvText() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getError() - Method in class com.buildforge.services.client.dbo.Server
Returns the error state of this Server, see ServerDBO.Error for more details
getError() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getExitChainProjectId() - Method in class com.buildforge.services.client.dbo.BuildClass
Return the project id of the project to run if a build is moved out of (exits) this build class.
getExitChainProjectId() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getExpires() - Method in class com.buildforge.services.common.dbo.SessionDBO
 
getFailChainId() - Method in class com.buildforge.services.client.dbo.Build
Returns the identifier of the Project that will be executed in the event that this Build fails.
getFailChainId() - Method in class com.buildforge.services.client.dbo.Project
The project ID of the fail chain project.
getFailChainId() - Method in class com.buildforge.services.client.dbo.Result
Returns the identifier of the Project to chain execution to if this step fails.
getFailChainId() - Method in class com.buildforge.services.client.dbo.Step
The project ID of the fail chain project.
getFailChainId() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getFailChainId() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getFailChainId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getFailChainId() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getFailNotify() - Method in class com.buildforge.services.client.dbo.Project
The access group ID of the access group to notify about failed builds.
getFailNotify() - Method in class com.buildforge.services.client.dbo.Result
Returns the name of the notification group to notify in the case of failure
getFailNotify() - Method in class com.buildforge.services.client.dbo.Step
The access group ID of the access group to notify if this step fails.
getFailNotify() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getFailNotify() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getFailNotify() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getFailover() - Method in class com.buildforge.services.client.dbo.Geo
Returns the location name of the Geo site to which this Geo site will fail over to, in the case of failure, i.e.: "MyBackupPrimaryConsole"
getFailover() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
getFailWait() - Method in class com.buildforge.services.client.dbo.Result
Returns whether or not execution should wait for the fail chain to complete before continuing
getFailWait() - Method in class com.buildforge.services.client.dbo.Step
Whether or not to wait for the fail chain to complete before continuing the build.
getFailWait() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getFailWait() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getFilterAction() - Method in class com.buildforge.services.client.dbo.Log
Returns the filter action taken in response to this line, if any
getFilterAction() - Method in class com.buildforge.services.common.dbo.LogDBO
 
getFilterId() - Method in class com.buildforge.services.client.dbo.Filter
Returns the unique identifier for this Filter
getFilterId() - Method in class com.buildforge.services.client.dbo.FilterPattern
Returns the unique identifier of the parent Filter
getFilterId() - Method in class com.buildforge.services.common.dbo.FilterDBO
 
getFilterId() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
getFilterOrdinal() - Method in class com.buildforge.services.client.dbo.FilterPattern
Returns the ordinal of this FilterPattern
getFilterOrdinal() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
getFilterSetId() - Method in class com.buildforge.services.client.dbo.Result
Returns the identifier of the Filter used in association with this Step's execution
getFilterSetId() - Method in class com.buildforge.services.client.dbo.Step
Returns the identifier of the associated Filter, if any.
getFilterSetId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getFilterSetId() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getFinish() - Method in class com.buildforge.services.client.dbo.Result
Returns the timestamp of when execution completed, in seconds since epoch
getFinish() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getFired() - Method in class com.buildforge.services.client.dbo.Build
Returns the time at which this job was created as a timestamp.
getFired() - Method in class com.buildforge.services.client.dbo.Cron
Returns a timestamp of the last time this Cron was executed.
getFired() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getFired() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getFlag() - Method in class com.buildforge.services.client.dbo.Result
Returns the step control flag used for pausing, cancelling, etc.
getFlag() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getFloating() - Method in class com.buildforge.services.client.dbo.Result
Returns the floating status flag used in conjunction with project stickiness
getFloating() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getFrom() - Method in class com.buildforge.services.client.dbo.Template
Returns the address to be used as the 'From' address when emailing this Template
getFrom() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getGeoId() - Method in class com.buildforge.services.client.dbo.Build
Returns the UUID of the geographic location at which this Build is slated to execute via GDD.
getGeoId() - Method in class com.buildforge.services.client.dbo.Geo
Returns the UUID identifier of this Geo site.
getGeoId() - Method in class com.buildforge.services.client.dbo.Project
Return the geographic identifer for use with Globally Distributed Development
getGeoId() - Method in class com.buildforge.services.common.dbo.GeoAwareDBObject
Returns the GDD-aware geographic identifier of this object
getGmtOffset() - Method in class com.buildforge.services.client.dbo.TimeZone
Returns the base amount of time, in seconds, by which to adjust the UTC time to convert it to this time zone, assuming DST is not active.
getGmtOffset() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getGroupName() - Method in class com.buildforge.services.client.dbo.LDAP
 
getGroupName() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getGroupsSearchBase() - Method in class com.buildforge.services.client.dbo.LDAP
 
getGroupsSearchBase() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getGroupsUniqueIdentifier() - Method in class com.buildforge.services.client.dbo.LDAP
 
getGroupsUniqueIdentifier() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getHost() - Method in class com.buildforge.services.client.dbo.LDAP
 
getHost() - Method in class com.buildforge.services.client.dbo.Server
Returns the hostname of this Server, i.e.: "myhost.domain.tld"
getHost() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getHost() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getHostname() - Method in class com.buildforge.services.client.dbo.Geo
Returns the hostname of the Geo site.
getHostname() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
getHour() - Method in class com.buildforge.services.client.dbo.Cron
Returns the hours (according to a 24 hour clock) during which the build should run.
getHour() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getId() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getIndirectionMask() - Method in class com.buildforge.services.client.dbo.Message
 
getIndirectionMask() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
getInfo() - Method in class com.buildforge.services.client.api.APIClientConnection
Returns the audit events that have been recorded for this event.
getInheritedGroups() - Method in class com.buildforge.services.client.dbo.AccessGroup
Retrieves a list of access groups from which this access group inherits users and permissions.
getInlineChainId() - Method in class com.buildforge.services.client.dbo.Step
The identifier of the Project to unconditionally execute along with this Step's commands (usually '.sleep 0' in the case of a Step used purely to call another Project).
getInlineChainId() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getInstance() - Static method in class com.buildforge.services.common.ssl.BuildForgeSSLEngineFactory
 
getInstance() - Static method in class com.buildforge.services.common.util.UUIDGenerator
 
getInt(String, int) - Method in class com.buildforge.services.common.api.APIRequest
 
getInterfaceId() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
getIsPublic() - Method in class com.buildforge.services.client.dbo.SysConfig
Returns whether (true) or not (false) this parameter is directly editable by an Administrative console user
getIsPublic() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
getJobId() - Method in class com.buildforge.services.client.dbo.AdaptorLink
 
getJobId() - Method in class com.buildforge.services.client.dbo.Build
Returns the process ID of the job management process on the engine that is running it.
getJobId() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getJobId() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
getKey() - Method in class com.buildforge.services.common.api.xml.DataElement
 
getLdap() - Method in class com.buildforge.services.client.dbo.User
Whether or not this user was defined by an LDAP domain.
getLdap() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getLdapDN() - Method in class com.buildforge.services.client.dbo.AccessGroup
Returns the LDAP distinguished name that grants membership to new users.
getLdapDN() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
getLdapKey() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
getLevel() - Method in class com.buildforge.services.client.dbo.AccessGroup
Returns the access group ID (level) of this access group.
getLevel() - Method in class com.buildforge.services.client.dbo.Adaptor
Returns the access level assigned to this interface.
getLevel() - Method in class com.buildforge.services.client.dbo.Build
Returns the access group ID assigned to this build.
getLevel() - Method in class com.buildforge.services.client.dbo.BuildClass
Returns the level (access group ID) assigned to this class.
getLevel() - Method in class com.buildforge.services.client.dbo.Environment
Returns the security level associated with this Envionment
getLevel() - Method in class com.buildforge.services.client.dbo.Filter
Returns the access level assigned to this Filter
getLevel() - Method in class com.buildforge.services.client.dbo.Project
The level (access group ID) assigned to this class.
getLevel() - Method in class com.buildforge.services.client.dbo.Result
Returns the security level associated with this Result
getLevel() - Method in class com.buildforge.services.client.dbo.Selector
Returns the security access level required for permission to access this Selector
getLevel() - Method in class com.buildforge.services.client.dbo.Server
Returns the security level that must be possessed in order to access this Server object
getLevel() - Method in class com.buildforge.services.client.dbo.ServerAuth
Returns the security level required to access this ServerAuth
getLevel() - Method in class com.buildforge.services.client.dbo.Step
The access group ID for this step, if any.
getLevel() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.FilterDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getLevel() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getLevelHint() - Method in class com.buildforge.services.client.dbo.User
Returns the access group (level) that the Build Forge user interface should select by default when this user creates a new object that has an associated level.
getLevelHint() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getLicense() - Method in class com.buildforge.services.client.dbo.Engine
 
getLicense() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getLineId() - Method in class com.buildforge.services.client.dbo.Adaptor
 
getLineId() - Method in class com.buildforge.services.client.dbo.Log
Returns the ordinal identifier of this line
getLineId() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
getLineId() - Method in class com.buildforge.services.common.dbo.LogDBO
 
getLinkId() - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
getLiveAuthId() - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
getLiveBuildId() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getLiveCollectorId() - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
getLiveDomain() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getLiveInterfaceId() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
getLiveLocale() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getLiveName() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
getLiveName() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getLiveProjectId() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getLiveProjectId() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
getLiveProjectId() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getLivePropertyName() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
getLiveRegister() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getLiveSelectorId() - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
getLiveSequenceNumber() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
getLiveStepId() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getLiveZoneId() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getLocale() - Method in class com.buildforge.services.client.api.APIClientConnection
Asks the server for the locale this connection is using.
getLocale() - Method in class com.buildforge.services.client.dbo.Template
Returns the ISO 639 code for the language of this template, e.g.: 'en_US', 'fr_CA', etc.
getLocale() - Method in class com.buildforge.services.client.dbo.User
The user's preferred locale.
getLocale() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getLocale() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getLocalizer() - Static method in class com.buildforge.services.common.dbo.MessageDBO
Gets the implementation that should be used for localizing messages.
getLocation() - Method in class com.buildforge.services.client.dbo.Geo
Returns the user-specified location name for this Geo site.
getLocation() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
getLogId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getLogin() - Method in class com.buildforge.services.client.dbo.User
The login name of the user.
getLogin() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getLogs() - Method in class com.buildforge.services.client.dbo.Result
Returns the log output generated by the this execution
getLong(String, long) - Method in class com.buildforge.services.common.api.APIRequest
 
getMailName() - Method in class com.buildforge.services.client.dbo.LDAP
 
getMailName() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getManifest() - Method in class com.buildforge.services.client.dbo.Server
Retrieves the Manifest for this Server.
getMap(String) - Method in class com.buildforge.services.common.api.APIRequest
 
getMapAccessGroups() - Method in class com.buildforge.services.client.dbo.LDAP
 
getMapAccessGroups() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getMaster() - Method in class com.buildforge.services.client.dbo.Engine
 
getMaster() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getMaxBuilds() - Method in class com.buildforge.services.client.dbo.BuildClass
The maximum number of builds to keep.
getMaxBuilds() - Method in class com.buildforge.services.client.dbo.User
The maximum number of simultaneous builds for this user.
getMaxBuilds() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getMaxBuilds() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getMaxThread() - Method in class com.buildforge.services.client.dbo.Project
The maximum number of threaded steps that this project will attempt to run concurrently.
getMaxThread() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getMemberUsers() - Method in class com.buildforge.services.client.dbo.AccessGroup
Retrieves a list of users who are direct members of this access group.
getMessage() - Method in exception com.buildforge.services.common.ServiceException
 
getMessageKey() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
getMessageKey() - Method in exception com.buildforge.services.common.ServiceException
Gets the error id used when constructing this exception.
getMessageObject() - Method in exception com.buildforge.services.common.ServiceException
Returns the message object that was created to represent this exception's message text.
getMessageText() - Method in class com.buildforge.services.client.dbo.Log
Returns the text of the log line
getMessageText() - Method in class com.buildforge.services.common.dbo.LogDBO
 
getMinute() - Method in class com.buildforge.services.client.dbo.Cron
Returns the number of minutes past the hour at which the build should run.
getMinute() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getMode() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Returns the Mode associated with this Environment Entry.
getMode() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
getModified() - Method in class com.buildforge.services.common.dbo.SessionDBO
 
getMonth() - Method in class com.buildforge.services.client.dbo.Cron
Returns the months during which the build should run.
getMonth() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getMResponse() - Method in class com.buildforge.services.client.dbo.Engine
 
getMResponse() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getName() - Method in class com.buildforge.services.client.dbo.AccessGroup
Returns the descriptive name of this access group, as supplied by the user at the time the access group was created.
getName() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Gets the display name of this AdaptorLink.
getName() - Method in class com.buildforge.services.client.dbo.BuildClass
Returns the descriptive name of the class, as supplied by the user that created it.
getName() - Method in class com.buildforge.services.client.dbo.Environment
Returns the pretty name of this Environment
getName() - Method in class com.buildforge.services.client.dbo.Filter
Returns the pretty name for this Filter
getName() - Method in class com.buildforge.services.client.dbo.Manifest
Returns the server name to which this manifest belongs
getName() - Method in class com.buildforge.services.client.dbo.Project
The descriptive name of this project, as provided by the user during its creation.
getName() - Method in class com.buildforge.services.client.dbo.Semaphore
Returns the name of this Semaphore
getName() - Method in class com.buildforge.services.client.dbo.Server
Returns the friendly name of the Server, i.e.: "myFirstBuildServer"
getName() - Method in class com.buildforge.services.client.dbo.SysConfig
Returns the name of this configuration parameter
getName() - Method in class com.buildforge.services.client.dbo.TagVar
Returns the unique (project-wide) name of this tag variable
getName() - Method in class com.buildforge.services.client.dbo.Template
Returns the unique (project step-wide) name of this Template
getName() - Method in class com.buildforge.services.client.dbo.User
The full name of the user.
getName() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
getName() - Method in class com.buildforge.services.common.dbo.BOMDBO
 
getName() - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
getName() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getName() - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
getName() - Method in class com.buildforge.services.common.dbo.FilterDBO
 
getName() - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
getName() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getName() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
getName() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
getName() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getName() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
getName() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
getName() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getName() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getNextRun() - Method in class com.buildforge.services.client.dbo.Cron
Returns the timestamp (seconds since epoch) of the next time at which the scheduler entry is expected to be run.
getNextRun() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getNextRunInMillis() - Method in class com.buildforge.services.client.dbo.Cron
Returns the timestamp (seconds since epoch) normally returned by Cron.getNextRun() adjusted for long length by multiplying by 1000.
getNotificationLevel() - Method in class com.buildforge.services.client.dbo.FilterPattern
Returns the access group to notify when this filter pattern is triggered.
getNotificationLevel() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
getOnFail() - Method in class com.buildforge.services.client.dbo.Result
Returns whether this Step was step to stop or continue on failure
getOnFail() - Method in class com.buildforge.services.client.dbo.Step
Returns the action that will be taken in the case of an unsuccessful execution of this Step's commands.
getOnFail() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getOnFail() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getOperator() - Method in class com.buildforge.services.client.dbo.SelectorProperty
Returns the current comparator for the test, i.e.: greater than ,less than, equals, etc.
getOperator() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
getOriginalStepId() - Method in class com.buildforge.services.client.dbo.Result
Returns the identifer of the Step that was the original Step definition within its project.
getOriginalStepId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getOwner() - Method in class com.buildforge.services.client.dbo.Result
Used by inline chains.
getOwner() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getOwnerId() - Method in class com.buildforge.services.client.dbo.Cron
Returns the user id of the user that created this scheduler entry.
getOwnerId() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getPadding() - Method in class com.buildforge.services.client.dbo.TagVar
 
getPadding() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
getParameterName() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Returns the parameter name of this Environment Entry
getParameterName() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
getParameterValue() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Returns the parameter value of this Environment Entry.
getParameterValue() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
getParent() - Method in class com.buildforge.services.client.dbo.CollectorProperty
Returns a reference to this collector property's parent collector.
getParent() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Returns a reference to this Entry's parent Environment
getParent() - Method in class com.buildforge.services.client.dbo.SelectorProperty
Returns the parent Selector object to which this SelectorProperty is associated
getPassChainId() - Method in class com.buildforge.services.client.dbo.Build
Returns the identifier of the Project that will be executed in the event that this Build succeeds.
getPassChainId() - Method in class com.buildforge.services.client.dbo.Project
The project ID of the pass chain project.
getPassChainId() - Method in class com.buildforge.services.client.dbo.Result
Returns the identifier of the Project to chain execution to if this step succeeds.
getPassChainId() - Method in class com.buildforge.services.client.dbo.Step
The project ID of the pass chain project.
getPassChainId() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getPassChainId() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getPassChainId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getPassChainId() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getPassNotify() - Method in class com.buildforge.services.client.dbo.Project
The access group ID of the access group to notify about passed builds.
getPassNotify() - Method in class com.buildforge.services.client.dbo.Result
Returns the name of the notification group to notify in the case of success
getPassNotify() - Method in class com.buildforge.services.client.dbo.Step
The access group ID of the access group to notify if this step passes.
getPassNotify() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getPassNotify() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getPassNotify() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getPassWait() - Method in class com.buildforge.services.client.dbo.Result
Returns whether or not execution should wait for the pass chain to complete before continuing
getPassWait() - Method in class com.buildforge.services.client.dbo.Step
Whether or not to wait for the pass chain to complete before continuing the build.
getPassWait() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getPassWait() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getPassword() - Method in class com.buildforge.services.client.dbo.Geo
Returns the password to be used to authenticate to the database application at this Geo site.
getPassword() - Method in class com.buildforge.services.client.dbo.ServerAuth
Returns the password of this ServerAuth.
getPassword() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
getPassword() - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
getPassword() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getPasswordExpired() - Method in class com.buildforge.services.client.dbo.User
Whether or not this user's password is currently expired.
getPasswordExpired() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getPasswordExpires() - Method in class com.buildforge.services.client.dbo.User
Whether or not this user's password ever expires.
getPasswordExpires() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getPasswordUpdated() - Method in class com.buildforge.services.client.dbo.User
Timestamp expressing when this user's password was last changed.
getPasswordUpdated() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getPath() - Method in class com.buildforge.services.client.dbo.Server
Returns the Server-local path on which build information will be generated, i.e.: "/builds"
getPath() - Method in class com.buildforge.services.common.dbo.BOMDBO
 
getPath() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getPattern(int) - Method in class com.buildforge.services.client.dbo.Filter
Returns the FilterPattern from the specified index
getPattern() - Method in class com.buildforge.services.client.dbo.FilterPattern
Returns the pattern associated with this FilterPattern.
getPattern(int) - Method in class com.buildforge.services.common.dbo.FilterDBO
 
getPattern() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
getPatterns() - Method in class com.buildforge.services.client.dbo.Filter
Returns a list of the related FilterPatterns for this Filter
getPatterns() - Method in class com.buildforge.services.common.dbo.FilterDBO
 
getPermissions() - Method in class com.buildforge.services.client.dbo.User
Retrieves a canonical list of all the permissions that this user has been granted, whether through direct or indirect group membership.
getPing() - Method in class com.buildforge.services.client.dbo.Engine
 
getPing() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getPopulation() - Method in class com.buildforge.services.client.dbo.Engine
 
getPopulation() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getPort() - Method in class com.buildforge.services.client.dbo.Geo
Returns the port number on which the database application is listening at this Geo site.
getPort() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
getPriority() - Method in class com.buildforge.services.client.dbo.User
Whether or not this user is a high-priority login.
getPriority() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getProcess() - Method in class com.buildforge.services.client.dbo.Build
Returns the type of job that this object represents.
getProcess() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getProcessId() - Method in class com.buildforge.services.client.dbo.Message
 
getProcessId() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
getProjectId() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Returns the ID of the Project to which this AdaptorLink is attached.
getProjectId() - Method in class com.buildforge.services.client.dbo.Cron
Returns the project id of the project to be run by this sceduler entry.
getProjectId() - Method in class com.buildforge.services.client.dbo.Project
The system-generated unique identifier for this project.
getProjectId() - Method in class com.buildforge.services.client.dbo.Register
Returns the identifier of the Project to which this Register is associated.
getProjectId() - Method in class com.buildforge.services.client.dbo.Result
Returns the identifier of the Project to which this Result is associated
getProjectId() - Method in class com.buildforge.services.client.dbo.Step
The project ID, as supplied by the Build Forge system during the creation of the project.
getProjectId() - Method in class com.buildforge.services.client.dbo.TagVar
Returns the identifier of the Project to which this tag variable belongs
getProjectId() - Method in class com.buildforge.services.client.dbo.Template
Returns the identifier of the Project that owns this Template
getProjectId() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getProjectId() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getProjectId() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
getProjectId() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getProjectId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getProjectId() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
getProjectId() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getProjectId() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
getProjectId() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getProperties() - Method in class com.buildforge.services.client.dbo.Collector
Returns a copy of the list of Collector Properties.
getProperties() - Method in class com.buildforge.services.client.dbo.Manifest
Returns all the properties associated with this Manifest
getProperties() - Method in class com.buildforge.services.client.dbo.Selector
Returns a List with every SelectorProperty associated with this Selector
getProperties() - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
getProperties(ManifestPropertyDBO.Category) - Method in class com.buildforge.services.common.dbo.ManifestDBO
Returns manifest properties in an easy-to-use map format
getProperties() - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
getProperty(String) - Method in class com.buildforge.services.client.dbo.Collector
Retrieves a collector property by name.
getProperty(int) - Method in class com.buildforge.services.client.dbo.Collector
Retrieves a collector property by its index into the current list of properties.
getProperty(String) - Method in class com.buildforge.services.client.dbo.Manifest
Retrieves a specific ManifestProperty by name
getProperty(String) - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
getPropertyCategory() - Method in class com.buildforge.services.client.dbo.ManifestProperty
The category of this manifest property.
getPropertyCategory() - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
getPropertyName() - Method in class com.buildforge.services.client.dbo.CollectorProperty
The name of this collector property.
getPropertyName() - Method in class com.buildforge.services.client.dbo.ManifestProperty
The name of this manifest property.
getPropertyName() - Method in class com.buildforge.services.client.dbo.SelectorProperty
Returns the name of the property to be tested, i.e.: NUM_CPU, MyCustomCollectorName, etc.
getPropertyName() - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
getPropertyName() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
getPropertyName() - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
getPropertyName() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
getPropertyValue() - Method in class com.buildforge.services.client.dbo.CollectorProperty
The value of this collector property.
getPropertyValue(String) - Method in class com.buildforge.services.client.dbo.Manifest
Convenience method to retrieve a specific ManifestProperty's value directly
getPropertyValue() - Method in class com.buildforge.services.client.dbo.ManifestProperty
The value of this manifest property.
getPropertyValue() - Method in class com.buildforge.services.client.dbo.SelectorProperty
Returns the value
getPropertyValue() - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
getPropertyValue() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
getPropertyValue(String) - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
getPropertyValue() - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
getPropertyValue() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
getProtocol() - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Returns the protocol that this implements.
getProtocol() - Method in class com.buildforge.services.common.api.APIConnection
Returns the protocol that this connection will bind at the time of the first request, or the bound protocol type if one has already been bound.
getProtocol() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getPublish() - Method in class com.buildforge.services.client.dbo.Server
Returns whether gets (.get) and puts (.put) are allowed on this server
getPublish() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getPurgeChainProjectId() - Method in class com.buildforge.services.client.dbo.BuildClass
Returns the project ID of the project to run as a purge chain.
getPurgeChainProjectId() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getPurgeDays() - Method in class com.buildforge.services.client.dbo.BuildClass
Builds in this class will be purged if they are more than this many days old.
getPurgeDays() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getPurgeRule() - Method in class com.buildforge.services.client.dbo.BuildClass
Controls which builds are eligible for purging on the basis of whether or not they passed.
getPurgeRule() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getPurgeType() - Method in class com.buildforge.services.client.dbo.BuildClass
Controls what gets deleted when a build is purged.
getPurgeType() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getReadBuffer() - Method in class com.buildforge.services.client.api.APIClientBuffer
 
getReadBuffer() - Method in interface com.buildforge.services.common.io.IBufferedConnection
Provides direct access to the connection's read buffer.
getRegex() - Method in class com.buildforge.services.client.dbo.CollectorProperty
Returns the regular expression to use for this collector property.
getRegex() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
getRegister() - Method in class com.buildforge.services.client.dbo.Register
Returns the name of the Register
getRegister() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getReqMaster() - Method in class com.buildforge.services.client.dbo.Engine
 
getReqMaster() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getRequest() - Method in class com.buildforge.services.common.api.xml.PacketElement
 
getRequest() - Method in class com.buildforge.services.common.api.xml.RequestElement
 
getRequestor() - Method in class com.buildforge.services.client.dbo.Semaphore
Returns the name of the project and step which owns or last owned the semaphore
getRequestor() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
getRequired() - Method in class com.buildforge.services.client.dbo.SelectorProperty
 
getRequired() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
getResource() - Method in class com.buildforge.services.client.dbo.Result
Initially, this is set from the Step's resource field.
getResource() - Method in class com.buildforge.services.client.dbo.Step
Deprecated. Use Step.getSelectorId() instead
getResource() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getResource() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getResult() - Method in class com.buildforge.services.client.dbo.Build
Returns the result of this job.
getResult() - Method in class com.buildforge.services.client.dbo.Result
Returns the final outcome of execution: pass, fail, warn, etc.
getResult() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getResult() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getResults() - Method in class com.buildforge.services.client.dbo.Build
Retrieves the step results for this job.
getResultStepId() - Method in class com.buildforge.services.client.dbo.Result
The build-wide, unique, and ordinal identifer for this Result.
getResultStepId() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getRunLimit() - Method in class com.buildforge.services.client.dbo.Project
The number of concurrent builds that are permitted for this project.
getRunLimit() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getScopeId() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
getSearchBase() - Method in class com.buildforge.services.client.dbo.LDAP
 
getSearchBase() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getSearchesShouldRecurse() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getSelectorId() - Method in class com.buildforge.services.client.dbo.Build
Returns the selector ID for this job.
getSelectorId() - Method in class com.buildforge.services.client.dbo.Cron
Returns the identifier of the Selector used to determine server to run this scheduled job
getSelectorId() - Method in class com.buildforge.services.client.dbo.Project
The selector ID of the default selector to be used when building this project.
getSelectorId() - Method in class com.buildforge.services.client.dbo.Selector
Returns the unique identifier for this Selector (its name).
getSelectorId() - Method in class com.buildforge.services.client.dbo.SelectorProperty
 
getSelectorId() - Method in class com.buildforge.services.client.dbo.Step
The selector to use for this step.
getSelectorId() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getSelectorId() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getSelectorId() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getSelectorId() - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
getSelectorId() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
getSequenceNumber() - Method in class com.buildforge.services.client.dbo.CollectorProperty
Returns the sequence number for this collector property.
getSequenceNumber() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
getServer() - Method in class com.buildforge.services.client.dbo.Result
Returns the name of the Server that was finally chosen to execute the step on.
getServer() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getServerId() - Method in class com.buildforge.services.client.dbo.Server
Returns the unique identifier of this Server
getServerId() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getServerName() - Method in class com.buildforge.services.client.dbo.ManifestProperty
The name of the server for which this manifest was generated.
getServerName() - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
getSession() - Method in class com.buildforge.services.common.ssl.BuildForgeSSLEngine
Returns the SSLSession
getSeverity() - Method in class com.buildforge.services.client.dbo.Message
 
getSeverity() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
getSize() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getSize() - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
getSResponse() - Method in class com.buildforge.services.client.dbo.Engine
 
getSResponse() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getStage() - Method in class com.buildforge.services.client.dbo.Build
Returns the current stage of the job.
getStage() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getStamp() - Method in class com.buildforge.services.client.dbo.AdaptorLink
 
getStamp() - Method in class com.buildforge.services.client.dbo.Log
Returns the timestamp at which this line was created
getStamp() - Method in class com.buildforge.services.client.dbo.Register
Returns the timestamp of the last register update in seconds since epoch (not millis)
getStamp() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getStamp() - Method in class com.buildforge.services.common.dbo.LogDBO
 
getStamp() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
getStartNotify() - Method in class com.buildforge.services.client.dbo.Project
The access group ID of the access group to notify about started builds.
getStartNotify() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getStartTime() - Method in class com.buildforge.services.client.dbo.Build
Returns the timestamp for when this job was picked up by an engine.
getStartTime() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getStartTimestamp() - Method in class com.buildforge.services.client.dbo.Result
Returns the timestamp of the beginning of execution in seconds since the epoch
getStartTimestamp() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getState() - Method in class com.buildforge.services.client.dbo.Build
Returns the current state of this job.
getState() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getStatus() - Method in class com.buildforge.services.client.dbo.AdaptorLink
 
getStatus() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
getStep(String) - Method in class com.buildforge.services.client.dbo.Project
Retrieves a step by its system-generated unique identifier.
getStep(int) - Method in class com.buildforge.services.client.dbo.Project
Retrieves a step by index.
getStep(String) - Method in class com.buildforge.services.common.dbo.ProjectDBO
Retrieves a step by its unique ID.
getStep(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
Retrieves a step from this project using its index within the step list.
getStepId() - Method in class com.buildforge.services.client.dbo.Template
Returns the identifier of the Step that owns this Template
getStepId() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getStepOrdinal() - Method in class com.buildforge.services.client.dbo.Step
The position of this step in the project's step list.
getStepOrdinal() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getStepPart() - Method in class com.buildforge.services.client.dbo.Log
 
getStepPart() - Method in class com.buildforge.services.common.dbo.LogDBO
 
getStepResultId() - Method in class com.buildforge.services.common.dbo.BOMDBO
 
getSteps() - Method in class com.buildforge.services.client.dbo.Project
Retrieves a list of the steps that are defined for this project.
getSteps() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getSticky() - Method in class com.buildforge.services.client.dbo.Project
Whether or not server assignment is sticky for this project.
getSticky() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getStrict() - Method in class com.buildforge.services.client.api.APIClientBuffer
Returns whether or not this client buffer is strict.
getString(String) - Method in class com.buildforge.services.common.api.APIRequest
 
getString(String, String) - Method in class com.buildforge.services.common.api.APIRequest
 
getSubject() - Method in class com.buildforge.services.client.dbo.Template
Returns the text of the 'Subject' that will be used when emailing this Template
getSubject() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getSupportedCipherSuites() - Method in class com.buildforge.services.common.ssl.BypassSSLSocketFactory
 
getTag() - Method in class com.buildforge.services.client.dbo.Build
Returns the build tag for this job.
getTag() - Method in class com.buildforge.services.client.dbo.Project
The build tag format used by this project.
getTag() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getTag() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getTagId() - Method in class com.buildforge.services.client.dbo.TagVar
Returns the unique (project-wide) identifier of this tag variable
getTagId() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
getTagSync() - Method in class com.buildforge.services.client.dbo.Project
The project ID of the project against which this project should synchronize its tag variables.
getTagSync() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getTargetId() - Method in class com.buildforge.services.client.dbo.Build
Returns the target of this job.
getTargetId() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getTargetId() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
getTemplate() - Method in class com.buildforge.services.client.dbo.Adaptor
 
getTemplate() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
getTestKey() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getTestText() - Method in class com.buildforge.services.client.dbo.Server
Returns the literal text of the results of the last connection test
getTestText() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getThreaded() - Method in class com.buildforge.services.client.dbo.Result
Returns how, if at all, this Result was parallelized during execution
getThreaded() - Method in class com.buildforge.services.client.dbo.Step
The threading behavior for this step.
getThreaded() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getThreaded() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getTick() - Method in class com.buildforge.services.client.dbo.Engine
Deprecated.  
getTick() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getTimeout() - Method in class com.buildforge.services.client.dbo.Result
Return the amount of time, in seconds, that was allowed for execution before forcible termination.
getTimeout() - Method in class com.buildforge.services.client.dbo.Step
The maximum length of time (in seconds) that the step is permitted to take to complete its work and return control to the agent.
getTimeout() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getTimeout() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getTimestamp() - Method in class com.buildforge.services.client.dbo.Message
 
getTimestamp() - Method in class com.buildforge.services.client.dbo.Semaphore
The timestamp of when the semaphore was last acquired, in seconds since epoch
getTimestamp() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
getTimestamp() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
getTimeZone() - Method in class com.buildforge.services.client.api.APIClientConnection
Asks the server for the time zone this connection is using.
getTimeZone() - Method in class com.buildforge.services.client.dbo.User
The user's preferred time zone.
getTimeZone() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getTitle() - Method in class com.buildforge.services.client.dbo.SysConfig
Returns the string key into the language table that contains the localized, short description of this parameter
getTitle() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
getTrimmedString(String) - Method in class com.buildforge.services.common.api.APIRequest
 
getTrimmedString(String, String) - Method in class com.buildforge.services.common.api.APIRequest
 
getType() - Method in class com.buildforge.services.client.dbo.Adaptor
 
getType() - Method in class com.buildforge.services.client.dbo.Log
 
getType() - Method in class com.buildforge.services.client.dbo.Message
 
getType() - Method in class com.buildforge.services.common.dbo.BOMDBO
 
getType() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
getType() - Method in class com.buildforge.services.common.dbo.LogDBO
 
getType() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
getType() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.BOMDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.CronDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.DBObject
Retrieve the key that should be used to look up the display name for a data type.
getTypeKey() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.FilterDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.LogDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.SessionDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
getTypeKey() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getUid() - Method in class com.buildforge.services.client.dbo.Log
Returns the unique identifier of this log line
getUid() - Method in class com.buildforge.services.client.dbo.Result
The system-wide unique identifier for this Result
getUid() - Method in class com.buildforge.services.client.dbo.Step
The system-assigned unique identifier for this step.
getUid() - Method in class com.buildforge.services.common.dbo.LogDBO
 
getUid() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
getUid() - Method in class com.buildforge.services.common.dbo.SessionDBO
 
getUid() - Method in class com.buildforge.services.common.dbo.StepDBO
 
getUniqueIdentifier() - Method in class com.buildforge.services.client.dbo.LDAP
 
getUniqueIdentifier() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
getUpstate() - Method in class com.buildforge.services.client.dbo.Server
Returns the current state of the server with respect to availability - currently one of either updating or ready
getUpstate() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
getUptime() - Method in class com.buildforge.services.client.dbo.Engine
Deprecated.  
getUptime() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getUserDefined() - Method in class com.buildforge.services.client.dbo.CollectorProperty
Whether or not this is a user-defined property, as opposed to a built-in property.
getUserDefined() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
getUserId() - Method in class com.buildforge.services.client.dbo.Build
Returns the user ID of the user that created this job.
getUserId() - Method in class com.buildforge.services.client.dbo.Message
 
getUserId() - Method in class com.buildforge.services.client.dbo.Register
Returns the identifier of the user that created this Register with a build, for Registers created with projects, it will return 0
getUserId() - Method in class com.buildforge.services.client.dbo.Semaphore
Returns the identifier of the user that owns this Semaphore
getUserId() - Method in class com.buildforge.services.client.dbo.User
Returns the unique ID for this user, as provided by the Build Forge system when the user is created.
getUserId() - Method in class com.buildforge.services.common.api.APIRequest
Get the user id for the request to use.
getUserId() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
getUserId() - Method in class com.buildforge.services.common.dbo.DataDBO
 
getUserId() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
getUserId() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
getUserId() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
getUserId() - Method in class com.buildforge.services.common.dbo.SessionDBO
 
getUserId() - Method in class com.buildforge.services.common.dbo.UserDBO
 
getUsername() - Method in class com.buildforge.services.client.dbo.Geo
Returns the username to be used to authenticate to the database application at this Geo site.
getUsername() - Method in class com.buildforge.services.client.dbo.ServerAuth
Returns the username of this ServerAuth
getUsername() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
getUsername() - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
getValidate() - Method in class com.buildforge.services.client.dbo.SysConfig
Returns the regular expression used to recognize valid values and reject invalid ones
getValidate() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
getValue() - Method in class com.buildforge.services.client.dbo.SysConfig
Returns the value of this parameter
getValue() - Method in class com.buildforge.services.client.dbo.TagVar
Returns the current value of this tag variable
getValue() - Method in class com.buildforge.services.common.api.xml.ArrayElement
 
getValue() - Method in class com.buildforge.services.common.api.xml.DataElement
 
getValue() - Method in class com.buildforge.services.common.api.xml.HashElement
 
getValue() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
getValue() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
getVersion() - Method in class com.buildforge.services.client.dbo.Engine
 
getVersion() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getWriteBuffer() - Method in class com.buildforge.services.client.api.APIClientBuffer
 
getWriteBuffer() - Method in interface com.buildforge.services.common.io.IBufferedConnection
Provides direct access to the connection's write buffer.
getZone() - Method in class com.buildforge.services.client.dbo.Engine
 
getZone() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
getZoneId() - Method in class com.buildforge.services.client.dbo.TimeZone
Returns the unique identifier of this TimeZone
getZoneId() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
grantPermission(Permission) - Method in class com.buildforge.services.client.dbo.AccessGroup
Grants a specified permission to the members of this access group, as well as to all access groups that inherit from this one.
GROUP_NAME_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
GROUP_SEARCH_BASE_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
GROUP_UNIQUE_IDENTIFIER_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 

H

hashCode() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
Overridden to be consistent with equals.
hashCode() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
hashCode() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
hashCode() - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
hashCode() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
hashCode() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
hashCode() - Method in class com.buildforge.services.common.dbo.StepDBO
 
hashCode() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
HashElement - Class in com.buildforge.services.common.api.xml
 
HashElement(Element, String) - Constructor for class com.buildforge.services.common.api.xml.HashElement
 
Hex - Class in com.buildforge.services.common.text
Fast hex encode/decode
hexDigit(int) - Static method in class com.buildforge.services.common.text.Hex
Maps hex values to the ASCII values that represent them.
hexToBytes(byte[]) - Static method in class com.buildforge.services.common.text.Hex
Converts a sequence of hex digit bytes into the sequence of bytes that they represent.
hexToBytes(ByteBuffer) - Static method in class com.buildforge.services.common.text.Hex
Converts a sequence of hex digit bytes into the sequence of bytes that they represent.
hexToBytes(byte[], int, int) - Static method in class com.buildforge.services.common.text.Hex
Converts a sequence of hex digit bytes into the sequence of bytes that they represent.
hexToString(String) - Static method in class com.buildforge.services.common.text.Hex
Converts a hexadecimal string of the UTF-8 bytes that encode the original string's characters back to the original string.
hexToString(String[]) - Static method in class com.buildforge.services.common.text.Hex
Converts an array of hexadecimal strings of the UTF-8 bytes that encode the original strings' characters back to the original array of strings.
hexValue(int) - Static method in class com.buildforge.services.common.text.Hex
Maps ASCII character values to their corresponding hex values.
HOST_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 

I

IBufferedConnection - Interface in com.buildforge.services.common.io
This functionality must be provided by the underlying communication layer in order to attach the API protocol to it.
IBufferedConnectionCallback - Interface in com.buildforge.services.common.io
This interface is used by classes which need to be notified when there is new activity on a buffered connection.
ILLEGAL_TAG_NAME_CHARS - Static variable in class com.buildforge.services.common.dbo.TagVarDBO
A string containing the characters that are not permitted in a tag variable name.
init() - Method in class com.buildforge.services.common.ssl.BuildForgeSSLEngine
Initializes the engine for use - this MUST be called before any other methods are invoked.
INSTANCE - Static variable in class com.buildforge.services.common.text.Localizer.Generic
Singleton
IntegerElement - Class in com.buildforge.services.common.api.xml
 
IntegerElement(Element, String, int) - Constructor for class com.buildforge.services.common.api.xml.IntegerElement
 
InterfaceDBO - Class in com.buildforge.services.common.dbo
Database information representing an adaptor.
InterfaceDBO() - Constructor for class com.buildforge.services.common.dbo.InterfaceDBO
 
InterfaceDBO.Type - Enum in com.buildforge.services.common.dbo
Identifies what type of adapter this is.
inUse() - Method in class com.buildforge.services.client.dbo.Project
Reports whether or not a project is references by other items that would interfere with its deletion.
inUse(List<Message>) - Method in class com.buildforge.services.client.dbo.Project
Reports whether or not a project is references by other items that would interfere with its deletion.
inUse(List<Message>, boolean) - Method in class com.buildforge.services.client.dbo.Project
Reports whether or not a project is references by other items that would interfere with its deletion.
inUse(String, String, String, String, String, String) - Static method in class com.buildforge.services.common.dbo.MessageDBO
 
inUse(String, String, String, String) - Static method in class com.buildforge.services.common.dbo.MessageDBO
 
invalid(String, String) - Static method in exception com.buildforge.services.common.api.APIException
Convenience method for creating an APIException that reports the attempt to make a request that omits or gives an invalid value for a specific, required field.
invalidate() - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Invalidates this connection, such that any future requests will instantly throw an IOException.
invalidate(ServiceException) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Invalidates this connection, such that any future requests will instantly throw an IOException.
isEmpty(String) - Static method in class com.buildforge.services.common.text.TextUtils
Convenient test for either null or empty string.
isLive() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.BOMDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.CronDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.DataDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.DBObject
Checks whether or not the object is live.
isLive() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.FilterDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.LogDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.SessionDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.StepDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
isLive() - Method in class com.buildforge.services.common.dbo.UserDBO
 
isSet(char) - Method in class com.buildforge.services.common.api.APIRequest
 

J

join(char, String...) - Static method in class com.buildforge.services.common.text.TextUtils
Joins a list of strings together using the specified delimiter.

K

KEY_ACCESS_GID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ACCESS_GROUP_CTRL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ACCESS_GROUP_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ACCESS_GROUP_DEF - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ACCESS_GROUP_DN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ACCESS_GROUP_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ACCESS_GROUP_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ACCESS_GROUP_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ACCESS_USER_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_ADHOC_ENV - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_BEGIN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_END - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_LEVEL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_PID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_RUNLINK - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_STATE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_BUILD_TAG - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_CLASS_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_CLASS_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_CLASS_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_COLLECTOR_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_COLLECTOR_FROM_INDEX - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_COLLECTOR_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_COLLECTOR_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_COLLECTOR_PROPERTY_COLLECTOR_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_COLLECTOR_PROPERTY_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_COLLECTOR_PROPERTY_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_COLLECTOR_PROPERTY_PROPERTY_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_COLLECTOR_PROPERTY_SEQUENCE_NUMBER - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_COLLECTOR_TO_INDEX - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_CRON_ACTIVE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_CRON_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_CRON_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_CRON_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_CRON_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENGINE_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENGINE_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENGINE_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENV_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENV_ENTRY_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENV_ENTRY_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENV_ENTRY_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENV_FROM_INDEX - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENV_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENV_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENV_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ENV_TO_INDEX - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_ERROR - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_FILTER_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_FILTER_FROM_INDEX - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_FILTER_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_FILTER_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_FILTER_PATTERN_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_FILTER_PATTERN_FILTER_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_FILTER_PATTERN_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_FILTER_PATTERN_ORDINAL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_FILTER_TO_INDEX - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_FLAGS - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_GEO_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_GEO_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_GEO_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_GEO_LOCATION - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_INFO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_INTERFACE_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_INTERFACE_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_INTERFACE_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_INTERFACE_TEMPLATE_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_INTERFACE_TEMPLATE_ID_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_LDAP_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_LDAP_DOMAIN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_LDAP_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_LOG_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_LOGIN_DOMAIN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_LOGIN_PASSWORD - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_LOGIN_TOKEN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_LOGIN_USERNAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_MANIFEST_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_MANIFEST_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_MANIFEST_PROPERTY_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_MANIFEST_PROPERTY_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_MANIFEST_SERVER_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_NOTE_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_PERMISSION_EXISTS - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_PERMISSION_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_PERMISSION_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_PROJECT_ACTIVE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_PROJECT_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_PROJECT_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_PROJECT_INUSE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_PROJECT_INUSE_MSGS - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_PROJECT_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_PROJECT_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_REGISTER_BUILD_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_REGISTER_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_REGISTER_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_REGISTER_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_REGISTER_PROJECT_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_RESULT_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_RESULT_UID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SCOPE_ACTIVE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SCOPE_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SCOPE_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SCOPE_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SCOPE_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SELECTOR_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SELECTOR_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SELECTOR_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SELECTOR_PROPERTY_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SELECTOR_PROPERTY_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SELECTOR_PROPERTY_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SELECTOR_PROPERTY_SELECTOR_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SEMAPHORE_ACTIVE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SEMAPHORE_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SEMAPHORE_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SEMAPHORE_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SERVER_ACTIVE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SERVER_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SERVER_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SERVER_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SERVER_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SERVERAUTH_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SERVERAUTH_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SERVERAUTH_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SIMPLE_LOCALE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SIMPLE_MESSAGE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SIMPLE_PING - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SIMPLE_TIMEZONE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_STEP_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_STEP_FROM_INDEX - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_STEP_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_STEP_PROJECT_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_STEP_STEP_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_STEP_TO_INDEX - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_STEP_UID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SYSCONFIG_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SYSCONFIG_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_SYSCONFIG_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TAGVAR_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TAGVAR_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TAGVAR_PROJECT_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TAGVAR_TAG_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TAGVAR_TAG_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TEMPLATE_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TEMPLATE_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TEMPLATE_LOCALE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TEMPLATE_NAME - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TEMPLATE_PROJECT_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TEMPLATE_STEP_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TIMEZONE_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TIMEZONE_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_TIMEZONE_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_USER_DBO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_USER_ID - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_USER_LIST - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_USER_LOGIN - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEY_XACT_AUTO - Static variable in interface com.buildforge.services.common.api.APIConstants
 
KEYSTORE_LOCATION_SYSTEM_PROPERTY_NAME - Static variable in class com.buildforge.services.common.ssl.BuildForgeSSLEngineFactory
 
KEYSTORE_PASSWORD_SYSTEM_PROPERTY_NAME - Static variable in class com.buildforge.services.common.ssl.BuildForgeSSLEngineFactory
 

L

LDAP - Class in com.buildforge.services.client.dbo
An object representing an LDAP domain within the Build Forge system.
LDAP(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.LDAP
 
LdapDBO - Class in com.buildforge.services.common.dbo
Database information representing the configuration of an LDAP domain.
LdapDBO() - Constructor for class com.buildforge.services.common.dbo.LdapDBO
 
LdapDBO.LdapProperty - Enum in com.buildforge.services.common.dbo
 
LEN1_LIMIT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
LEN2_LIMIT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
LEN4_LIMIT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
listPermissions() - Method in class com.buildforge.services.client.dbo.AccessGroup
Returns the complete list of Permissions that are granted to this AccessGroup and any AccessGroups from which this AccessGroup inherits.
listTemplateIds(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Adaptor
Finds all adaptor templates that are installed in the system.
live(String) - Static method in exception com.buildforge.services.common.api.APIException
Convenience method for creating an APIException that reports the attempt to create an object that is already known to the client to be a live object.
Localizer - Interface in com.buildforge.services.common.text
Interface that describes objects capable of rendering messages into localized form.
Localizer.Generic - Class in com.buildforge.services.common.text
This is the default implementation of the Localizer interface.
lock() - Method in class com.buildforge.services.client.dbo.Build
Locks this job.
Log - Class in com.buildforge.services.client.dbo
This class contains the logs that are the bound to the Result objects that are the results of a Project's Step's execution.
Log(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Log
 
log - Static variable in class com.buildforge.services.common.api.AbstractProtocolImpl
Logger
LogDBO - Class in com.buildforge.services.common.dbo
Database information representing a log line from a build's step result.
LogDBO() - Constructor for class com.buildforge.services.common.dbo.LogDBO
 
logout() - Method in class com.buildforge.services.client.api.APIClientConnection
Give up the connection's current authentication credentials.
lookup(int) - Static method in class com.buildforge.services.common.api.APIReverseMap
Attempts to resolve the name of the command that corresponds to the specified command code.
lookup(String) - Static method in enum com.buildforge.services.common.api.Permission
Like valueOf, but uses internationalized exception messages.

M

MAIL_NAME_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
malformed(String, int, int) - Static method in exception com.buildforge.services.common.api.APIException
Convenience method for creating an APIException that reports the receipt of a malformed DBO from the wire protocol.
Manifest - Class in com.buildforge.services.client.dbo
Represents the manifests that are stored with Servers and generally contain either build-in properties like NUM_CPU or MAX_MEM or may contain custom properties like perl or java version.
Manifest(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Manifest
 
ManifestDBO - Class in com.buildforge.services.common.dbo
Database information representing the current set of manifest data for a server.
ManifestDBO() - Constructor for class com.buildforge.services.common.dbo.ManifestDBO
 
ManifestProperty - Class in com.buildforge.services.client.dbo
This class represents a categorized name/value pair.
ManifestPropertyDBO - Class in com.buildforge.services.common.dbo
Database information representing a single value in the manifest data for a server.
ManifestPropertyDBO() - Constructor for class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
ManifestPropertyDBO(String, String, String, ManifestPropertyDBO.Category) - Constructor for class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
ManifestPropertyDBO.Category - Enum in com.buildforge.services.common.dbo
Identifies the kind of property that this is.
MAP_ACCESS_GROUPS_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
MAX_RETRIES - Static variable in class com.buildforge.services.common.ssl.BuildForgeSSLEngine
 
Message - Class in com.buildforge.services.client.dbo
 
Message(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Message
 
message(int, String, String...) - Static method in class com.buildforge.services.common.dbo.MessageDBO
 
MessageDBO - Class in com.buildforge.services.common.dbo
Database information describing an internationalized message.
MessageDBO() - Constructor for class com.buildforge.services.common.dbo.MessageDBO
 
MessageDBO(MessageDBO.Severity, String, String...) - Constructor for class com.buildforge.services.common.dbo.MessageDBO
 
MessageDBO.Severity - Enum in com.buildforge.services.common.dbo
Identifies the severity of a message.
missing(String) - Static method in exception com.buildforge.services.common.api.APIException
Missing required parameter.
moveCollectorProperty(int, int) - Method in class com.buildforge.services.client.dbo.Collector
Moves a property from one index to another.
moveCollectorProperty(int, int) - Method in class com.buildforge.services.common.dbo.CollectorDBO
Moves a property from one index to another.
moveEntry(int, int) - Method in class com.buildforge.services.client.dbo.Environment
Moves an entry from one 0-based index to another.
moveEntry(int, int) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
Moves a property from one 0-based index to another.
movePattern(int, int) - Method in class com.buildforge.services.client.dbo.Filter
Moves a pattern from one 0-based index to another.
movePattern(int, int) - Method in class com.buildforge.services.common.dbo.FilterDBO
Moves a pattern from one 0-based index to another.
moveStep(int, int) - Method in class com.buildforge.services.client.dbo.Project
Moves an existing step to a new location in the step list.
moveStep(int, int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
Moves the specified step to another location in the step list.
moveTo(int) - Method in class com.buildforge.services.client.dbo.CollectorProperty
Moves this property to a new index.

N

needLevel(int) - Static method in exception com.buildforge.services.common.api.APIException
Access denied.
needPerm(Permission) - Static method in exception com.buildforge.services.common.api.APIException
Permission denied.
needRoot() - Static method in exception com.buildforge.services.common.api.APIException
Permission denied.
needSystem() - Static method in exception com.buildforge.services.common.api.APIException
Permission denied.
NO - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
NO - Static variable in class com.buildforge.services.common.dbo.UserDBO
 
noRows(String, String) - Static method in exception com.buildforge.services.common.api.APIException
Convenience method for creating an APIException that reports the attempt to update an object for which no matching rows could be found in the database.
Note - Class in com.buildforge.services.client.dbo
Unused marker class for this release
Note(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Note
 
NoteDBO - Class in com.buildforge.services.common.dbo
Database information represents a note that is attached to some other object within the Build Forge system.
NoteDBO() - Constructor for class com.buildforge.services.common.dbo.NoteDBO
 
NullElement - Class in com.buildforge.services.common.api.xml
 
NullElement(Element, String) - Constructor for class com.buildforge.services.common.api.xml.NullElement
 
NumberElement - Class in com.buildforge.services.common.api.xml
 
NumberElement(Element, String, Number) - Constructor for class com.buildforge.services.common.api.xml.NumberElement
 

O

oneShot() - Method in class com.buildforge.services.client.dbo.Cron
Activates this Cron object for the next evaluation.

P

PacketElement - Class in com.buildforge.services.common.api.xml
 
PacketElement() - Constructor for class com.buildforge.services.common.api.xml.PacketElement
 
parent - Variable in class com.buildforge.services.common.api.xml.Element
The parent element, as specified in the constructor.
password - Variable in class com.buildforge.services.common.dbo.ServerAuthDBO
 
pause(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Engine
 
Permission - Enum in com.buildforge.services.common.api
All the permissions we expect to exist in the system.
ping(Object) - Method in class com.buildforge.services.client.api.APIClientConnection
Request that a piece of data be sent to the server, which is expected to return it.
process() - Method in interface com.buildforge.services.common.io.IBufferedConnectionCallback
Implementation of the central processing loop for a buffered connection driven by a dispatcher.
Project - Class in com.buildforge.services.client.dbo
Projects bring together all the elements that make up an automated process.
Project(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Project
Define a new project object.
ProjectDBO - Class in com.buildforge.services.common.dbo
Database information representing a project definition.
ProjectDBO() - Constructor for class com.buildforge.services.common.dbo.ProjectDBO
 
ProjectDBO.InUse - Enum in com.buildforge.services.common.dbo
How this project is currently being used.
Protocol - Enum in com.buildforge.services.common.api
An enumeration of the line protocols that are implemented in the Java version of the Services Layer, both in the client and in the server.
PROTOCOL_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
ProtocolException - Exception in com.buildforge.services.common.api
Internationalized exceptions for the API protocol layer.
ProtocolException(MessageDBO) - Constructor for exception com.buildforge.services.common.api.ProtocolException
Construct a new ProtocolException from a pre-built message.
ProtocolException(MessageDBO, Throwable) - Constructor for exception com.buildforge.services.common.api.ProtocolException
Construct a new ProtocolException from a pre-built message.
ProtocolException(String) - Constructor for exception com.buildforge.services.common.api.ProtocolException
Construct a new ProtocolException.
ProtocolException(String, String[]) - Constructor for exception com.buildforge.services.common.api.ProtocolException
Construct a new ProtocolException.
ProtocolException(String, int) - Constructor for exception com.buildforge.services.common.api.ProtocolException
Construct a new ProtocolException.
ProtocolException(String, String) - Constructor for exception com.buildforge.services.common.api.ProtocolException
Construct a new ProtocolException.
ProtocolException(String, Throwable) - Constructor for exception com.buildforge.services.common.api.ProtocolException
Construct a new ProtocolException.
ProtocolException(String, String[], Throwable) - Constructor for exception com.buildforge.services.common.api.ProtocolException
Construct a new ProtocolException
ProtocolException(String, int, Throwable) - Constructor for exception com.buildforge.services.common.api.ProtocolException
Construct a new ProtocolException.
ProtocolException(String, String, Throwable) - Constructor for exception com.buildforge.services.common.api.ProtocolException
Construct a new ProtocolException.
purge() - Method in class com.buildforge.services.client.dbo.Build
Requests that this job and its associated results be purged from Build Forge.

R

read() - Method in class com.buildforge.services.common.io.BufferedConnectionReader
 
read(char[], int, int) - Method in class com.buildforge.services.common.io.BufferedConnectionReader
 
read(CharBuffer) - Method in class com.buildforge.services.common.io.BufferedConnectionReader
 
read(ByteBuffer) - Method in class com.buildforge.services.common.ssl.BuildForgeSSLEngine
Reads decrypted data into the provided buffer, from its current position to its limit (reading up to remaining() number of bytes).
readRequest(boolean) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Runs the request decoder.
readRequest(boolean) - Method in class com.buildforge.services.common.api.APIConnection
Runs the request decoder.
ready() - Method in class com.buildforge.services.common.io.BufferedConnectionReader
 
refreshManifest() - Method in class com.buildforge.services.client.dbo.Server
Requests that the server's manifest be refreshed
refreshManifest(int) - Method in class com.buildforge.services.client.dbo.Server
Requests that the server's manifest be refreshed and waits the specified time period for the refresh to complete.
refreshManifest(int, int) - Method in class com.buildforge.services.client.dbo.Server
Requests that the server's manifest be refreshed and waits the specified time period for the refresh to complete.
REGEX_NUMBER - Static variable in class com.buildforge.services.client.dbo.AccessGroup
 
Register - Class in com.buildforge.services.client.dbo
Build and project registers.
Register(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Register
 
release() - Method in class com.buildforge.services.client.dbo.Semaphore
Releases the exclusive lock on the supplied Semaphore
removeCollectorProperty(CollectorProperty) - Method in class com.buildforge.services.client.dbo.Collector
Removes the specified property from the collector.
removeCollectorProperty(int) - Method in class com.buildforge.services.client.dbo.Collector
Removes the specified property from the collector.
removeCollectorProperty(int) - Method in class com.buildforge.services.common.dbo.CollectorDBO
Removes a collector property DBO by index.
removeEntry(String) - Method in class com.buildforge.services.client.dbo.Environment
Removes an Entry by parameter name
removeEntry(int) - Method in class com.buildforge.services.client.dbo.Environment
Removes an Entry by 0-based index
removeEntry(int) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
Removes an Entry by 0-based index
removeEntry(String) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
Removes an Entry by name
removeEntry(EnvironmentEntryDBO) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
Removes an Entry
removePattern(FilterPattern) - Method in class com.buildforge.services.client.dbo.Filter
 
removePattern(int) - Method in class com.buildforge.services.client.dbo.Filter
Removes the FilterPattern at the specified, 0-based index from this Filter and the database if the Filter already exists in the database.
removePattern(int) - Method in class com.buildforge.services.common.dbo.FilterDBO
Removes the pattern at the specified index from this filter set.
removeProperty(String) - Method in class com.buildforge.services.client.dbo.Collector
Removes the first property with the specified property name from this collector.
removeProperty(SelectorProperty) - Method in class com.buildforge.services.client.dbo.Selector
Removes the provided SelectorProperty from both this parent object as well as the database
removeProperty(String) - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
removeProperty(SelectorPropertyDBO) - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
removeStep(int) - Method in class com.buildforge.services.client.dbo.Project
Removes the specified step from this project and deletes it.
removeStep(String) - Method in class com.buildforge.services.client.dbo.Project
Removes the specified step from this project and deletes it.
removeStep(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
Removes the specified child step from this project.
removeStep(String) - Method in class com.buildforge.services.common.dbo.ProjectDBO
Removes a child step from this project using its unique identifier.
render(MessageDBO) - Method in class com.buildforge.services.client.api.APIClientConnection
 
render(MessageDBO) - Method in class com.buildforge.services.common.text.Localizer.Generic
 
render(MessageDBO) - Method in interface com.buildforge.services.common.text.Localizer
Localize the message to a string, if possible.
request(int) - Method in class com.buildforge.services.client.api.APIClientConnection
Begins a new request.
RequestElement - Class in com.buildforge.services.common.api.xml
 
RequestElement(Element, Attributes, boolean) - Constructor for class com.buildforge.services.common.api.xml.RequestElement
 
resetLicense() - Method in class com.buildforge.services.client.dbo.User
Revokes the license, if any, that was previously assigned to the user.
resetLogin() - Method in class com.buildforge.services.client.dbo.User
Forcefully terminates the user's current session, if there is one.
Result - Class in com.buildforge.services.client.dbo
This class represents the runtime result of an executed Step of a Project.
Result(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Result
In the general course of events, only the Build Forge engine will call this,and not standard API clients.
ResultDBO - Class in com.buildforge.services.common.dbo
Database information representing the results of an individual step within a build.
ResultDBO() - Constructor for class com.buildforge.services.common.dbo.ResultDBO
 
ResultDBO.Floating - Enum in com.buildforge.services.common.dbo
Floating state is related to the implementation of the project sticky flag.
ResultDBO.StepFlag - Enum in com.buildforge.services.common.dbo
Identifies the current step flag, which controls special behaviors like cancelling or skipping a step.
ResultDBO.StepResult - Enum in com.buildforge.services.common.dbo
Identifies the current state of the step.
resume(APIClientConnection) - Static method in class com.buildforge.services.client.dbo.Engine
 
revokePermission(Permission) - Method in class com.buildforge.services.client.dbo.AccessGroup
Revokes the specified permission from the members of this access group, as well as from all access groups that inherit from this one.

S

sanityCheck(String) - Static method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
sanityCheck(int) - Static method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
sanityCheck(String) - Static method in class com.buildforge.services.common.dbo.DataDBO
 
sanityCheck(String) - Static method in class com.buildforge.services.common.dbo.EngineDBO
 
sanityCheck(String) - Static method in class com.buildforge.services.common.dbo.InterfaceDBO
 
sanityCheck(String) - Static method in class com.buildforge.services.common.dbo.LdapDBO
 
sanityCheck(String) - Static method in class com.buildforge.services.common.dbo.ManifestDBO
 
sanityCheck(String) - Static method in class com.buildforge.services.common.dbo.SelectorDBO
 
sanityCheck(StepDBO) - Static method in class com.buildforge.services.common.dbo.StepDBO
 
sanityCheck(TimeZoneDBO) - Static method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
sanityCheckAdaptor(String) - Static method in class com.buildforge.services.common.dbo.ScopeDBO
 
sanityCheckEntryId(int) - Static method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
sanityCheckFilterId(int) - Static method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
sanityCheckGroupId(int) - Static method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
sanityCheckId(int) - Static method in class com.buildforge.services.common.dbo.BuildDBO
 
sanityCheckId(int) - Static method in class com.buildforge.services.common.dbo.ScopeDBO
 
sanityCheckId(int) - Static method in class com.buildforge.services.common.dbo.ServerDBO
 
sanityCheckName(String) - Static method in class com.buildforge.services.common.dbo.ScopeDBO
 
sanityCheckName(String) - Static method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
sanityCheckName(String) - Static method in class com.buildforge.services.common.dbo.ServerDBO
 
sanityCheckName(String) - Static method in class com.buildforge.services.common.dbo.SysConfigDBO
 
sanityCheckOrdinal(int) - Static method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
sanityCheckProcessId(int) - Static method in class com.buildforge.services.common.dbo.MessageDBO
 
sanityCheckProject(int) - Static method in class com.buildforge.services.common.dbo.NoteDBO
 
sanityCheckProject(int) - Static method in class com.buildforge.services.common.dbo.ScopeDBO
 
sanityCheckPropertyName(String) - Static method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
sanityCheckSelector(String) - Static method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
sanityCheckTarget(String) - Static method in class com.buildforge.services.common.dbo.NoteDBO
 
sanityCheckUserId(int) - Static method in class com.buildforge.services.common.dbo.MessageDBO
 
ScopeDBO - Class in com.buildforge.services.common.dbo
Database information representing the link between an adaptor and a project.
ScopeDBO() - Constructor for class com.buildforge.services.common.dbo.ScopeDBO
 
ScopeDBO.Active - Enum in com.buildforge.services.common.dbo
Identifies whether an adaptor is active, inactive, or being debugged.
SEARCH_BASE_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
SEARCHES_SHOULD_RECURSE_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
SecureAPIClientBuffer - Class in com.buildforge.services.client.api
This class wraps a socket channel with the IBufferedConnection interface using the client-side of an SSLEngine so that it can be used by the API protocol for secure client/server communications.
SecureAPIClientConnection - Class in com.buildforge.services.client.api
This is a secured subclass of the APIClientConnection class that utilizes SSL to encrypt communications between an API client and the server.
SecureAPIClientConnection() - Constructor for class com.buildforge.services.client.api.SecureAPIClientConnection
Creates a new connection object for implementing the client side of an API connection using default connection parameters.
SecureAPIClientConnection(String) - Constructor for class com.buildforge.services.client.api.SecureAPIClientConnection
Creates a new connection object for implementing the client side of an API connection using the specified hostname and the default port.
SecureAPIClientConnection(String, int) - Constructor for class com.buildforge.services.client.api.SecureAPIClientConnection
Creates a new connection object for implementing the client side of an API connection using the specified hostname and port.
Selector - Class in com.buildforge.services.client.dbo
Selectors are used to test the data gathered by Collectors from agents running on Servers.
Selector(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Selector
Defines a new Selector object
SelectorDBO - Class in com.buildforge.services.common.dbo
Database information representing a selector definition.
SelectorDBO() - Constructor for class com.buildforge.services.common.dbo.SelectorDBO
 
SelectorProperty - Class in com.buildforge.services.client.dbo
A SelectorProperty is a specific test (i.e.: free memory is greater than 1gb, system load is less than 2, java version equals 1.4, etc.) used by parent Selector objects at runtime to determine the suitability of a particular Server to be used as an execution platform for a certain Project.
SelectorProperty(APIClientConnection, Selector) - Constructor for class com.buildforge.services.client.dbo.SelectorProperty
Defines a new SelectorProperty but neither adds it to the specified parent or creates it in the database.
SelectorPropertyDBO - Class in com.buildforge.services.common.dbo
Database information representing a single selection condition (property) within a selector definition.
SelectorPropertyDBO() - Constructor for class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
SelectorPropertyDBO(String, String, String, SelectorPropertyDBO.Operator, boolean) - Constructor for class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
SelectorPropertyDBO.Operator - Enum in com.buildforge.services.common.dbo
Valid operators for selector conditions.
Semaphore - Class in com.buildforge.services.client.dbo
Semaphores are used in a classic, concurrent sense in the Build Forge system.
Semaphore(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Semaphore
Defines a new Semaphore
SemaphoreDBO - Class in com.buildforge.services.common.dbo
Database information representing a semaphore definition.
SemaphoreDBO() - Constructor for class com.buildforge.services.common.dbo.SemaphoreDBO
 
Server - Class in com.buildforge.services.client.dbo
Servers are the execution platforms for the Builds of a Project.
Server(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Server
 
ServerAuth - Class in com.buildforge.services.client.dbo
ServerAuths are the authentication credentials associated with Servers.
ServerAuth(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.ServerAuth
Defines a new ServerAuth object
ServerAuthDBO - Class in com.buildforge.services.common.dbo
Database information representing server authentication data.
ServerAuthDBO() - Constructor for class com.buildforge.services.common.dbo.ServerAuthDBO
 
ServerDBO - Class in com.buildforge.services.common.dbo
Database information representing the definition of a logical server.
ServerDBO() - Constructor for class com.buildforge.services.common.dbo.ServerDBO
 
ServerDBO.Error - Enum in com.buildforge.services.common.dbo
Specifies whether or not an error was encountered while testing the connection to this server.
ServerDBO.Publish - Enum in com.buildforge.services.common.dbo
Specifies what types of file publishing are permitted for the server.
ServerDBO.Upstate - Enum in com.buildforge.services.common.dbo
Specifies whether or not the server's readiness is currently in flux.
ServiceException - Exception in com.buildforge.services.common
Generic, internationalized exception class for the services layer.
ServiceException(MessageDBO) - Constructor for exception com.buildforge.services.common.ServiceException
Construct a new ServiceException from a pre-built message.
ServiceException(MessageDBO, Throwable) - Constructor for exception com.buildforge.services.common.ServiceException
Construct a new ServiceException from a pre-built message.
ServiceException(String) - Constructor for exception com.buildforge.services.common.ServiceException
Construct a new ServiceException.
ServiceException(String, String[]) - Constructor for exception com.buildforge.services.common.ServiceException
Construct a new ServiceException.
ServiceException(String, int) - Constructor for exception com.buildforge.services.common.ServiceException
Construct a new ServiceException.
ServiceException(String, String) - Constructor for exception com.buildforge.services.common.ServiceException
Construct a new ServiceException.
ServiceException(String, Throwable) - Constructor for exception com.buildforge.services.common.ServiceException
Construct a new ServiceException.
ServiceException(String, String[], Throwable) - Constructor for exception com.buildforge.services.common.ServiceException
Construct a new ServiceException
ServiceException(String, int, Throwable) - Constructor for exception com.buildforge.services.common.ServiceException
Construct a new ServiceException.
ServiceException(String, String, Throwable) - Constructor for exception com.buildforge.services.common.ServiceException
Construct a new ServiceException.
ServiceException.WrappedServiceException - Exception in com.buildforge.services.common
This is a simple wrapping class that allows a ServiceException to be thrown as an unchecked exception.
ServiceException.WrappedServiceException() - Constructor for exception com.buildforge.services.common.ServiceException.WrappedServiceException
A wrapper can be requested by anything that has obtained a service exception.
SessionDBO - Class in com.buildforge.services.common.dbo
Database information representing a user's login session.
SessionDBO() - Constructor for class com.buildforge.services.common.dbo.SessionDBO
 
set(LdapDBO, String) - Method in enum com.buildforge.services.common.dbo.LdapDBO.LdapProperty
 
set(LdapDBO.LdapProperty, String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setAbsolute(boolean) - Method in class com.buildforge.services.client.dbo.Step
Changes whether this step uses an absolute or build-relative directory.
setAbsolute(boolean) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setAbsolute(boolean) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setAction(EnvironmentEntryDBO.Action) - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Sets the associated Action for the Environment Entry.
setAction(FilterPatternDBO.Action) - Method in class com.buildforge.services.client.dbo.FilterPattern
Sets the Action associated with this FilterPattern.
setAction(EnvironmentEntryDBO.Action) - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
setAction(FilterPatternDBO.Action) - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
setActive(ScopeDBO.Active) - Method in class com.buildforge.services.client.dbo.AdaptorLink
Sets the activation state for this AdaptorLink
setActive(CronDBO.Active) - Method in class com.buildforge.services.client.dbo.Cron
Sets the activation state for this Cron object
setActive(boolean) - Method in class com.buildforge.services.client.dbo.Project
Changes whether or not the project is active.
setActive(boolean) - Method in class com.buildforge.services.client.dbo.Semaphore
Marks this Semaphore as acquired (true) or available (false)
setActive(boolean) - Method in class com.buildforge.services.client.dbo.Server
Sets whether this Server is active (true) or inactive (false)
setActive(boolean) - Method in class com.buildforge.services.client.dbo.Step
Changes whether this step is active.
setActive(CronDBO.Active) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setActive(boolean) - Method in class com.buildforge.services.common.dbo.GeoDBO
 
setActive(boolean) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setActive(ScopeDBO.Active) - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
setActive(boolean) - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
setActive(boolean) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setActive(boolean) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setAdaptorName(String) - Method in class com.buildforge.services.client.dbo.Adaptor
 
setAdaptorName(String) - Method in class com.buildforge.services.client.dbo.AdaptorLink
Sets the associated Adaptor or Adaptor Template by name that is associated with this AdaptorLink.
setAdaptorName(String) - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
setAdminCN(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setAdminCN(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setAlive(char) - Method in class com.buildforge.services.client.dbo.Engine
 
setAlive(char) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setArgs(String[]) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setArgs(List<String>) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setAuthId(String) - Method in class com.buildforge.services.client.dbo.Server
Sets the identifier of the ServerAuth authentication object associated with this Server
setAuthId(String) - Method in class com.buildforge.services.client.dbo.ServerAuth
Sets the unique identifier of this ServerAuth
setAuthId(String) - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
setAuthId(String) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setAuthorizedGroupDN(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setAuthorizedGroupDN(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setAutoInc(boolean) - Method in class com.buildforge.services.client.dbo.TagVar
Sets whether (true) or not (false) a variable will be automatically incremented on each build.
setAutoInc(boolean) - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
setBias(String) - Method in class com.buildforge.services.client.dbo.Engine
 
setBias(String) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setBindUserAccount(boolean) - Method in class com.buildforge.services.client.dbo.LDAP
 
setBindUserAccount(boolean) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setBodyKey(String) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setBodyText(String) - Method in class com.buildforge.services.client.dbo.Template
Sets the text of the Template itself
setBodyText(String) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setBroadcast(boolean) - Method in class com.buildforge.services.client.dbo.Step
Changes whether or not this is a broadcast step.
setBroadcast(boolean) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setBroadcast(boolean) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setBuildClass(String) - Method in class com.buildforge.services.client.dbo.Cron
Sets the name of the class to use when running this scheduled build.
setBuildClass(String) - Method in class com.buildforge.services.client.dbo.Project
Changes the default build class for this project.
setBuildClass(String) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setBuildClass(String) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setBuildClass(String) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setBuildId(int) - Method in class com.buildforge.services.client.dbo.Register
Sets the identifier of the Build to which this Register is associated.
setBuildId(int) - Method in class com.buildforge.services.client.dbo.Semaphore
Sets the identifier for the Build that last acquired this Semaphore
setBuildId(int) - Method in class com.buildforge.services.common.dbo.BOMDBO
 
setBuildId(int) - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
setBuildId(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setBuildId(int) - Method in class com.buildforge.services.common.dbo.DataDBO
 
setBuildId(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setBuildId(int) - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
setCallback(IBufferedConnectionCallback) - Method in class com.buildforge.services.client.api.APIClientBuffer
 
setCallback(IBufferedConnectionCallback) - Method in interface com.buildforge.services.common.io.IBufferedConnection
Sets the callback for activity on the connection and initializes the request dispatching mechanism (optional).
setCaller(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setCancellation(boolean) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setChainedBuildId(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setChainedBuildId(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setChainId(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setCollectorId(String) - Method in class com.buildforge.services.client.dbo.Server
Sets he identifier of the Collector associated with this Server
setCollectorId(String) - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
setCollectorId(String) - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
setCollectorId(String) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setCollectorName(String) - Method in class com.buildforge.services.client.dbo.Collector
Renames this collector.
setCommandKey(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setCommandKey(String) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setCommandText(String) - Method in class com.buildforge.services.client.dbo.Step
Changes the command text for this step.
setCommandText(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setCommandText(String) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setControlLevel(int) - Method in class com.buildforge.services.client.dbo.AccessGroup
Sets the ID of the control group for this access group.
setControlLevel(int) - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
setCreated(int) - Method in class com.buildforge.services.common.dbo.SessionDBO
 
setCreatedTimestamp(int) - Method in class com.buildforge.services.common.dbo.NoteDBO
 
setCronId(int) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setData(String) - Method in class com.buildforge.services.client.dbo.User
Miscellaneous data that can be provided for integration with other systems.
setData(String) - Method in class com.buildforge.services.common.dbo.BOMDBO
 
setData(String) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setDatabaseName(String) - Method in class com.buildforge.services.common.dbo.GeoDBO
 
setDatabaseType(String) - Method in class com.buildforge.services.common.dbo.GeoDBO
 
setDataKey(String) - Method in class com.buildforge.services.common.dbo.DataDBO
 
setDataKey(String) - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
setDataKey(String) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setDataKey(String) - Method in class com.buildforge.services.common.dbo.NoteDBO
 
setDataKey(String) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setDataText(String) - Method in class com.buildforge.services.client.dbo.Adaptor
 
setDataText(String) - Method in class com.buildforge.services.client.dbo.Register
Sets the value of this register
setDataText(String) - Method in class com.buildforge.services.common.dbo.DataDBO
 
setDataText(String) - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
setDataText(String) - Method in class com.buildforge.services.common.dbo.NoteDBO
 
setDataType(String) - Method in class com.buildforge.services.client.dbo.SysConfig
Sets a description of the type of data stored in this parameter
setDataType(String) - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
setDateFormat(String) - Method in class com.buildforge.services.client.dbo.User
Sets the user's preferred date format.
setDateFormat(String) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setDayOfMonth(String) - Method in class com.buildforge.services.client.dbo.Cron
Sets the days of the month on which the build should run.
setDayOfMonth(String) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setDayOfWeek(String) - Method in class com.buildforge.services.client.dbo.Cron
Sets the days of the week on which the build should run.
setDayOfWeek(String) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setDefault(boolean) - Method in class com.buildforge.services.client.dbo.AccessGroup
Sets whether or not this access group is granted by default.
setDefault(boolean) - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
setDefaultProtocol(Protocol) - Static method in enum com.buildforge.services.common.api.Protocol
Sets the protocol that should be used by default for new connections.
setDefaultValue(String) - Method in class com.buildforge.services.client.dbo.SysConfig
sets the value used when the actual value is unset
setDefaultValue(String) - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
setDescription(String) - Method in class com.buildforge.services.client.dbo.Cron
Sets the user-supplied description for the Cron object.
setDescription(String) - Method in class com.buildforge.services.client.dbo.Step
Changes the descriptive name of the step, as provided by the user.
setDescription(String) - Method in class com.buildforge.services.client.dbo.SysConfig
Sets the string key into the language table that contains the localized, long description of this parameter
setDescription(String) - Method in class com.buildforge.services.client.dbo.Template
Sets user-defined decription of this Template
setDescription(String) - Method in class com.buildforge.services.client.dbo.TimeZone
Sets the friendly description of this TimeZone
setDescription(String) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setDescription(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setDescription(String) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setDescription(String) - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
setDescription(String) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setDescription(String) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
setDirectory(String) - Method in class com.buildforge.services.client.dbo.Step
Sets the step directory for this step.
setDirectory(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setDirectory(String) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setDirty(boolean) - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
setDisplayName(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setDisplayName(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setDistinguishedName(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setDistinguishedName(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setDomain(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setDomain(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setDstEndDay(int) - Method in class com.buildforge.services.client.dbo.TimeZone
Sets the day DST ends in this TimeZone - see TimeZone.getDstEndDay() for value table
setDstEndDay(int) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
setDstEndMon(int) - Method in class com.buildforge.services.client.dbo.TimeZone
Sets the month DST ends in this TimeZone - see TimeZone.getDstEndMon() for value table
setDstEndMon(int) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
setDstEndPos(int) - Method in class com.buildforge.services.client.dbo.TimeZone
Sets the ordinal of the day in the month (first monday, second tuesday, last wednesday, etc.) that daylight savings time (DST) ends in this TimeZone - see TimeZone.getDstEndPos() for value table
setDstEndPos(int) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
setDstOffset(int) - Method in class com.buildforge.services.client.dbo.TimeZone
Sets the additional adjustment, in seconds, that is added to adjusted times while DST is active.
setDstOffset(int) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
setDstStartDay(int) - Method in class com.buildforge.services.client.dbo.TimeZone
Sets the day daylight savings time (DST) begins in this TimeZone - see TimeZone.getDstEndDay() for value table
setDstStartDay(int) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
setDstStartMon(int) - Method in class com.buildforge.services.client.dbo.TimeZone
Sets the month daylight savings time (DST) begins in this TimeZone - see TimeZone.getDstEndMon() for value table
setDstStartMon(int) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
setDstStartPos(int) - Method in class com.buildforge.services.client.dbo.TimeZone
Sets the ordinal of the day in the month (first monday, second tuesday, last wednesday, etc.) that daylight savings time (DST) ends in this TimeZone - see TimeZone.getDstEndPos() for value table
setDstStartPos(int) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
setDuration(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setDuration(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setEmail(String) - Method in class com.buildforge.services.client.dbo.User
Sets the e-mail address of the user.
setEmail(String) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setEncryptedPassword(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setEncryptedPassword(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setEngineId(String) - Method in class com.buildforge.services.client.dbo.Engine
 
setEngineId(String) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setEngineId(String) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setEnterChainProjectId(int) - Method in class com.buildforge.services.client.dbo.BuildClass
Sets the project ID of the project to run when a build is moved into (enters) this class.
setEnterChainProjectId(int) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
setEntries(List<EnvironmentEntryDBO>) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
setEntryId(int) - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
setEnvGroupId(int) - Method in class com.buildforge.services.client.dbo.Cron
 
setEnvGroupId(int) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
setEnvGroupId(int) - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
setEnvironmentGroupId(int) - Method in class com.buildforge.services.client.dbo.AdaptorLink
Sets the ID of the Environment to be referenced by this AdaptorLink.
setEnvironmentGroupId(int) - Method in class com.buildforge.services.client.dbo.Cron
Sets the environment group id of the environment used when kicking off this scheduled build.
setEnvironmentGroupId(int) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setEnvironmentGroupId(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setEnvironmentGroupId(int) - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
setEnvironmentId(int) - Method in class com.buildforge.services.client.dbo.Project
Sets the project's default build environment's group ID.
setEnvironmentId(int) - Method in class com.buildforge.services.client.dbo.Server
Sets the identifier of the Environment associated with this Server
setEnvironmentId(int) - Method in class com.buildforge.services.client.dbo.Step
Sets the environment group ID to apply as a step environment.
setEnvironmentId(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setEnvironmentId(int) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setEnvironmentId(int) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setEnvironmentKey(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setEnvironmentText(String) - Method in class com.buildforge.services.client.dbo.Cron
Sets the text of the environment store
setEnvironmentText(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setEnvKey(String) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setEnvKey(String) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setEnvText(String) - Method in class com.buildforge.services.client.dbo.Cron
 
setEnvText(String) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setEnvText(String) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setError(ServerDBO.Error) - Method in class com.buildforge.services.client.dbo.Server
Sets the error state of this Server, see ServerDBO.Error for more details
setError(ServerDBO.Error) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setExitChainProjectId(int) - Method in class com.buildforge.services.client.dbo.BuildClass
Sets the project ID of the project to run when a build is moved out of (exits) this class.
setExitChainProjectId(int) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
setExpires(int) - Method in class com.buildforge.services.common.dbo.SessionDBO
 
setFailChainId(int) - Method in class com.buildforge.services.client.dbo.Project
Sets the project ID to identify the fail chain project.
setFailChainId(int) - Method in class com.buildforge.services.client.dbo.Step
Sets the fail chain project for this step.
setFailChainId(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setFailChainId(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setFailChainId(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setFailChainId(int) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setFailNotify(int) - Method in class com.buildforge.services.client.dbo.Project
Sets the access group ID of the access group to notify about failed builds.
setFailNotify(String) - Method in class com.buildforge.services.client.dbo.Step
Sets the access group ID of the access group to notify if this step fails.
setFailNotify(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setFailNotify(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setFailNotify(String) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setFailover(String) - Method in class com.buildforge.services.common.dbo.GeoDBO
 
setFailWait(boolean) - Method in class com.buildforge.services.client.dbo.Step
Determines whether or not the build will wait for a fail chaing to complete before completing
setFailWait(boolean) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setFailWait(boolean) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setFilterAction(FilterPatternDBO.Action) - Method in class com.buildforge.services.common.dbo.LogDBO
 
setFilterId(int) - Method in class com.buildforge.services.common.dbo.FilterDBO
 
setFilterId(int) - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
setFilterOrdinal(int) - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
setFilterSetId(int) - Method in class com.buildforge.services.client.dbo.Step
Associates a Filter with this Step
setFilterSetId(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setFilterSetId(int) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setFinish(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setFired(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setFired(int) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setFlag(ResultDBO.StepFlag) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setFloating(ResultDBO.Floating) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setFrom(String) - Method in class com.buildforge.services.client.dbo.Template
Sets the address to be used as the 'From' address when emailing this Template
setFrom(String) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setGeoId(String) - Method in class com.buildforge.services.client.dbo.Project
Sets the geographic identifer for use with Globally Distributed Development
setGeoId(String) - Method in class com.buildforge.services.common.dbo.GeoAwareDBObject
Assigns a new geographic identifier to this GDD-aware object
setGmtOffset(int) - Method in class com.buildforge.services.client.dbo.TimeZone
Sets the base amount of time, in seconds, by which to adjust the UTC time to convert it to this time zone, assuming DST is not active.
setGmtOffset(int) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
setGroupName(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setGroupName(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setGroupsSearchBase(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setGroupsSearchBase(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setGroupsUniqueIdentifier(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setGroupsUniqueIdentifier(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setHost(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setHost(String) - Method in class com.buildforge.services.client.dbo.Server
Sets the hostname of this Server, i.e.: "myhost.domain.tld"
setHost(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setHost(String) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setHostname(String) - Method in class com.buildforge.services.common.dbo.GeoDBO
 
setHour(String) - Method in class com.buildforge.services.client.dbo.Cron
Sets the hours (according to a 24 hour clock) during which the build should run.
setHour(String) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setId(String) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
setIndirect(int) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setIndirectionMask(int) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setInlineChainId(int) - Method in class com.buildforge.services.client.dbo.Step
Adds a Project to be unconditionally executed as part of the execution of this Step
setInlineChainId(int) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setInterfaceId(String) - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
setIsPublic(boolean) - Method in class com.buildforge.services.client.dbo.SysConfig
Sets whether (true) or not (false) this parameter is directly editable by an Administrative console user
setIsPublic(boolean) - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
setJobId(int) - Method in class com.buildforge.services.client.dbo.AdaptorLink
 
setJobId(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setJobId(int) - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
setLdap(boolean) - Method in class com.buildforge.services.client.dbo.User
Sets whether or not this user was defined by an LDAP domain.
setLdap(boolean) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setLdapDN(String) - Method in class com.buildforge.services.client.dbo.AccessGroup
Sets the LDAP distinguished name for the LDAP group that implies default membership in this access group.
setLdapDN(String) - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
setLdapKey(String) - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
setLevel(int) - Method in class com.buildforge.services.client.dbo.Adaptor
 
setLevel(int) - Method in class com.buildforge.services.client.dbo.BuildClass
Sets the level (access group id) assigned to this class.
setLevel(int) - Method in class com.buildforge.services.client.dbo.Environment
Sets the security level the will be associated with this Environment
setLevel(int) - Method in class com.buildforge.services.client.dbo.Filter
Sets the access level assigned to this Filter
setLevel(int) - Method in class com.buildforge.services.client.dbo.Project
Sets the level (access group ID) assigned to this class.
setLevel(int) - Method in class com.buildforge.services.client.dbo.Selector
Assigns a new access level that will required to access this object
setLevel(int) - Method in class com.buildforge.services.client.dbo.Server
Sets the security level that must be possessed in order to access this Server object
setLevel(int) - Method in class com.buildforge.services.client.dbo.ServerAuth
Sets the security level required to access this ServerAuth
setLevel(int) - Method in class com.buildforge.services.client.dbo.Step
Sets the access group ID for this step.
setLevel(int) - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.FilterDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setLevel(int) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setLevelHint(int) - Method in class com.buildforge.services.client.dbo.User
Sets the user's access group (level) hint.
setLevelHint(int) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setLicense(char) - Method in class com.buildforge.services.client.dbo.Engine
 
setLicense(char) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setLineId(int) - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
setLineId(int) - Method in class com.buildforge.services.common.dbo.LogDBO
 
setLinkId(String) - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
setLiveAuthId(String) - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
setLiveBuildId(int) - Method in class com.buildforge.services.common.dbo.DataDBO
 
setLiveCollectorId(String) - Method in class com.buildforge.services.common.dbo.CollectorDBO
Sets this live ID for this collector DBO, updating its own state and those of its properties accordingly.
setLiveDomain(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setLiveInterfaceId(String) - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
setLiveLocale(String) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setLiveName(String) - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
setLiveName(String) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setLiveProjectId(int) - Method in class com.buildforge.services.common.dbo.DataDBO
 
setLiveProjectId(int) - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
setLiveProjectId(int) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setLivePropertyName(String) - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
setLiveRegister(String) - Method in class com.buildforge.services.common.dbo.DataDBO
 
setLiveSelectorId(String) - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
setLiveSequenceNumber(int) - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
setLiveStepId(int) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setLiveZoneId(String) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
setLocale(String) - Method in class com.buildforge.services.client.api.APIClientConnection
Changes the locale setting for the current connection.
setLocale(String) - Method in class com.buildforge.services.client.dbo.Template
Sets the ISO 639 code for the language of this template, e.g.: 'en_US', 'fr_CA', etc.
setLocale(String) - Method in class com.buildforge.services.client.dbo.User
Sets the user's preferred locale.
setLocale(String) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setLocale(String) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setLocalizer(Localizer) - Static method in class com.buildforge.services.common.dbo.MessageDBO
Sets the implementation that should be used for localizing messages.
setLocation(String) - Method in class com.buildforge.services.common.dbo.GeoDBO
 
setLogId(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setLogin(String) - Method in class com.buildforge.services.client.dbo.User
Sets the login name of the user.
setLogin(String) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setMailName(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setMailName(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setMapAccessGroups(boolean) - Method in class com.buildforge.services.client.dbo.LDAP
 
setMapAccessGroups(boolean) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setMaster(char) - Method in class com.buildforge.services.client.dbo.Engine
 
setMaster(char) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setMaxBuilds(int) - Method in class com.buildforge.services.client.dbo.BuildClass
Sets the maximum number of builds to keep.
setMaxBuilds(int) - Method in class com.buildforge.services.client.dbo.User
Sets the maximum number of simultaneous builds for this user.
setMaxBuilds(int) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
setMaxBuilds(int) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setMaxThread(int) - Method in class com.buildforge.services.client.dbo.Project
Sets the maximum number of threaded steps that this project will attempt to run concurrently.
setMaxThread(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setMessageKey(String) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setMessageText(String) - Method in class com.buildforge.services.common.dbo.LogDBO
 
setMinute(String) - Method in class com.buildforge.services.client.dbo.Cron
Sets the number of minutes past the hour at which the build should run.
setMinute(String) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setMode(EnvironmentEntryDBO.Mode) - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Sets the associated Mode for the Environment Entry.
setMode(EnvironmentEntryDBO.Mode) - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
setModified(int) - Method in class com.buildforge.services.common.dbo.SessionDBO
 
setMonth(String) - Method in class com.buildforge.services.client.dbo.Cron
Sets the months during which the build should run.
setMonth(String) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setMResponse(int) - Method in class com.buildforge.services.client.dbo.Engine
 
setMResponse(int) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setName(String) - Method in class com.buildforge.services.client.dbo.AccessGroup
Sets the descriptive name of this access group.
setName(String) - Method in class com.buildforge.services.client.dbo.AdaptorLink
Sets the display name of this AdaptorLink.
setName(String) - Method in class com.buildforge.services.client.dbo.BuildClass
Sets the name of the class
setName(String) - Method in class com.buildforge.services.client.dbo.Environment
Sets the pretty name of this Environment
setName(String) - Method in class com.buildforge.services.client.dbo.Filter
Sets the pretty name of this Filter
setName(String) - Method in class com.buildforge.services.client.dbo.Project
Changes the descriptive name of this project.
setName(String) - Method in class com.buildforge.services.client.dbo.Semaphore
Sets the name of this Semaphore
setName(String) - Method in class com.buildforge.services.client.dbo.Server
Sets the friendly name of the Server, i.e.: "myFirstBuildServer"
setName(String) - Method in class com.buildforge.services.client.dbo.SysConfig
Sets the name of this configuration parameter
setName(String) - Method in class com.buildforge.services.client.dbo.TagVar
Sets the unique (project-wide) name of this tag variable
setName(String) - Method in class com.buildforge.services.client.dbo.Template
Sets the unique (project step-wide) name of this Template
setName(String) - Method in class com.buildforge.services.client.dbo.User
Sets the full name of the user.
setName(String) - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.BOMDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.FilterDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setName(String) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setNextRun(int) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setNotificationLevel(int) - Method in class com.buildforge.services.client.dbo.FilterPattern
Sets the access group to notify when this filter pattern is triggered.
setNotificationLevel(int) - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
setOnFail(StepDBO.OnFail) - Method in class com.buildforge.services.client.dbo.Step
Sets the behaviour for execution continuation (halt or continue) in the case of unsuccessful execution of this Step.
setOnFail(StepDBO.OnFail) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setOnFail(StepDBO.OnFail) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setOperator(SelectorPropertyDBO.Operator) - Method in class com.buildforge.services.client.dbo.SelectorProperty
 
setOperator(SelectorPropertyDBO.Operator) - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
setOriginalStepId(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setOwner(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setOwnerId(int) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setPadding(int) - Method in class com.buildforge.services.client.dbo.TagVar
 
setPadding(int) - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
setParameterName(String) - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Sets the parameter name for this EnvironmentEntry.
setParameterName(String) - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
setParameterValue(String) - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Sets the parameter value of this Environment Entry.
setParameterValue(String) - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
setPassChainId(int) - Method in class com.buildforge.services.client.dbo.Project
Sets the project ID to identify the pass chain project.
setPassChainId(int) - Method in class com.buildforge.services.client.dbo.Step
Sets the pass chain project for this step.
setPassChainId(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setPassChainId(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setPassChainId(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setPassChainId(int) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setPassNotify(int) - Method in class com.buildforge.services.client.dbo.Project
Sets the access group ID of the access group to notify about passed builds.
setPassNotify(String) - Method in class com.buildforge.services.client.dbo.Step
Sets the access group ID of the access group to notify if this step passes.
setPassNotify(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setPassNotify(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setPassNotify(String) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setPassWait(boolean) - Method in class com.buildforge.services.client.dbo.Step
Defines whether (true) or not (false) to wait for the pass chain (if any is set) to complete its execution before continuing with any subsequent Steps of this Project.
setPassWait(boolean) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setPassWait(boolean) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setPassword(String) - Method in class com.buildforge.services.client.dbo.ServerAuth
Sets the password of this ServerAuth.
setPassword(String) - Method in class com.buildforge.services.client.dbo.User
Sets the password for this user.
setPassword(String) - Method in class com.buildforge.services.common.dbo.GeoDBO
 
setPassword(String) - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
setPassword(String) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setPasswordExpired(boolean) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setPasswordExpires(boolean) - Method in class com.buildforge.services.client.dbo.User
Sets whether or not this user's password ever expires.
setPasswordExpires(boolean) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setPasswordUpdated(int) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setPath(String) - Method in class com.buildforge.services.client.dbo.Server
Sets the Server-local path on which build information will be generated, i.e.: "/builds"
setPath(String) - Method in class com.buildforge.services.common.dbo.BOMDBO
 
setPath(String) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setPattern(String) - Method in class com.buildforge.services.client.dbo.FilterPattern
Sets the pattern associated with this FilterPattern.
setPattern(String) - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
setPatterns(List<FilterPatternDBO>) - Method in class com.buildforge.services.common.dbo.FilterDBO
 
setPing(String) - Method in class com.buildforge.services.client.dbo.Engine
 
setPing(String) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setPopulation(int) - Method in class com.buildforge.services.client.dbo.Engine
 
setPopulation(int) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setPort(String) - Method in class com.buildforge.services.common.dbo.GeoDBO
 
setPriority(boolean) - Method in class com.buildforge.services.client.dbo.User
Sets whether or not this user is a high-priority login.
setPriority(boolean) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setProcess(BuildDBO.Process) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setProcessId(int) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setProjectId(int) - Method in class com.buildforge.services.client.dbo.AdaptorLink
 
setProjectId(int) - Method in class com.buildforge.services.client.dbo.Cron
Sets the project id of the project to be run by this sceduler entry.
setProjectId(int) - Method in class com.buildforge.services.client.dbo.Register
Sets the identifier of the Project to which this Register is associated.
setProjectId(int) - Method in class com.buildforge.services.client.dbo.TagVar
Sets the identifier of the Project to which this tag variable belongs
setProjectId(int) - Method in class com.buildforge.services.client.dbo.Template
Sets the identifier of the Project that owns this Template
setProjectId(int) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setProjectId(int) - Method in class com.buildforge.services.common.dbo.DataDBO
 
setProjectId(int) - Method in class com.buildforge.services.common.dbo.NoteDBO
 
setProjectId(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setProjectId(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setProjectId(int) - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
setProjectId(int) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setProjectId(int) - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
setProjectId(int) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setProperties(List<CollectorPropertyDBO>) - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
setProperties(Collection<ManifestPropertyDBO>) - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
setProperties(Collection<SelectorPropertyDBO>) - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
setPropertyCategory(ManifestPropertyDBO.Category) - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
setPropertyName(String) - Method in class com.buildforge.services.client.dbo.CollectorProperty
Sets the name of this collector property.
setPropertyName(String) - Method in class com.buildforge.services.client.dbo.SelectorProperty
 
setPropertyName(String) - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
setPropertyName(String) - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
setPropertyName(String) - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
setPropertyName(String) - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
setPropertyValue(String) - Method in class com.buildforge.services.client.dbo.CollectorProperty
Sets the value of the collector property.
setPropertyValue(String) - Method in class com.buildforge.services.client.dbo.SelectorProperty
 
setPropertyValue(String) - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
setPropertyValue(String) - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
setPropertyValue(String) - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
setPropertyValue(String) - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
setProtocol(Protocol) - Method in class com.buildforge.services.common.api.APIConnection
Sets the preferred protocol for this connection, if possible.
setProtocol(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setPublish(ServerDBO.Publish) - Method in class com.buildforge.services.client.dbo.Server
sets whether gets (.get) and puts (.put) are allowed on this server
setPublish(ServerDBO.Publish) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setPurgeChainProjectId(int) - Method in class com.buildforge.services.client.dbo.BuildClass
Sets the project id of a project to run as a purge chain.
setPurgeChainProjectId(int) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
setPurgeDays(int) - Method in class com.buildforge.services.client.dbo.BuildClass
Builds in this class will be purged if they are more than this many days old.
setPurgeDays(int) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
setPurgeRule(BuildClassDBO.PurgeRule) - Method in class com.buildforge.services.client.dbo.BuildClass
Controls which builds are eligible for purging on the basis of whether or not they passed.
setPurgeRule(BuildClassDBO.PurgeRule) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
setPurgeType(BuildClassDBO.PurgeType) - Method in class com.buildforge.services.client.dbo.BuildClass
Controls what gets deleted when a build is purged.
setPurgeType(BuildClassDBO.PurgeType) - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
setRegex(String) - Method in class com.buildforge.services.client.dbo.CollectorProperty
Sets the regular expression for this collector property.
setRegex(String) - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
setRegister(String) - Method in class com.buildforge.services.client.dbo.Register
Sets the name of the Register
setRegister(String) - Method in class com.buildforge.services.common.dbo.DataDBO
 
setReqMaster(char) - Method in class com.buildforge.services.client.dbo.Engine
 
setReqMaster(char) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setRequestor(String) - Method in class com.buildforge.services.client.dbo.Semaphore
Sets the name of the project and step which owns or last owned the semaphore
setRequestor(String) - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
setRequired(boolean) - Method in class com.buildforge.services.client.dbo.SelectorProperty
 
setRequired(boolean) - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
setResource(String) - Method in class com.buildforge.services.client.dbo.Step
Deprecated. Use #setSelectorId() instead
setResource(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setResource(String) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setResult(BuildDBO.Result) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setResult(ResultDBO.StepResult) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setResultStepId(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setRunLimit(int) - Method in class com.buildforge.services.client.dbo.Project
Sets the number of concurrent builds that are permitted for this project.
setRunLimit(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setScopeId(int) - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
setSearchBase(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setSearchBase(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setSearchesShouldRecurse(boolean) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setSelectorId(String) - Method in class com.buildforge.services.client.dbo.Cron
Sets the identifier of the Selector used to determine server to run this scheduled job.
setSelectorId(String) - Method in class com.buildforge.services.client.dbo.Project
Sets the selector ID of the default selector to be used when building this project.
setSelectorId(String) - Method in class com.buildforge.services.client.dbo.Selector
Sets the unique identifier (name) of this Selector
setSelectorId(String) - Method in class com.buildforge.services.client.dbo.Step
Assigns a Selector to be used to locate Servers that may be used to execute this Step.
setSelectorId(String) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setSelectorId(String) - Method in class com.buildforge.services.common.dbo.CronDBO
 
setSelectorId(String) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setSelectorId(String) - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
setSelectorId(String) - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
setSequenceNumber(int) - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
setServer(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setServerId(int) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setServerName(String) - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
setServiceEngineId(short) - Static method in class com.buildforge.services.common.util.UUIDGenerator
 
setSeverity(MessageDBO.Severity) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setSize(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setSResponse(int) - Method in class com.buildforge.services.client.dbo.Engine
 
setSResponse(int) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setStage(String) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setStamp(int) - Method in class com.buildforge.services.client.dbo.AdaptorLink
 
setStamp(int) - Method in class com.buildforge.services.client.dbo.Register
Sets the timestamp of the last register update
setStamp(int) - Method in class com.buildforge.services.common.dbo.DataDBO
 
setStamp(int) - Method in class com.buildforge.services.common.dbo.LogDBO
 
setStamp(int) - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
setStartNotify(int) - Method in class com.buildforge.services.client.dbo.Project
Sets the access group ID of the access group to notify about started builds.
setStartNotify(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setStartTime(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setStartTimestamp(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setState(BuildDBO.State) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setStatus(String) - Method in class com.buildforge.services.client.dbo.AdaptorLink
 
setStatus(String) - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
setStepId(int) - Method in class com.buildforge.services.client.dbo.Template
Sets the identifier of the Step that owns this Template
setStepId(int) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setStepOrdinal(int) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setStepPart(int) - Method in class com.buildforge.services.common.dbo.LogDBO
 
setStepResultId(String) - Method in class com.buildforge.services.common.dbo.BOMDBO
 
setSteps(List<StepDBO>) - Method in class com.buildforge.services.common.dbo.ProjectDBO
Completely replaces the current step list for this project.
setSticky(boolean) - Method in class com.buildforge.services.client.dbo.Project
Sets whether or not server assignment is sticky for this project.
setSticky(boolean) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setStrict(boolean) - Method in class com.buildforge.services.client.api.APIClientBuffer
Controls whether or not this client buffer will be strict.
setSubject(String) - Method in class com.buildforge.services.client.dbo.Template
Sets the text of the 'Subject' that will be used when emailing this Template
setSubject(String) - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
setTag(String) - Method in class com.buildforge.services.client.dbo.Project
Sets the build tag format used by this project.
setTag(String) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setTag(String) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setTagId(int) - Method in class com.buildforge.services.client.dbo.TagVar
Deprecated. 
setTagId(int) - Method in class com.buildforge.services.common.dbo.TagVarDBO
Deprecated. 
setTagSync(int) - Method in class com.buildforge.services.client.dbo.Project
Sets the project ID of the project against which this project should synchronize its tag variables.
setTagSync(int) - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
setTargetId(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setTargetId(String) - Method in class com.buildforge.services.common.dbo.NoteDBO
 
setTemplate(String) - Method in class com.buildforge.services.client.dbo.Adaptor
Sets the template identifier for this Interface.
setTemplate(String) - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
setTestKey(String) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setTestText(String) - Method in class com.buildforge.services.client.dbo.Server
Sets the literal text of the results of the last connection test
setTestText(String) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setThreaded(StepDBO.Threaded) - Method in class com.buildforge.services.client.dbo.Step
Sets the threading behavior for this step.
setThreaded(StepDBO.Threaded) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setThreaded(StepDBO.Threaded) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setTick(int) - Method in class com.buildforge.services.client.dbo.Engine
Deprecated.  
setTick(int) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setTimeout(int) - Method in class com.buildforge.services.client.dbo.Step
Sets the maximum length of time (in seconds) that the step is permitted to take to complete its work and return control to the agent.
setTimeout(int) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setTimeout(int) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setTimestamp(int) - Method in class com.buildforge.services.client.dbo.Semaphore
Sets the timestamp of when the semaphore was last acquired, in seconds since epoch
setTimestamp(int) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setTimestamp() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setTimestamp(int) - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
setTimeZone(String) - Method in class com.buildforge.services.client.api.APIClientConnection
Changes the time zone setting for the current connection.
setTimeZone(String) - Method in class com.buildforge.services.client.dbo.User
Sets the user's preferred time zone.
setTimeZone(String) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setTitle(String) - Method in class com.buildforge.services.client.dbo.SysConfig
Sets the string key into the language table that contains the localized, short description of this parameter
setTitle(String) - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
setType(InterfaceDBO.Type) - Method in class com.buildforge.services.client.dbo.Adaptor
 
setType(BOMDBO.Type) - Method in class com.buildforge.services.common.dbo.BOMDBO
 
setType(InterfaceDBO.Type) - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
setType(String) - Method in class com.buildforge.services.common.dbo.LogDBO
 
setType(String) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setType(String) - Method in class com.buildforge.services.common.dbo.NoteDBO
 
setUid(String) - Method in class com.buildforge.services.common.dbo.LogDBO
 
setUid(String) - Method in class com.buildforge.services.common.dbo.ResultDBO
 
setUid(String) - Method in class com.buildforge.services.common.dbo.SessionDBO
 
setUid(String) - Method in class com.buildforge.services.common.dbo.StepDBO
 
setUniqueIdentifier(String) - Method in class com.buildforge.services.client.dbo.LDAP
 
setUniqueIdentifier(String) - Method in class com.buildforge.services.common.dbo.LdapDBO
 
setUpstate(ServerDBO.Upstate) - Method in class com.buildforge.services.client.dbo.Server
Sets the current state of the server with respect to availability - currently one of either updating or ready
setUpstate(ServerDBO.Upstate) - Method in class com.buildforge.services.common.dbo.ServerDBO
 
setUptime(int) - Method in class com.buildforge.services.client.dbo.Engine
Deprecated.  
setUptime(int) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setUserDefined(boolean) - Method in class com.buildforge.services.client.dbo.CollectorProperty
Sets whether or not this CollectorProperty references a built-in property.
setUserDefined(boolean) - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
setUserId(String) - Method in class com.buildforge.services.client.dbo.Semaphore
Sets the identifier of the user that owns this Semaphore
setUserId(int) - Method in class com.buildforge.services.common.api.APIRequest
Set the user id for the request to use.
setUserId(int) - Method in class com.buildforge.services.common.dbo.BuildDBO
 
setUserId(int) - Method in class com.buildforge.services.common.dbo.DataDBO
 
setUserId(int) - Method in class com.buildforge.services.common.dbo.MessageDBO
 
setUserId(int) - Method in class com.buildforge.services.common.dbo.NoteDBO
 
setUserId(String) - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
setUserId(int) - Method in class com.buildforge.services.common.dbo.SessionDBO
 
setUserId(int) - Method in class com.buildforge.services.common.dbo.UserDBO
 
setUsername(String) - Method in class com.buildforge.services.client.dbo.ServerAuth
Sets the username of this ServerAuth
setUsername(String) - Method in class com.buildforge.services.common.dbo.GeoDBO
 
setUsername(String) - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
setValidate(String) - Method in class com.buildforge.services.client.dbo.SysConfig
Sets the regular expression used to recognize valid values and reject invalid ones
setValidate(String) - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
setValue(String) - Method in class com.buildforge.services.client.dbo.SysConfig
Sets the value of this parameter
setValue(int) - Method in class com.buildforge.services.client.dbo.TagVar
Sets the current value of this tag variable
setValue(String) - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
setValue(int) - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
setVersion(String) - Method in class com.buildforge.services.client.dbo.Engine
 
setVersion(String) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setZone(String) - Method in class com.buildforge.services.client.dbo.Engine
 
setZone(String) - Method in class com.buildforge.services.common.dbo.EngineDBO
 
setZoneId(String) - Method in class com.buildforge.services.client.dbo.TimeZone
Sets the unique identifier of this TimeZone
setZoneId(String) - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
split(String, char) - Static method in class com.buildforge.services.common.text.TextUtils
Splits a string into substrings using the specified delimiter.
Step - Class in com.buildforge.services.client.dbo
Steps define a logical piece of an automated process.
Step(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.Step
Define a new step object.
StepDBO - Class in com.buildforge.services.common.dbo
Database information representing the definition of a step within a project.
StepDBO() - Constructor for class com.buildforge.services.common.dbo.StepDBO
 
StepDBO.OnFail - Enum in com.buildforge.services.common.dbo
Indicates the action that the Build Forge engine should take if this step fails.
StepDBO.Threaded - Enum in com.buildforge.services.common.dbo
Indicates whether this step is threaded, not threaded, or threaded but joined only to the preceding thread block.
STICKY_NO - Static variable in class com.buildforge.services.common.dbo.ProjectDBO
 
STICKY_YES - Static variable in class com.buildforge.services.common.dbo.ProjectDBO
 
StringBuilderWriter - Class in com.buildforge.services.common.util
A character stream that collects its output in a string builder, which can then be used to construct a string.
StringBuilderWriter() - Constructor for class com.buildforge.services.common.util.StringBuilderWriter
Create a new string builder writer, using the default initial buffer size.
StringBuilderWriter(int) - Constructor for class com.buildforge.services.common.util.StringBuilderWriter
Create a new string builder writer, using the specified initial builder size.
StringBuilderWriter(StringBuilder) - Constructor for class com.buildforge.services.common.util.StringBuilderWriter
Create a new string builder writer, using the specified string builder as its underlying buffer.
StringConverter - Class in com.buildforge.services.common.text
This class performs translation to and from UTF-8 or ISO-8859-1 encoding, as directed.
StringConverter() - Constructor for class com.buildforge.services.common.text.StringConverter
 
StringElement - Class in com.buildforge.services.common.api.xml
 
StringElement(Element, String, String) - Constructor for class com.buildforge.services.common.api.xml.StringElement
 
stringToHex(String) - Static method in class com.buildforge.services.common.text.Hex
Converts a string to a hexadecimal string of the UTF-8 bytes that encode the original string's characters.
stringToHex(String[]) - Static method in class com.buildforge.services.common.text.Hex
Converts an array of strings to an array of hexadecimal strings of the UTF-8 bytes that encode the characters of the original array's strings.
SysConfig - Class in com.buildforge.services.client.dbo
SysConfig objects represent system-wide configuration parameters that determine the global behaviour of the Build Forge system.
SysConfig(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.SysConfig
Defines a new SysConfig object
SysConfigDBO - Class in com.buildforge.services.common.dbo
Database information representing global system configuration data.
SysConfigDBO() - Constructor for class com.buildforge.services.common.dbo.SysConfigDBO
 

T

TagVar - Class in com.buildforge.services.client.dbo
A TagVar is a named variable used by build tags.
TagVar(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.TagVar
 
TagVarDBO - Class in com.buildforge.services.common.dbo
Database information representing the state of a project's tag variable.
TagVarDBO() - Constructor for class com.buildforge.services.common.dbo.TagVarDBO
 
Template - Class in com.buildforge.services.client.dbo
This class represents the email notification templates used by the system to generate notification emails on specific events.
Template(APIClientConnection, int, int) - Constructor for class com.buildforge.services.client.dbo.Template
Deprecated. use Template(APIClientConnection, int, int, String, String) instead
Template(APIClientConnection, int, int, String, String) - Constructor for class com.buildforge.services.client.dbo.Template
Defines a new Template for a specific Project's Step
TemplateDBO - Class in com.buildforge.services.common.dbo
Database information representing an e-mail template definition.
TemplateDBO() - Constructor for class com.buildforge.services.common.dbo.TemplateDBO
 
test() - Method in class com.buildforge.services.client.dbo.Server
Requests that the server test be run.
test(int) - Method in class com.buildforge.services.client.dbo.Server
Requests that the server test be run and waits the specified time period for the test to complete.
test(int, int) - Method in class com.buildforge.services.client.dbo.Server
Requests that the server test be run and waits the specified time period for the test to complete.
TextUtils - Class in com.buildforge.services.common.text
Some text formatting and covnersion utilities.
TimeZone - Class in com.buildforge.services.client.dbo
Represents a specific time zone, generally used to assign to Users.
TimeZone(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.TimeZone
Defines a new TimeZone
TimeZoneDBO - Class in com.buildforge.services.common.dbo
Database information representing the settings for a time zone.
TimeZoneDBO() - Constructor for class com.buildforge.services.common.dbo.TimeZoneDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.BOMDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.CronDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.DataDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.DBObject
Serializes this database object as an array of objects.
toArray() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.FilterDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.LogDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.MessageDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.SessionDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.StepDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
toArray() - Method in class com.buildforge.services.common.dbo.UserDBO
 
toBoolean(Object, boolean) - Static method in class com.buildforge.services.common.text.TextUtils
 
toBoolean(String, boolean) - Static method in class com.buildforge.services.common.text.TextUtils
 
toChar(Object, char) - Static method in class com.buildforge.services.common.text.TextUtils
Safely converts an arbitrary object to a char.
toChar(String, char) - Static method in class com.buildforge.services.common.text.TextUtils
Safely converts a string to a char.
toDate(String) - Static method in class com.buildforge.services.common.text.TextUtils
 
toDate(Object) - Static method in class com.buildforge.services.common.text.TextUtils
 
toDouble(Object, double) - Static method in class com.buildforge.services.common.text.TextUtils
Safely converts an arbitrary object to a double.
toDouble(String, double) - Static method in class com.buildforge.services.common.text.TextUtils
Safely converts a string to a double.
toEnum(Class<E>, Object) - Static method in class com.buildforge.services.common.text.TextUtils
 
toEnum(Class<E>, String) - Static method in class com.buildforge.services.common.text.TextUtils
 
toInt(Object, int) - Static method in class com.buildforge.services.common.text.TextUtils
Safely converts an arbitrary object to an integer.
toInt(String, int) - Static method in class com.buildforge.services.common.text.TextUtils
Safely converts a string to an integer.
toLatin1(String) - Method in class com.buildforge.services.common.text.StringConverter
Converts a string into a sequence of ISO-8859-1 (Latin-1) bytes.
toLatin1Bytes(String) - Method in class com.buildforge.services.common.text.StringConverter
Converts a string into a sequence of ISO-8859-1 (Latin-1) bytes.
toLong(Object, long) - Static method in class com.buildforge.services.common.text.TextUtils
Safely converts an arbitrary object to a long.
toLong(String, long) - Static method in class com.buildforge.services.common.text.TextUtils
Safely converts a string to a long.
toString() - Method in class com.buildforge.services.client.dbo.AccessGroup
 
toString() - Method in class com.buildforge.services.client.dbo.Adaptor
 
toString() - Method in class com.buildforge.services.client.dbo.AdaptorLink
 
toString() - Method in class com.buildforge.services.client.dbo.Build
 
toString() - Method in class com.buildforge.services.client.dbo.BuildClass
 
toString() - Method in class com.buildforge.services.client.dbo.Collector
 
toString() - Method in class com.buildforge.services.client.dbo.CollectorProperty
 
toString() - Method in class com.buildforge.services.client.dbo.Cron
 
toString() - Method in class com.buildforge.services.client.dbo.Engine
 
toString() - Method in class com.buildforge.services.client.dbo.Environment
 
toString() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
 
toString() - Method in class com.buildforge.services.client.dbo.Filter
 
toString() - Method in class com.buildforge.services.client.dbo.FilterPattern
 
toString() - Method in class com.buildforge.services.client.dbo.Geo
 
toString() - Method in class com.buildforge.services.client.dbo.LDAP
 
toString() - Method in class com.buildforge.services.client.dbo.Log
 
toString() - Method in class com.buildforge.services.client.dbo.Message
 
toString() - Method in class com.buildforge.services.client.dbo.Project
 
toString() - Method in class com.buildforge.services.client.dbo.Register
 
toString() - Method in class com.buildforge.services.client.dbo.Result
 
toString() - Method in class com.buildforge.services.client.dbo.Selector
 
toString() - Method in class com.buildforge.services.client.dbo.SelectorProperty
 
toString() - Method in class com.buildforge.services.client.dbo.Semaphore
 
toString() - Method in class com.buildforge.services.client.dbo.Server
 
toString() - Method in class com.buildforge.services.client.dbo.ServerAuth
 
toString() - Method in class com.buildforge.services.client.dbo.Step
 
toString() - Method in class com.buildforge.services.client.dbo.SysConfig
 
toString() - Method in class com.buildforge.services.client.dbo.TagVar
 
toString() - Method in class com.buildforge.services.client.dbo.Template
 
toString() - Method in class com.buildforge.services.client.dbo.TimeZone
 
toString() - Method in class com.buildforge.services.client.dbo.User
 
toString() - Method in class com.buildforge.services.common.dbo.AccessGroupDBO
 
toString() - Method in class com.buildforge.services.common.dbo.BOMDBO
 
toString() - Method in class com.buildforge.services.common.dbo.BOMManifestDBO
 
toString() - Method in class com.buildforge.services.common.dbo.BuildClassDBO
 
toString() - Method in class com.buildforge.services.common.dbo.BuildDBO
 
toString() - Method in class com.buildforge.services.common.dbo.CollectorDBO
 
toString() - Method in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
toString() - Method in class com.buildforge.services.common.dbo.CronDBO
 
toString() - Method in class com.buildforge.services.common.dbo.DataDBO
 
toString() - Method in class com.buildforge.services.common.dbo.EngineDBO
 
toString() - Method in class com.buildforge.services.common.dbo.EnvironmentDBO
 
toString() - Method in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
toString() - Method in class com.buildforge.services.common.dbo.FilterDBO
 
toString() - Method in class com.buildforge.services.common.dbo.FilterPatternDBO
 
toString() - Method in class com.buildforge.services.common.dbo.GeoDBO
 
toString() - Method in class com.buildforge.services.common.dbo.InterfaceDBO
 
toString() - Method in class com.buildforge.services.common.dbo.LdapDBO
 
toString() - Method in class com.buildforge.services.common.dbo.LogDBO
 
toString() - Method in class com.buildforge.services.common.dbo.ManifestDBO
 
toString() - Method in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
toString() - Method in class com.buildforge.services.common.dbo.MessageDBO
Renders the information contained by this internationalized message.
toString() - Method in class com.buildforge.services.common.dbo.NoteDBO
 
toString() - Method in class com.buildforge.services.common.dbo.ProjectDBO
 
toString() - Method in class com.buildforge.services.common.dbo.ResultDBO
 
toString() - Method in class com.buildforge.services.common.dbo.ScopeDBO
 
toString() - Method in class com.buildforge.services.common.dbo.SelectorDBO
 
toString() - Method in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
toString() - Method in class com.buildforge.services.common.dbo.SemaphoreDBO
 
toString() - Method in class com.buildforge.services.common.dbo.ServerAuthDBO
 
toString() - Method in class com.buildforge.services.common.dbo.ServerDBO
 
toString() - Method in class com.buildforge.services.common.dbo.SessionDBO
 
toString() - Method in class com.buildforge.services.common.dbo.StepDBO
 
toString() - Method in class com.buildforge.services.common.dbo.SysConfigDBO
 
toString() - Method in class com.buildforge.services.common.dbo.TagVarDBO
 
toString() - Method in class com.buildforge.services.common.dbo.TemplateDBO
 
toString() - Method in class com.buildforge.services.common.dbo.TimeZoneDBO
 
toString() - Method in class com.buildforge.services.common.dbo.UserDBO
 
toString(String, String) - Static method in class com.buildforge.services.common.text.TextUtils
 
toString(Object, String) - Static method in class com.buildforge.services.common.text.TextUtils
 
toString() - Method in class com.buildforge.services.common.util.StringBuilderWriter
Returns the string builder's current value as a string.
toTimestamp(String) - Static method in class com.buildforge.services.common.text.TextUtils
 
toTimestamp(Object) - Static method in class com.buildforge.services.common.text.TextUtils
 
toUtf8(String) - Method in class com.buildforge.services.common.text.StringConverter
Converts a string into a sequence of UTF-8 bytes.
toUtf8Bytes(String) - Method in class com.buildforge.services.common.text.StringConverter
Converts a string into a sequence of UTF-8 bytes.
translate(MessageDBO) - Method in class com.buildforge.services.client.api.APIClientConnection
Requests message translation using the connection's default locale and time zone.
translate(MessageDBO, String, String) - Method in class com.buildforge.services.client.api.APIClientConnection
Requests message translation using an arbitrary locale and time zone.
translate() - Method in class com.buildforge.services.common.dbo.MessageDBO
Requests a translated rendering of this message, using the current localizer.
TrueElement - Class in com.buildforge.services.common.api.xml
 
TrueElement(Element, String) - Constructor for class com.buildforge.services.common.api.xml.TrueElement
 
TYPE_ARRAY - Static variable in interface com.buildforge.services.common.api.APIConstants
 
TYPE_FALSE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
TYPE_HASH - Static variable in interface com.buildforge.services.common.api.APIConstants
 
TYPE_INTEGER - Static variable in interface com.buildforge.services.common.api.APIConstants
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.AccessGroupDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.BOMDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.BOMManifestDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.BuildClassDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.BuildDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.CollectorDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.CollectorPropertyDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.CronDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.DataDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.EngineDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.EnvironmentDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.EnvironmentEntryDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.FilterDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.FilterPatternDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.GeoDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.InterfaceDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.LogDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.ManifestDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.ManifestPropertyDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.MessageDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.NoteDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.ProjectDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.ResultDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.ScopeDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.SelectorDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.SelectorPropertyDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.SemaphoreDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.ServerAuthDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.ServerDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.SessionDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.StepDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.SysConfigDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.TagVarDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.TemplateDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.TimeZoneDBO
 
TYPE_KEY - Static variable in class com.buildforge.services.common.dbo.UserDBO
 
TYPE_LATIN1 - Static variable in interface com.buildforge.services.common.api.APIConstants
 
TYPE_NULL - Static variable in interface com.buildforge.services.common.api.APIConstants
 
TYPE_NUMBER - Static variable in interface com.buildforge.services.common.api.APIConstants
 
TYPE_STRING - Static variable in interface com.buildforge.services.common.api.APIConstants
 
TYPE_TRUE - Static variable in interface com.buildforge.services.common.api.APIConstants
 

U

UID_NONE - Static variable in interface com.buildforge.services.common.api.APIConstants
 
UID_ROOT - Static variable in interface com.buildforge.services.common.api.APIConstants
 
UID_SYSTEM - Static variable in interface com.buildforge.services.common.api.APIConstants
 
UNIQUE_IDENTIFIER_KEY - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
unlock() - Method in class com.buildforge.services.client.dbo.Build
Unlocks this job.
unwrap() - Method in exception com.buildforge.services.common.ServiceException.WrappedServiceException
Recovers the original ServiceException.
update() - Method in class com.buildforge.services.client.dbo.AccessGroup
Updates this existing access group to use the modified values in this object.
update() - Method in class com.buildforge.services.client.dbo.Adaptor
Updates this existing adaptor to use the modified values in this object.
update() - Method in class com.buildforge.services.client.dbo.AdaptorLink
Commits all changes to this AdaptorLink to the database.
update() - Method in class com.buildforge.services.client.dbo.BuildClass
Updates this existing build class to use the modified values in this object.
update() - Method in class com.buildforge.services.client.dbo.Collector
Updates this existing collector to use the updated values in this object.
update() - Method in class com.buildforge.services.client.dbo.CollectorProperty
Updates this existing collector property to use the updated values in this object.
update() - Method in class com.buildforge.services.client.dbo.Cron
Commits the values in this Cron object to the database
update() - Method in class com.buildforge.services.client.dbo.Engine
 
update() - Method in class com.buildforge.services.client.dbo.Environment
Commits changes to this Environment only, not any related Environment Entries, to the database
update() - Method in class com.buildforge.services.client.dbo.EnvironmentEntry
Commits any changes to this EnvironmentEntry to the database
update() - Method in class com.buildforge.services.client.dbo.Filter
Updates this existing filter set to use the updated values in this object.
update() - Method in class com.buildforge.services.client.dbo.FilterPattern
Commits changes to this FilterPattern to the database
update() - Method in class com.buildforge.services.client.dbo.LDAP
Commits the current state of this LDAP configuration to the database
update() - Method in class com.buildforge.services.client.dbo.Project
Updates this existing project to use the modified values in this object.
update() - Method in class com.buildforge.services.client.dbo.Register
Commits the new state of this object to the database
update() - Method in class com.buildforge.services.client.dbo.Selector
Commits the latest changes to this Selector to the database
update() - Method in class com.buildforge.services.client.dbo.SelectorProperty
Commits any modifications to the state of this object to the database
update() - Method in class com.buildforge.services.client.dbo.Server
Commits all changes to this Server to the database
update() - Method in class com.buildforge.services.client.dbo.ServerAuth
Commits any new state of this ServerAuth object to the database
update() - Method in class com.buildforge.services.client.dbo.Step
Updates this existing step to use the modified values in this object.
update() - Method in class com.buildforge.services.client.dbo.SysConfig
Commits any changes to the values of this parameter to the database
update() - Method in class com.buildforge.services.client.dbo.TagVar
Commits the latest state of this object to the database
update() - Method in class com.buildforge.services.client.dbo.Template
Commits the current state of this Template to the database
update() - Method in class com.buildforge.services.client.dbo.TimeZone
Deprecated.  
update() - Method in class com.buildforge.services.client.dbo.User
Updates this existing user to use the modified values in this object.
User - Class in com.buildforge.services.client.dbo
An object representing a user within the Build Forge system.
User(APIClientConnection) - Constructor for class com.buildforge.services.client.dbo.User
Define a new user object.
UserDBO - Class in com.buildforge.services.common.dbo
Database information representing a Build Forge user.
UserDBO() - Constructor for class com.buildforge.services.common.dbo.UserDBO
 
UUIDGenerator - Class in com.buildforge.services.common.util
 

V

valueOf(String) - Static method in enum com.buildforge.services.common.api.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.api.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.api.xml.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.BOMDBO.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.BuildDBO.Process
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.BuildDBO.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.BuildDBO.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.CollectorPropertyDBO.BuiltIn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.CronDBO.Active
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.FilterPatternDBO.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.InterfaceDBO.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.LdapDBO.LdapProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.ManifestPropertyDBO.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.MessageDBO.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.ProjectDBO.InUse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.ResultDBO.Floating
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.ResultDBO.StepFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.ResultDBO.StepResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.ScopeDBO.Active
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.SelectorPropertyDBO.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Publish
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Upstate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.StepDBO.OnFail
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.buildforge.services.common.dbo.StepDBO.Threaded
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.buildforge.services.common.api.Permission
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.api.Protocol
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.api.xml.ElementType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.BOMDBO.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeRule
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.BuildClassDBO.PurgeType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.BuildDBO.Process
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.BuildDBO.Result
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.BuildDBO.State
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.CollectorPropertyDBO.BuiltIn
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.CronDBO.Active
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Action
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.EnvironmentEntryDBO.Mode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.FilterPatternDBO.Action
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.InterfaceDBO.Type
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.LdapDBO.LdapProperty
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.ManifestPropertyDBO.Category
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.MessageDBO.Severity
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.ProjectDBO.InUse
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.ResultDBO.Floating
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.ResultDBO.StepFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.ResultDBO.StepResult
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.ScopeDBO.Active
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.SelectorPropertyDBO.Operator
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Error
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Publish
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.ServerDBO.Upstate
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.StepDBO.OnFail
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.buildforge.services.common.dbo.StepDBO.Threaded
Returns an array containing the constants of this enum type, in the order they're declared.

W

WAIT_TIME - Static variable in class com.buildforge.services.common.ssl.BuildForgeSSLEngine
 
wrap() - Method in exception com.buildforge.services.common.ServiceException
Wraps this exception so that it can be propogated as an unchecked exception.
write(ByteBuffer) - Method in class com.buildforge.services.common.ssl.BuildForgeSSLEngine
Writes data (all bytes from position() to limit() in the provided buffer) into the encrypted network stream
write(char[]) - Method in class com.buildforge.services.common.util.StringBuilderWriter
 
write(char[], int, int) - Method in class com.buildforge.services.common.util.StringBuilderWriter
 
write(int) - Method in class com.buildforge.services.common.util.StringBuilderWriter
 
write(String) - Method in class com.buildforge.services.common.util.StringBuilderWriter
 
write(String, int, int) - Method in class com.buildforge.services.common.util.StringBuilderWriter
 
writeEntry(String) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry with a null value to the current API request.
writeEntry(String, Object) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry of unknown type to the current API request.
writeEntry(String, BitSet) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that s a bit set to the current API request.
writeEntry(String, String) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is a string to the current API request.
writeEntry(String, Number) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is a number object to the current API request.
writeEntry(String, Enum<?>) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is an enumerated type to the current API request.
writeEntry(String, boolean) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is a char to the current API request.
writeEntry(String, char) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is a char to the current API request.
writeEntry(String, int) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is an int to the current API request.
writeEntry(String, long) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is a long to the current API request.
writeEntry(String, double) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is a double to the current API request.
writeEntry(String, Object[]) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is an array to the current API request.
writeEntry(String, Collection<?>) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is a Collector to the current API request.
writeEntry(String, Map<?, ?>) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is a map to the current API request.
writeEntry(String, DBObject) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Write a data entry that is a DataBase Object (DBO) to the current API request.
writeEntry(String, Object) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry of unknown type to the current API request.
writeEntry(String, BitSet) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is a bit set to the current API request.
writeEntry(String, String) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is a string to the current API request.
writeEntry(String, Number) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is a number object to the current API request.
writeEntry(String, Enum<?>) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is an enumerated type to the current API request.
writeEntry(String, boolean) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is a char to the current API request.
writeEntry(String, char) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is a char to the current API request.
writeEntry(String, int) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is an int to the current API request.
writeEntry(String, long) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is a long to the current API request.
writeEntry(String, double) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is a double to the current API request.
writeEntry(String, Object[]) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is an array to the current API request.
writeEntry(String, Collection<?>) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is a Collector to the current API request.
writeEntry(String, Map<?, ?>) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is a map to the current API request.
writeEntry(String, DBObject) - Method in class com.buildforge.services.common.api.APIConnection
Write a data entry that is a DataBase Object (DBO) to the current API request.
writeFooter() - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Completes an active response, including flushing it.
writeFooter() - Method in class com.buildforge.services.common.api.APIConnection
Completes an active response, including flushing it to the connection.
writeHeader(int, int) - Method in class com.buildforge.services.common.api.AbstractProtocolImpl
Begins an active response.
writeHeader(int, int) - Method in class com.buildforge.services.common.api.APIConnection
Begins an active request or response.

Y

YES - Static variable in class com.buildforge.services.common.dbo.LdapDBO
 
YES - Static variable in class com.buildforge.services.common.dbo.UserDBO
 

A B C D E F G H I J K L M N O P R S T U V W Y