Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
_
A
AbstractFeature
- Class in
com.uc4.ara.collabnet
AbstractFeature()
- Constructor for class com.uc4.ara.collabnet.
AbstractFeature
addBooleanOption(String, String, boolean)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Convenience method for adding a boolean option.
addBooleanOption(String, boolean)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Convenience method for adding a boolean option.
addDoubleOption(String, String, boolean)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Convenience method for adding a double option.
addDoubleOption(String, boolean)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Convenience method for adding a double option.
addHelp(CmdLineParser.Option<T>, String)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
addIntegerOption(String, String, boolean)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Convenience method for adding an integer option.
addIntegerOption(String, boolean)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Convenience method for adding an integer option.
addLongOption(String, String, boolean)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Convenience method for adding a long integer option.
addLongOption(String, boolean)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Convenience method for adding a long integer option.
addOption(CmdLineParser.Option<T>)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Add the specified Option to the list of accepted options
addStringOption(String, String, boolean)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Convenience method for adding a string option.
addStringOption(String, boolean)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Convenience method for adding a string option.
AssignComponent
- Class in
com.uc4.ara.collabnet
AssignComponent()
- Constructor for class com.uc4.ara.collabnet.
AssignComponent
AuthenticationError
- Static variable in class com.uc4.ara.rm.
ErrorCode
AuthorizationError
- Static variable in class com.uc4.ara.rm.
ErrorCode
B
BusinessRuleViolation
- Static variable in class com.uc4.ara.rm.
ErrorCode
C
CmdLineParser
- Class in
com.uc4.ara.collabnet.JArgs
CmdLineParser()
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser
CmdLineParser.IllegalOptionValueException
- Exception in
com.uc4.ara.collabnet.JArgs
Thrown when an illegal or missing value is given by the user for an option that takes a value.
CmdLineParser.IllegalOptionValueException(CmdLineParser.Option<T>, String)
- Constructor for exception com.uc4.ara.collabnet.JArgs.
CmdLineParser.IllegalOptionValueException
CmdLineParser.NotFlagException
- Exception in
com.uc4.ara.collabnet.JArgs
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one or more requires a value.
CmdLineParser.Option
<
T
> - Class in
com.uc4.ara.collabnet.JArgs
Representation of a command-line option
CmdLineParser.Option(String, boolean, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option
CmdLineParser.Option.BooleanOption
- Class in
com.uc4.ara.collabnet.JArgs
An option that expects a boolean value
CmdLineParser.Option.BooleanOption(String, String, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.BooleanOption
CmdLineParser.Option.BooleanOption(String, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.BooleanOption
CmdLineParser.Option.DoubleOption
- Class in
com.uc4.ara.collabnet.JArgs
An option that expects a floating-point value
CmdLineParser.Option.DoubleOption(String, String, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.DoubleOption
CmdLineParser.Option.DoubleOption(String, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.DoubleOption
CmdLineParser.Option.IntegerOption
- Class in
com.uc4.ara.collabnet.JArgs
An option that expects an integer value
CmdLineParser.Option.IntegerOption(String, String, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.IntegerOption
CmdLineParser.Option.IntegerOption(String, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.IntegerOption
CmdLineParser.Option.LongOption
- Class in
com.uc4.ara.collabnet.JArgs
An option that expects a long integer value
CmdLineParser.Option.LongOption(String, String, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.LongOption
CmdLineParser.Option.LongOption(String, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.LongOption
CmdLineParser.Option.StringOption
- Class in
com.uc4.ara.collabnet.JArgs
An option that expects a string value
CmdLineParser.Option.StringOption(String, String, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.StringOption
CmdLineParser.Option.StringOption(String, boolean)
- Constructor for class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.StringOption
CmdLineParser.OptionException
- Exception in
com.uc4.ara.collabnet.JArgs
Base class for exceptions that may be thrown when options are parsed
CmdLineParser.UnknownOptionException
- Exception in
com.uc4.ara.collabnet.JArgs
Thrown when the parsed command-line contains an option that is not recognised.
CmdLineParser.UnknownSuboptionException
- Exception in
com.uc4.ara.collabnet.JArgs
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one is unknown.
com.uc4.ara.collabnet
- package com.uc4.ara.collabnet
com.uc4.ara.collabnet.JArgs
- package com.uc4.ara.collabnet.JArgs
com.uc4.ara.collabnet.Logging
- package com.uc4.ara.collabnet.Logging
com.uc4.ara.collabnet.rm
- package com.uc4.ara.collabnet.rm
com.uc4.ara.rm
- package com.uc4.ara.rm
Component
- Class in
hudson.plugins.collabnet
UC4 ARA RM Component.
Component(String, String, String, String)
- Constructor for class hudson.plugins.collabnet.
Component
Component.DescriptorImpl
- Class in
hudson.plugins.collabnet
Component.DescriptorImpl()
- Constructor for class hudson.plugins.collabnet.
Component.DescriptorImpl
ConditionIsInvalid
- Static variable in class com.uc4.ara.rm.
ErrorCode
ConditionOperatorIsInvalid
- Static variable in class com.uc4.ara.rm.
ErrorCode
ConditionPropertyDoesnotSupport
- Static variable in class com.uc4.ara.rm.
ErrorCode
createCall()
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapStub
createDocumentFromResult(Result)
- Static method in class com.uc4.ara.collabnet.
AbstractFeature
CreatePackage
- Class in
com.uc4.ara.collabnet
CreatePackage()
- Constructor for class com.uc4.ara.collabnet.
CreatePackage
CustomTypeNotFound
- Static variable in class com.uc4.ara.rm.
ErrorCode
D
DatatypeMismatch
- Static variable in class com.uc4.ara.rm.
ErrorCode
delete(String, String, String, String, boolean, String)
- Method in interface com.uc4.ara.rm.
ImportExportServiceSoap
delete(String, String, String, String, boolean, String)
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapProxy
delete(String, String, String, String, boolean, String)
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapStub
doCheckApplicationName(String)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
doCheckClientId(String)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
doCheckDepartment(String)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
doCheckFolderName(String)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
doCheckPackageName(String)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
doCheckPackageType(String)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
doCheckPassword(String)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
doCheckServer(String)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
doCheckUser(String)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
doFillProjectItems()
- Method in class hudson.plugins.collabnet.
Component.DescriptorImpl
Code that gets called from Jenkins to populate the select control
DuplicateProperty
- Static variable in class com.uc4.ara.rm.
ErrorCode
E
equals(Object)
- Method in class com.uc4.ara.rm.
Error
equals(Object)
- Method in class com.uc4.ara.rm.
ErrorCode
equals(Object)
- Method in class com.uc4.ara.rm.
Result
ERROR
- Static variable in class com.uc4.ara.collabnet.Logging.
ErrorCodes
Error
- Class in
com.uc4.ara.rm
Error()
- Constructor for class com.uc4.ara.rm.
Error
Error(ErrorCode, String, String)
- Constructor for class com.uc4.ara.rm.
Error
ErrorCode
- Class in
com.uc4.ara.rm
ErrorCode(String)
- Constructor for class com.uc4.ara.rm.
ErrorCode
ErrorCodes
- Class in
com.uc4.ara.collabnet.Logging
ErrorCodes()
- Constructor for class com.uc4.ara.collabnet.Logging.
ErrorCodes
EXCEPTION
- Static variable in class com.uc4.ara.collabnet.Logging.
ErrorCodes
execute(CmdLineParser)
- Method in class com.uc4.ara.collabnet.
AbstractFeature
execute(CmdLineParser)
- Method in class com.uc4.ara.collabnet.
AssignComponent
execute(CmdLineParser)
- Method in class com.uc4.ara.collabnet.
CreatePackage
Executor
- Class in
com.uc4.ara.collabnet
Executor()
- Constructor for class com.uc4.ara.collabnet.
Executor
export(String, String, String, String, int, int, String, String[], String, String, String[])
- Method in interface com.uc4.ara.rm.
ImportExportServiceSoap
export(String, String, String, String, int, int, String, String[], String, String, String[])
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapProxy
export(String, String, String, String, int, int, String, String[], String, String, String[])
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapStub
F
findNodeByAttribute(Document, String, String, String)
- Static method in class com.uc4.ara.collabnet.
AbstractFeature
findNodeByTagName(Document, String)
- Static method in class com.uc4.ara.collabnet.
AbstractFeature
FolderLogsIsNotWriteable
- Static variable in class com.uc4.ara.rm.
ErrorCode
fromString(String)
- Static method in class com.uc4.ara.rm.
ErrorCode
fromValue(String)
- Static method in class com.uc4.ara.rm.
ErrorCode
G
getApplicationName()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getClientId()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getCodeLink()
- Method in class hudson.plugins.collabnet.
Component
getCompiledDate(String)
- Static method in class com.uc4.ara.collabnet.
Executor
Gets the compiled date.
getCompiledVersion(String)
- Static method in class com.uc4.ara.collabnet.
Executor
getComponents()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getData()
- Method in class com.uc4.ara.rm.
Result
Gets the data value for this Result.
getDefaultValue()
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.BooleanOption
getDefaultValue()
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option
Override to define default value returned by getValue if option does not want a value
getDepartment()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getDescription()
- Method in class com.uc4.ara.rm.
Result
Gets the description value for this Result.
getDeserializer(String, Class, QName)
- Static method in class com.uc4.ara.rm.
Error
Get Custom Deserializer
getDeserializer(String, Class, QName)
- Static method in class com.uc4.ara.rm.
ErrorCode
getDeserializer(String, Class, QName)
- Static method in class com.uc4.ara.rm.
Result
Get Custom Deserializer
getDisplayName()
- Method in class hudson.plugins.collabnet.
Component.DescriptorImpl
getDisplayName()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
getEndpoint()
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapProxy
getErrorCode()
- Method in class com.uc4.ara.rm.
Error
Gets the errorCode value for this Error.
getErrorDetail()
- Method in class com.uc4.ara.rm.
Error
Gets the errorDetail value for this Error.
getErrors()
- Method in class com.uc4.ara.rm.
Result
Gets the errors value for this Result.
getErrorTitle()
- Method in class com.uc4.ara.rm.
Error
Gets the errorTitle value for this Error.
getFolderName()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getFormat()
- Method in class com.uc4.ara.rm.
Result
Gets the format value for this Result.
getImportExportServiceFromUrl(String)
- Static method in class com.uc4.ara.collabnet.rm.
ImportExportServiceFactory
getImportExportServiceSoap()
- Method in interface com.uc4.ara.rm.
ImportExportService
getImportExportServiceSoap(URL)
- Method in interface com.uc4.ara.rm.
ImportExportService
getImportExportServiceSoap()
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
getImportExportServiceSoap(URL)
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
getImportExportServiceSoap()
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapProxy
getImportExportServiceSoapAddress()
- Method in interface com.uc4.ara.rm.
ImportExportService
Data-API
getImportExportServiceSoapAddress()
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
getImportExportServiceSoapWSDDServiceName()
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
getName()
- Method in class hudson.plugins.collabnet.
Component
getNodeValue(Result, String, String, String)
- Method in class com.uc4.ara.collabnet.
AbstractFeature
getOption()
- Method in exception com.uc4.ara.collabnet.JArgs.
CmdLineParser.IllegalOptionValueException
getOptionChar()
- Method in exception com.uc4.ara.collabnet.JArgs.
CmdLineParser.NotFlagException
getOptionName()
- Method in exception com.uc4.ara.collabnet.JArgs.
CmdLineParser.UnknownOptionException
getOptionValue(CmdLineParser.Option<T>)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Equivalent to
getOptionValue(o, null)
.
getOptionValue(CmdLineParser.Option<T>, T)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
getOptionValues(CmdLineParser.Option<T>)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
getOwner()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getPackageName()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getPackageType()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getPassword()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getPath()
- Method in class hudson.plugins.collabnet.
Component
getPort(Class)
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
For the given interface, get the stub implementation.
getPort(QName, Class)
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
For the given interface, get the stub implementation.
getPorts()
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
getProject()
- Method in class hudson.plugins.collabnet.
Component
getProperty(String, String)
- Method in class com.uc4.ara.collabnet.
AbstractFeature
getProperty(String, String, boolean)
- Method in class com.uc4.ara.collabnet.
AbstractFeature
getRecentRequestedDate()
- Method in class com.uc4.ara.rm.
Result
Gets the recentRequestedDate value for this Result.
getRemainingArgs()
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
getRequiredMonitorService()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getSerializer(String, Class, QName)
- Static method in class com.uc4.ara.rm.
Error
Get Custom Serializer
getSerializer(String, Class, QName)
- Static method in class com.uc4.ara.rm.
ErrorCode
getSerializer(String, Class, QName)
- Static method in class com.uc4.ara.rm.
Result
Get Custom Serializer
getServer()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getServiceName()
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
getStatus(String)
- Method in interface com.uc4.ara.rm.
ImportExportServiceSoap
getStatus(String)
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapProxy
getStatus(String)
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapStub
getStatus()
- Method in class com.uc4.ara.rm.
Result
Gets the status value for this Result.
getSuboption()
- Method in exception com.uc4.ara.collabnet.JArgs.
CmdLineParser.UnknownSuboptionException
getToken()
- Method in class com.uc4.ara.rm.
Result
Gets the token value for this Result.
getTypeDesc()
- Static method in class com.uc4.ara.rm.
Error
Return type metadata object
getTypeDesc()
- Static method in class com.uc4.ara.rm.
ErrorCode
Return type metadata object
getTypeDesc()
- Static method in class com.uc4.ara.rm.
Result
Return type metadata object
getUser()
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
getValue()
- Method in exception com.uc4.ara.collabnet.JArgs.
CmdLineParser.IllegalOptionValueException
getValue(String, Locale)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option
getValue()
- Method in class com.uc4.ara.rm.
ErrorCode
H
handleResult(Result, ImportExportServiceSoap)
- Method in class com.uc4.ara.collabnet.
AbstractFeature
hashCode()
- Method in class com.uc4.ara.rm.
Error
hashCode()
- Method in class com.uc4.ara.rm.
ErrorCode
hashCode()
- Method in class com.uc4.ara.rm.
Result
hudson.plugins.collabnet
- package hudson.plugins.collabnet
I
IMPORTEXPORTSERVICE
- Static variable in class com.uc4.ara.collabnet.rm.
ImportExportServiceFactory
The Constant IMPORTEXPORTSERVICE.
ImportExportService
- Interface in
com.uc4.ara.rm
ImportExportServiceFactory
- Class in
com.uc4.ara.collabnet.rm
Service Factory for talking to UC4 Deployment Manager.
ImportExportServiceFactory()
- Constructor for class com.uc4.ara.collabnet.rm.
ImportExportServiceFactory
ImportExportServiceLocator
- Class in
com.uc4.ara.rm
ImportExportServiceLocator()
- Constructor for class com.uc4.ara.rm.
ImportExportServiceLocator
Data-API
ImportExportServiceLocator(EngineConfiguration)
- Constructor for class com.uc4.ara.rm.
ImportExportServiceLocator
ImportExportServiceLocator(String, QName)
- Constructor for class com.uc4.ara.rm.
ImportExportServiceLocator
ImportExportServiceSoap
- Interface in
com.uc4.ara.rm
ImportExportServiceSoapProxy
- Class in
com.uc4.ara.rm
ImportExportServiceSoapProxy()
- Constructor for class com.uc4.ara.rm.
ImportExportServiceSoapProxy
ImportExportServiceSoapProxy(String)
- Constructor for class com.uc4.ara.rm.
ImportExportServiceSoapProxy
ImportExportServiceSoapStub
- Class in
com.uc4.ara.rm
ImportExportServiceSoapStub()
- Constructor for class com.uc4.ara.rm.
ImportExportServiceSoapStub
ImportExportServiceSoapStub(URL, Service)
- Constructor for class com.uc4.ara.rm.
ImportExportServiceSoapStub
ImportExportServiceSoapStub(Service)
- Constructor for class com.uc4.ara.rm.
ImportExportServiceSoapStub
InvalidCountOption
- Static variable in class com.uc4.ara.rm.
ErrorCode
InvalidDataFormat
- Static variable in class com.uc4.ara.rm.
ErrorCode
InvalidFormatOption
- Static variable in class com.uc4.ara.rm.
ErrorCode
InvalidIndentityProperty
- Static variable in class com.uc4.ara.rm.
ErrorCode
InvalidInputFile
- Static variable in class com.uc4.ara.rm.
ErrorCode
InvalidOptions
- Static variable in class com.uc4.ara.rm.
ErrorCode
isApplicable(Class<? extends AbstractProject>)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
isRequired()
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option
L
logError(String)
- Static method in class com.uc4.ara.collabnet.Logging.
Logger
logException(Exception)
- Static method in class com.uc4.ara.collabnet.Logging.
Logger
Logger
- Class in
com.uc4.ara.collabnet.Logging
Logger()
- Constructor for class com.uc4.ara.collabnet.Logging.
Logger
logMsg(String)
- Static method in class com.uc4.ara.collabnet.Logging.
Logger
longForm()
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option
M
main(String[])
- Static method in class com.uc4.ara.collabnet.
Executor
MaintypeIsRequired
- Static variable in class com.uc4.ara.rm.
ErrorCode
MaintypeNotFound
- Static variable in class com.uc4.ara.rm.
ErrorCode
MandatoryPropertiesMissing
- Static variable in class com.uc4.ara.rm.
ErrorCode
N
NoCreationRightOnCustomType
- Static variable in class com.uc4.ara.rm.
ErrorCode
NoMaintypeExpected
- Static variable in class com.uc4.ara.rm.
ErrorCode
NoPropertyForDeletion
- Static variable in class com.uc4.ara.rm.
ErrorCode
NoReadAccessOnObject
- Static variable in class com.uc4.ara.rm.
ErrorCode
NoWriteAccessOnObject
- Static variable in class com.uc4.ara.rm.
ErrorCode
O
ObjectIdentityAlreadyExists
- Static variable in class com.uc4.ara.rm.
ErrorCode
OK
- Static variable in class com.uc4.ara.collabnet.Logging.
ErrorCodes
OperatorDoesNotSupport
- Static variable in class com.uc4.ara.rm.
ErrorCode
P
parse(String[])
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Extract the options and non-option arguments from the given list of command-line arguments.
parse(String[], Locale)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
Extract the options and non-option arguments from the given list of command-line arguments.
parseValue(String, Locale)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.BooleanOption
parseValue(String, Locale)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.DoubleOption
parseValue(String, Locale)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.IntegerOption
parseValue(String, Locale)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.LongOption
parseValue(String, Locale)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option
Override to extract and convert an option value passed on the command-line
parseValue(String, Locale)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option.StringOption
perform(AbstractBuild<?, ?>, Launcher, BuildListener)
- Method in class hudson.plugins.collabnet.
UC4CreatePackage
Jenkins callback for post-build notification.
printUsage(String)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
PropertiesCannotBeUsedTogetherForDeletion
- Static variable in class com.uc4.ara.rm.
ErrorCode
PropertyDoesnotExists
- Static variable in class com.uc4.ara.rm.
ErrorCode
PropertyRuleViolated
- Static variable in class com.uc4.ara.rm.
ErrorCode
R
readResolve()
- Method in class com.uc4.ara.rm.
ErrorCode
ReferenceNotFound
- Static variable in class com.uc4.ara.rm.
ErrorCode
Result
- Class in
com.uc4.ara.rm
Result()
- Constructor for class com.uc4.ara.rm.
Result
Result(long, Calendar, String, String, String, String, Error[])
- Constructor for class com.uc4.ara.rm.
Result
S
SchemaValidationError
- Static variable in class com.uc4.ara.rm.
ErrorCode
setCodeLink(String)
- Method in class hudson.plugins.collabnet.
Component
setData(String)
- Method in class com.uc4.ara.rm.
Result
Sets the data value for this Result.
setDescription(String)
- Method in class com.uc4.ara.rm.
Result
Sets the description value for this Result.
setEndpoint(String)
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapProxy
setEndpointAddress(String, String)
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
Set the endpoint address for the specified port name.
setEndpointAddress(QName, String)
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
Set the endpoint address for the specified port name.
setErrorCode(ErrorCode)
- Method in class com.uc4.ara.rm.
Error
Sets the errorCode value for this Error.
setErrorDetail(String)
- Method in class com.uc4.ara.rm.
Error
Sets the errorDetail value for this Error.
setErrors(Error[])
- Method in class com.uc4.ara.rm.
Result
Sets the errors value for this Result.
setErrorTitle(String)
- Method in class com.uc4.ara.rm.
Error
Sets the errorTitle value for this Error.
setExamples(String)
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser
setFormat(String)
- Method in class com.uc4.ara.rm.
Result
Sets the format value for this Result.
setImportExportServiceSoapEndpointAddress(String)
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
setImportExportServiceSoapWSDDServiceName(String)
- Method in class com.uc4.ara.rm.
ImportExportServiceLocator
setName(String)
- Method in class hudson.plugins.collabnet.
Component
setParams(CmdLineParser)
- Method in class com.uc4.ara.collabnet.
AbstractFeature
setParams(CmdLineParser)
- Method in class com.uc4.ara.collabnet.
AssignComponent
setParams(CmdLineParser)
- Method in class com.uc4.ara.collabnet.
CreatePackage
setPath(String)
- Method in class hudson.plugins.collabnet.
Component
setProject(String)
- Method in class hudson.plugins.collabnet.
Component
setRecentRequestedDate(Calendar)
- Method in class com.uc4.ara.rm.
Result
Sets the recentRequestedDate value for this Result.
setStatus(long)
- Method in class com.uc4.ara.rm.
Result
Sets the status value for this Result.
setToken(String)
- Method in class com.uc4.ara.rm.
Result
Sets the token value for this Result.
shortForm()
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option
SystemPropertyIsReadOnly
- Static variable in class com.uc4.ara.rm.
ErrorCode
T
testCsv(String, String, String, String[])
- Method in interface com.uc4.ara.rm.
ImportExportServiceSoap
testCsv(String, String, String, String[])
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapProxy
testCsv(String, String, String, String[])
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapStub
toString()
- Method in class com.uc4.ara.rm.
ErrorCode
TypeVersionNotFound
- Static variable in class com.uc4.ara.rm.
ErrorCode
U
UC4CreatePackage
- Class in
hudson.plugins.collabnet
Jenkins Post-build plugin that listens for build changes and notifies UC4 ARA to create a new package when build is successful.
UC4CreatePackage(String, String, String, String, String, String, String, List<Component>, String, String, String)
- Constructor for class hudson.plugins.collabnet.
UC4CreatePackage
UC4CreatePackage.DescriptorImpl
- Class in
hudson.plugins.collabnet
UC4CreatePackage.DescriptorImpl()
- Constructor for class hudson.plugins.collabnet.
UC4CreatePackage.DescriptorImpl
UnexpectedError
- Static variable in class com.uc4.ara.rm.
ErrorCode
W
wantsValue()
- Method in class com.uc4.ara.collabnet.JArgs.
CmdLineParser.Option
Tells whether or not this option wants a value
WARNING
- Static variable in class com.uc4.ara.collabnet.Logging.
ErrorCodes
WrongFormatPropertyName
- Static variable in class com.uc4.ara.rm.
ErrorCode
WronglyFormattedDate
- Static variable in class com.uc4.ara.rm.
ErrorCode
_
_AuthenticationError
- Static variable in class com.uc4.ara.rm.
ErrorCode
_AuthorizationError
- Static variable in class com.uc4.ara.rm.
ErrorCode
_BusinessRuleViolation
- Static variable in class com.uc4.ara.rm.
ErrorCode
_ConditionIsInvalid
- Static variable in class com.uc4.ara.rm.
ErrorCode
_ConditionOperatorIsInvalid
- Static variable in class com.uc4.ara.rm.
ErrorCode
_ConditionPropertyDoesnotSupport
- Static variable in class com.uc4.ara.rm.
ErrorCode
_CustomTypeNotFound
- Static variable in class com.uc4.ara.rm.
ErrorCode
_DatatypeMismatch
- Static variable in class com.uc4.ara.rm.
ErrorCode
_DuplicateProperty
- Static variable in class com.uc4.ara.rm.
ErrorCode
_FolderLogsIsNotWriteable
- Static variable in class com.uc4.ara.rm.
ErrorCode
_import(String, String, String, String, boolean, String)
- Method in interface com.uc4.ara.rm.
ImportExportServiceSoap
_import(String, String, String, String, boolean, String)
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapProxy
_import(String, String, String, String, boolean, String)
- Method in class com.uc4.ara.rm.
ImportExportServiceSoapStub
_InvalidCountOption
- Static variable in class com.uc4.ara.rm.
ErrorCode
_InvalidDataFormat
- Static variable in class com.uc4.ara.rm.
ErrorCode
_InvalidFormatOption
- Static variable in class com.uc4.ara.rm.
ErrorCode
_InvalidIndentityProperty
- Static variable in class com.uc4.ara.rm.
ErrorCode
_InvalidInputFile
- Static variable in class com.uc4.ara.rm.
ErrorCode
_InvalidOptions
- Static variable in class com.uc4.ara.rm.
ErrorCode
_MaintypeIsRequired
- Static variable in class com.uc4.ara.rm.
ErrorCode
_MaintypeNotFound
- Static variable in class com.uc4.ara.rm.
ErrorCode
_MandatoryPropertiesMissing
- Static variable in class com.uc4.ara.rm.
ErrorCode
_NoCreationRightOnCustomType
- Static variable in class com.uc4.ara.rm.
ErrorCode
_NoMaintypeExpected
- Static variable in class com.uc4.ara.rm.
ErrorCode
_NoPropertyForDeletion
- Static variable in class com.uc4.ara.rm.
ErrorCode
_NoReadAccessOnObject
- Static variable in class com.uc4.ara.rm.
ErrorCode
_NoWriteAccessOnObject
- Static variable in class com.uc4.ara.rm.
ErrorCode
_ObjectIdentityAlreadyExists
- Static variable in class com.uc4.ara.rm.
ErrorCode
_OperatorDoesNotSupport
- Static variable in class com.uc4.ara.rm.
ErrorCode
_PropertiesCannotBeUsedTogetherForDeletion
- Static variable in class com.uc4.ara.rm.
ErrorCode
_PropertyDoesnotExists
- Static variable in class com.uc4.ara.rm.
ErrorCode
_PropertyRuleViolated
- Static variable in class com.uc4.ara.rm.
ErrorCode
_ReferenceNotFound
- Static variable in class com.uc4.ara.rm.
ErrorCode
_SchemaValidationError
- Static variable in class com.uc4.ara.rm.
ErrorCode
_SystemPropertyIsReadOnly
- Static variable in class com.uc4.ara.rm.
ErrorCode
_TypeVersionNotFound
- Static variable in class com.uc4.ara.rm.
ErrorCode
_UnexpectedError
- Static variable in class com.uc4.ara.rm.
ErrorCode
_WrongFormatPropertyName
- Static variable in class com.uc4.ara.rm.
ErrorCode
_WronglyFormattedDate
- Static variable in class com.uc4.ara.rm.
ErrorCode
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
_
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2013. All Rights Reserved.