- category(String) - Method in class com.ibm.dbb.dependency.ResolutionRule
-
Deprecated.
Set the category
- CLEAN - Static variable in interface com.ibm.dbb.repository.BuildResult
-
- clear() - Method in class com.ibm.dbb.build.BuildProperties
-
- clearFileProperties() - Static method in class com.ibm.dbb.build.BuildProperties
-
Removes all file properties
- clearProperties() - Static method in class com.ibm.dbb.build.BuildProperties
-
Removes all basic properties
- clearUnsavedChanges() - Method in interface com.ibm.dbb.repository.ManagedObject
-
Clear changes that have been saved
- CLOSED_PAREN - Static variable in class com.ibm.dbb.build.AbstractCommandExec
-
- collection(String) - Method in class com.ibm.dbb.dependency.DependencyPath
-
Deprecated.
Chainable setter
- collection(String) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the collection to be used to retrieve the logical dependency
- collection(String) - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Add a collection
- Collection - Interface in com.ibm.dbb.repository
-
Containing the information of a build (for example: status and state, etc...)
- collectionExists(String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- collectionExists(String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Test whether a collection exist with the given name
- com.ibm.dbb.build - package com.ibm.dbb.build
-
- com.ibm.dbb.build.report - package com.ibm.dbb.build.report
-
- com.ibm.dbb.build.report.records - package com.ibm.dbb.build.report.records
-
- com.ibm.dbb.build.smf - package com.ibm.dbb.build.smf
-
- com.ibm.dbb.dependency - package com.ibm.dbb.dependency
-
- com.ibm.dbb.migration - package com.ibm.dbb.migration
-
- com.ibm.dbb.repository - package com.ibm.dbb.repository
-
- command(String) - Method in class com.ibm.dbb.build.ISPFExec
-
Sets the TSO/ISPF command to be executed
- command(String) - Method in class com.ibm.dbb.build.TSOExec
-
Sets the TSO/ISPF command to be executed
- COMPLETE - Static variable in interface com.ibm.dbb.repository.BuildResult
-
- concatenate(DDStatement) - Method in class com.ibm.dbb.build.DDStatement
-
Concatenates a DD statement to this DD statement.
- confDir(String) - Method in class com.ibm.dbb.build.ISPFExec
-
Set the configuration directory where runIspf.sh could be found
- confDir(String) - Method in class com.ibm.dbb.build.JCLExec
-
Set the configuration directory where jobOutput REXX script could be found
- confDir(String) - Method in class com.ibm.dbb.build.TSOExec
-
Set the configuration directory where runIspf.sh could be found
- ConnectionException - Exception in com.ibm.dbb.repository
-
- ConnectionException() - Constructor for exception com.ibm.dbb.repository.ConnectionException
-
Construct a new exception without a detail message.
- ConnectionException(int) - Constructor for exception com.ibm.dbb.repository.ConnectionException
-
Construct a new exception without a detail message.
- ConnectionException(String) - Constructor for exception com.ibm.dbb.repository.ConnectionException
-
Constructs a new exception with the specified detail message
- ConnectionException(String, int) - Constructor for exception com.ibm.dbb.repository.ConnectionException
-
Constructs a new exception with the specified detail message
- ConnectionException(Throwable) - Constructor for exception com.ibm.dbb.repository.ConnectionException
-
Constructs a new exception with the specified cause.
- ConnectionException(Throwable, int) - Constructor for exception com.ibm.dbb.repository.ConnectionException
-
Constructs a new exception with the specified cause.
- ConnectionException(String, Throwable) - Constructor for exception com.ibm.dbb.repository.ConnectionException
-
Constructs a new exception with the specified detail message and cause.
- ConnectionException(String, Throwable, int) - Constructor for exception com.ibm.dbb.repository.ConnectionException
-
Constructs a new exception with the specified detail message and cause.
- containsKey(Object) - Method in class com.ibm.dbb.build.BuildProperties
-
- containsValue(Object) - Method in class com.ibm.dbb.build.BuildProperties
-
- convertControlCharacters(boolean) - Method in class com.ibm.dbb.build.CopyToHFS
-
Specify whether the control characters should be converted to
space during copying a PDS member to HFS file.
- copy() - Method in class com.ibm.dbb.build.CopyToHFS
-
Executes the CopyToHFS command
- copy() - Method in class com.ibm.dbb.build.CopyToPDS
-
Executes the CopyToPDS command
- copy(CopyToHFS) - Method in class com.ibm.dbb.build.MVSExec
-
Adds a CopyToHFS command that will be executed after the program is executed but before the DD statements are freed.
- copy(String) - Method in interface com.ibm.dbb.repository.Collection
-
Create a copy of this collection with the specified name
- copyCollection(Collection, String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- copyCollection(String, String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- copyCollection(long, String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- copyCollection(Collection, String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Create a copy of the collection with the new name
- copyCollection(String, String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Create a copy of the collection with the new name
- copyCollection(long, String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Create a copy of the collection with the new name
- copyMode(DBBConstants.CopyMode) - Method in class com.ibm.dbb.build.CopyToHFS
-
Set the mode used by the copy.
- copyMode(DBBConstants.CopyMode) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set the mode used by the copy.
- CopyToHFS - Class in com.ibm.dbb.build
-
This command can be used to copy a partitioned dataset (PDS) member to an HFS file.
- CopyToHFS() - Constructor for class com.ibm.dbb.build.CopyToHFS
-
- CopyToHFSRecord - Class in com.ibm.dbb.build.report.records
-
The record to store information about the command copying
files to HFS.
- CopyToHFSRecord() - Constructor for class com.ibm.dbb.build.report.records.CopyToHFSRecord
-
Construct a record with a default ID
- CopyToHFSRecord(String) - Constructor for class com.ibm.dbb.build.report.records.CopyToHFSRecord
-
Construct a record with the supplied ID.
- CopyToPDS - Class in com.ibm.dbb.build
-
This command is used to copy HFS files to partitioned datasets (PDS).
- CopyToPDS() - Constructor for class com.ibm.dbb.build.CopyToPDS
-
- CopyToPDSRecord - Class in com.ibm.dbb.build.report.records
-
Create a record to store information about the command copying
files to data set.
- CopyToPDSRecord() - Constructor for class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Construct a record with a default ID
- CopyToPDSRecord(String) - Constructor for class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Construct a record with the supplied ID.
- CopyToPDSRecord.OutputInfo - Class in com.ibm.dbb.build.report.records
-
- create() - Method in class com.ibm.dbb.build.CreatePDS
-
Create a data set
- createBuildResult(String, String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- createBuildResult(String, String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- createCollection(String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- createCollection(String, String, String, int) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- createCollection(String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Create a new collection
- createCollection(String, String, String, int) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Create a new collection
- createDefaultReport() - Static method in class com.ibm.dbb.build.report.BuildReportFactory
-
Create default build report.
- createLogicalName(String) - Method in class com.ibm.dbb.dependency.AbstractDependencyScanner
-
Create a logical name from a file name, for example: /u/user/test/cobol/myfile.cbl
will create logical name MYFILE
- createMemberName(String) - Static method in class com.ibm.dbb.build.CopyToPDS
-
Parse the member from the path of a file, for example: /u/user/test/cobol/myfile.cbl
will generate a member name MYFILE
- CreatePasswordFile - Class in com.ibm.dbb.repository
-
- CreatePasswordFile() - Constructor for class com.ibm.dbb.repository.CreatePasswordFile
-
- CreatePDS - Class in com.ibm.dbb.build
-
This command is used to create partitioned datasets (PDS).
- CreatePDS() - Constructor for class com.ibm.dbb.build.CreatePDS
-
Construct a command to create a data set
- CreatePDS(String, String) - Constructor for class com.ibm.dbb.build.CreatePDS
-
Construct a command to create a data set
- CreatePDSRecord - Class in com.ibm.dbb.build.report.records
-
Create a build report record to store information about
data set creation
- CreatePDSRecord() - Constructor for class com.ibm.dbb.build.report.records.CreatePDSRecord
-
Construct a record with a default ID
- CreatePDSRecord(String) - Constructor for class com.ibm.dbb.build.report.records.CreatePDSRecord
-
Construct a default record with a specific ID
- createRecord(String, String) - Method in class com.ibm.dbb.build.report.records.DefaultRecordFactory
-
Create a record with the specified ID and type.
- createRecord(String, String) - Method in interface com.ibm.dbb.build.report.records.IRecordFactory
-
Create a record from the supplied ID and type.
- createReference(String, String) - Static method in class com.ibm.dbb.build.report.Util
-
Create a reference with default ID.
- createReference(String, String, String) - Static method in class com.ibm.dbb.build.report.Util
-
Create a reference.
- gatewayType(String) - Method in class com.ibm.dbb.build.ISPFExec
-
Set the gateway type for the TSOExec command
- gatewayType(String) - Method in class com.ibm.dbb.build.TSOExec
-
Set the gateway type for the TSOExec command
- generateMapping(String) - Method in interface com.ibm.dbb.migration.IMappingRule
-
Generate a list of com.ibm.dbb.migration.MappingInfo
for a
given data set.
- generateMapping(String) - Method in class com.ibm.dbb.migration.MappingRule
-
Generate a list of com.ibm.dbb.migration.MappingInfo
for a
given data set.
- get(Object) - Method in class com.ibm.dbb.build.BuildProperties
-
- getAccountNumber() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Get the account number for the interactive ISPF Gateway
- getAllBuildResults(Map<String, String>) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getAllBuildResults(Map<String, String>) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getAllCollections() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getAllCollections() - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getAllDDNames() - Method in class com.ibm.dbb.build.JCLExec
-
Return all output DD names of the submitted job
- getAllDDNames(boolean) - Method in class com.ibm.dbb.build.JCLExec
-
Return all qualified output DD names of the submitted job.
- getAllDependencies() - Method in class com.ibm.dbb.build.report.records.DependencySetRecord
-
Retrieve all dependencies in this record
- getAllImpactedFiles(List<String>, List<LogicalDependency>) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getAllImpactedFiles(List<String>, List<LogicalDependency>) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Get all impacted logical files that match a given logical dependency
- getAllLogicalFiles(String, String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getAllLogicalFiles(String, LogicalDependency) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getAllLogicalFiles(String, String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Return a list of logical dependency for a program
- getAllLogicalFiles(String, LogicalDependency) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Get all logical dependencies that match a given logical dependency
- getAllowIncludeInAnyColumn() - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- getAllRecordTypes() - Method in class com.ibm.dbb.build.report.records.RecordFactoryManager
-
Returns all record types registered by their factories
- getAllSupportedTypes() - Method in class com.ibm.dbb.build.report.records.DefaultRecordFactory
-
Return a list of record types that are supported by this factory
- getAllSupportedTypes() - Method in interface com.ibm.dbb.build.report.records.IRecordFactory
-
Returns all supported record types.
- getArchive() - Method in class com.ibm.dbb.build.CopyToPDS
-
Retrieve the absolute path to the archive
- getArchive() - Method in class com.ibm.dbb.dependency.DependencyPath
-
Deprecated.
Returns the archive for this path
- getArchive() - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Get the absolute path to the archive
- getArchive() - Method in class com.ibm.dbb.dependency.PhysicalDependency
-
Returns the archive path for this dependency
- getArchivedFile() - Method in class com.ibm.dbb.build.CopyToPDS
-
Retrieve the archived file (e.g src/cobol/example.cbl)
- getArchivedLogicalFile(String, String) - Static method in class com.ibm.dbb.dependency.SearchPathDependencyResolver
-
Returns the logical file for the source file in an archive from the logical file cache.
- getArchivedLogicalFile(String, String, boolean) - Static method in class com.ibm.dbb.dependency.SearchPathDependencyResolver
-
Returns the logical file for the source file in an archive from the logical file cache.
- getAttachmentNames() - Method in interface com.ibm.dbb.repository.BuildResult
-
Get the names of all attachments stored in this build result
- getAttachments() - Method in interface com.ibm.dbb.repository.BuildResult
-
Get all attachments stored in this build result
- getAttachments(String) - Method in interface com.ibm.dbb.repository.BuildResult
-
Find all attachments with a specific name
- getAttr(String) - Method in class com.ibm.dbb.migration.AbstractMappingRule
-
Returns the value of the mapping rule attribute
- getAttr(String, String) - Method in class com.ibm.dbb.migration.AbstractMappingRule
-
Returns the value of the mapping rule attribute
- getAttribute(String) - Method in class com.ibm.dbb.build.report.records.AnyTypeRecord
-
Return the Object value of an attribute stored in this record
- getAttributeAsList(String) - Method in class com.ibm.dbb.build.report.records.AnyTypeRecord
-
Return the value of a String List attribute stored in this record.
- getAttributeAsString(String) - Method in class com.ibm.dbb.build.report.records.AnyTypeRecord
-
Return the value of a String attribute stored in this record.
- getAuthentication() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getAuthentication() - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getBooleanAttr(String) - Method in class com.ibm.dbb.migration.AbstractMappingRule
-
Returns the boolean
value of the
mapping rule attribute
- getBooleanAttr(String, boolean) - Method in class com.ibm.dbb.migration.AbstractMappingRule
-
Returns the boolean
value of the
mapping rule attribute
- getBuild() - Method in class com.ibm.dbb.build.report.records.VersionRecord
-
Return the build version number of DBB
- getBuild() - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Returns the DBB build number stored in the DBB SMF record
- getBuild() - Method in class com.ibm.dbb.build.VersionInfo
-
Retrieve the build number of the toolkit
- getBuild() - Method in interface com.ibm.dbb.repository.Version
-
- getBuildMode() - Method in class com.ibm.dbb.build.report.records.ModeRecord
-
Return the build mode of DBB
- getBuildReport() - Static method in class com.ibm.dbb.build.report.BuildReportFactory
-
Returns the current build report if one initialize
otherwise return a NoopBuildReport
- getBuildResult(long) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getBuildResult(String, String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getBuildResult(long) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getBuildResult(String, String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getCategory() - Method in class com.ibm.dbb.dependency.LogicalDependency
-
Returns the category the dependency belongs to.
- getCategory() - Method in class com.ibm.dbb.dependency.ResolutionRule
-
Deprecated.
Get the category
- getCollectControlTransfers() - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- getCollection() - Method in class com.ibm.dbb.dependency.DependencyPath
-
Deprecated.
Returns the repository collection name for this path
- getCollection() - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Return the collection to be used to retrieve the logical dependency
- getCollection() - Method in class com.ibm.dbb.dependency.ImpactFile
-
Returns the repository collection this impacted file was located in
- getCollection() - Method in class com.ibm.dbb.dependency.PhysicalDependency
-
Returns the repository collection name the dependency was located in
- getCollection(long) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getCollection(long) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getCollectionByName(String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getCollectionByName(String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getCollections() - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Get the list of collections
- getCollections() - Method in class com.ibm.dbb.dependency.SearchPathImpactFinder
-
Returns the list of collections for the impact finder
- getCommand() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Returns the TSO/ISPF command to be executed
- getCommand() - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Return the command "DBBCOPY" to be stored in the build report.
- getCommand() - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Return the command to be stored in the build report.
- getConcatenations() - Method in class com.ibm.dbb.build.DDStatement
-
Retrieves the list of DD statements that are concatenated to this DD statement
- getConfDir() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Returns the configuration directory where runIspf.sh could be found
- getConfDir() - Method in class com.ibm.dbb.build.JCLExec
-
Returns the configuration directory where jobOutput REXX script could be found
- getContentType() - Method in interface com.ibm.dbb.repository.Attachment
-
Return the content type of the attachment
- getCopyMode() - Method in class com.ibm.dbb.build.CopyToHFS
-
Return the mode used by the copy.
- getCopyMode() - Method in class com.ibm.dbb.build.CopyToPDS
-
Return the mode used by the copy.
- getCreated() - Method in interface com.ibm.dbb.repository.RepositoryObject
-
Return the time that the repository object was created
- getCreatedBy() - Method in interface com.ibm.dbb.repository.RepositoryObject
-
Return the user that creates the repository object
- getDataset() - Method in class com.ibm.dbb.build.CopyToHFS
-
Retrieve the data set containing the member
to copy from
- getDataset() - Method in class com.ibm.dbb.build.CopyToPDS
-
Retrieve the target data set
- getDataset() - Method in class com.ibm.dbb.build.CreatePDS
-
Retrieve the data set to be allocated
- getDataset() - Method in class com.ibm.dbb.build.JCLExec
-
Return the data set that contains the JCL to be submitted
- getDataset() - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Return the dataset.
- getDataset() - Method in class com.ibm.dbb.build.report.records.CreatePDSRecord
-
Return the data set to be created
- getDataset() - Method in class com.ibm.dbb.migration.MappingInfo
-
The data set contains members to be migrated
- getDatasets() - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Return a list of data sets being stored in the build report.
- getDate() - Method in class com.ibm.dbb.build.report.records.VersionRecord
-
Return the date of the DBB build
- getDate() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns SMF record header date.
- getDate() - Method in class com.ibm.dbb.build.VersionInfo
-
Retrieve the date the toolkit was built
- getDate() - Method in interface com.ibm.dbb.repository.Version
-
- getDdName() - Method in class com.ibm.dbb.build.CopyToHFS
-
Retrieve the DD to copy from
- getDDref() - Method in class com.ibm.dbb.build.DDStatement
-
Get the DD reference for this DD statement
- getDDStatements() - Method in class com.ibm.dbb.build.AbstractExec
-
Retrieves the list of DD statements for this command
- getDefaultLibrary() - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- getDependencies() - Method in class com.ibm.dbb.build.CopyToPDS
-
Get all physical dependencies of the source file
- getDeployType() - Method in class com.ibm.dbb.build.CopyToPDS
-
Return the deploy type
- getDeployType() - Method in class com.ibm.dbb.build.DDStatement
-
get the deploy type for this DD
- getDeployType() - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Return the deploy type.
- getDestination() - Method in class com.ibm.dbb.build.report.records.CopyToHFSRecord
-
The USS file to copy the data set to.
- getDestination() - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Return the data set to copy the file to.
- getDirectory() - Method in class com.ibm.dbb.dependency.DependencyPath
-
Deprecated.
Returns the directory name for this path
- getDsn() - Method in class com.ibm.dbb.build.DDStatement
-
Retrieves the dataset name for this DD statement.
- getErrorStatusCode() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getErrorStatusCode() - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getExcludeFilter() - Method in interface com.ibm.dbb.dependency.ILinkEditScanner
-
Returns the current excludeFilter used by the load module scanner.
- getExcludeFilter() - Method in class com.ibm.dbb.dependency.LinkEditScanner
-
Returns the current excludeFilter used by the load module scanner.
- getExecutables() - Method in class com.ibm.dbb.build.MVSJob
-
Return a list of commands to be executed
- getExpandIncludeInComment() - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- getFailedStepNumber() - Method in class com.ibm.dbb.build.MVSJob
-
Retrieve the index of the commands failed to execute
- getFile() - Method in class com.ibm.dbb.build.AbstractExec
-
Returns the relative path of the file that this
command is processing.
- getFile() - Method in class com.ibm.dbb.build.CopyToHFS
-
Retrieve the target file on HFS
- getFile() - Method in class com.ibm.dbb.build.CopyToPDS
-
Retrieve the file to copy to a data set
- getFile() - Method in class com.ibm.dbb.build.JCLExec
-
Return the file on the HFS that contains the JCL to be submitted
- getFile() - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Return the file associated with the command.
- getFile() - Method in class com.ibm.dbb.build.report.records.DependencySetRecord
-
Return the file to store the dependencies
- getFile() - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Return the file associated with the command.
- getFile() - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Get the source file
- getFile() - Method in class com.ibm.dbb.dependency.ImpactFile
-
Returns the path (usually relative to a root source directory) of the physical file impacted
- getFile() - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Get the source file
- getFile() - Method in class com.ibm.dbb.dependency.LogicalFile
-
Returns the path (usually relative to a source directory) of the physical file that was scanned
- getFile() - Method in class com.ibm.dbb.dependency.PhysicalDependency
-
Returns the resolved physical file for this dependency
- getFileAttr(String) - Method in class com.ibm.dbb.migration.AbstractMappingRule
-
- getFileProperty(String, String) - Static method in class com.ibm.dbb.build.BuildProperties
-
Searches for the file property for the given key that is associated to the file.
- getFilePropertyPatterns(String, String) - Static method in class com.ibm.dbb.build.BuildProperties
-
Returns the list of file patterns associated with a file property
- getFlag() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns SMF record header flag.
- getFreeFormatCobol() - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- getFullyQualifiedDsn() - Method in class com.ibm.dbb.migration.MappingInfo
-
Construct a fully qualified data set member
- getGatewayType() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Get the gateway type for the TSOExec command
- getGroup() - Method in class com.ibm.dbb.build.report.records.BuildResultRecord
-
Return the group containing the build result
- getGroup() - Method in interface com.ibm.dbb.repository.BuildResult
-
Return the group the build belongs to
- getGroupId() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Get the group ID for the interactive ISPF Gateway
- getHeader() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns copy of the byte array containing only the SMF record header.
- getHeaderLength() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns length of the SMF record header.
- getHFSEncoding() - Method in class com.ibm.dbb.build.CopyToHFS
-
Retrieve the target HFS file encoding.
- getHFSEncoding() - Method in class com.ibm.dbb.build.CopyToPDS
-
Retrieve the source HFS file encoding.
- getHfsPath() - Method in class com.ibm.dbb.migration.MappingInfo
-
The HFS path to copy the member to
- getId() - Method in class com.ibm.dbb.build.report.records.Record
-
Return the ID of the record.
- getId() - Method in interface com.ibm.dbb.repository.RepositoryObject
-
The ID of the repository object
- getInstance() - Static method in class com.ibm.dbb.build.BuildProperties
-
Returns a singleton instance of BuildProperties.
- getInstance() - Static method in class com.ibm.dbb.build.report.records.RecordFactoryManager
-
Create an instance of the manager.
- getInstance() - Static method in class com.ibm.dbb.build.VersionInfo
-
Retrieve an instance of VersionInfo
- getInstreamData() - Method in class com.ibm.dbb.build.DDStatement
-
Retrieve the instream data of this DD.
- getJclEncoding() - Method in class com.ibm.dbb.build.JCLExec
-
Return the encoding of the JCL
- getKey() - Method in class com.ibm.dbb.build.CopyToPDS
-
Return the key (file)
- getKeyName() - Method in class com.ibm.dbb.build.PropertyMappings
-
- getLabel() - Method in class com.ibm.dbb.build.report.records.BuildResultRecord
-
Return the label of the build result
- getLabel() - Method in interface com.ibm.dbb.repository.BuildResult
-
Returns the label of the build result
- getLanguage() - Method in class com.ibm.dbb.dependency.ImpactFile
-
Returns the coding language of the impacted source file
- getLanguage() - Method in class com.ibm.dbb.dependency.LogicalFile
-
Returns the coding language for this source file
- getLanguageHint() - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- getLastBuildResult(String, int, int) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getLastBuildResult(String, int, int) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getLastStatus() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getLastStatus() - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getLastStatusCode() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getLastStatusCode() - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getLastUpdated() - Method in interface com.ibm.dbb.repository.RepositoryObject
-
Return the time the repository object last updated
- getLastUpdatedBy() - Method in interface com.ibm.dbb.repository.RepositoryObject
-
Return the user that updated the repository object
- getLength() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns the length of the SMF record
- getLibpath() - Method in interface com.ibm.dbb.dependency.ILinkEditScanner
-
Get the value of LIBPATH used for this instance of the Link Edit Scanner.
- getLibpath() - Method in class com.ibm.dbb.dependency.LinkEditScanner
-
Get the value of LIBPATH used for this instance of the Link Edit Scanner.
- getLibrary() - Method in class com.ibm.dbb.dependency.LogicalDependency
-
Returns the library (location) of the dependency
- getLibrary() - Method in class com.ibm.dbb.dependency.ResolutionRule
-
Deprecated.
Get the library
- getLname() - Method in class com.ibm.dbb.dependency.ImpactFile
-
Return the logical name of the impacted file
- getLname() - Method in class com.ibm.dbb.dependency.LogicalDependency
-
Returns the logical name of the dependency
- getLname() - Method in class com.ibm.dbb.dependency.LogicalFile
-
Returns the logical name of the file
- getLname() - Method in class com.ibm.dbb.dependency.ResolutionRule
-
Deprecated.
Get the logical name
- getLogEncoding() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Returns the encoding of the log file
- getLogFile() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Returns the path to the log file
- getLogFiles() - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Return a list of the log files associated with the command.
- getLogicalDependencies() - Method in class com.ibm.dbb.dependency.LogicalFile
-
Returns the list of logical dependencies for this file
- getLogicalFile() - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Return the logical file that is used to resolve
- getLogicalFile() - Method in class com.ibm.dbb.dependency.ImpactFile
-
- getLogicalFile(String, String) - Static method in class com.ibm.dbb.dependency.SearchPathDependencyResolver
-
Returns the logical file for the source file from the logical file cache.
- getLogicalFile(String, String, boolean) - Static method in class com.ibm.dbb.dependency.SearchPathDependencyResolver
-
Returns the logical file for the source file from the logical file cache.
- getLogicalFile(String) - Method in interface com.ibm.dbb.repository.Collection
-
Return a logical file for a source file
- getLogicalFile(String, String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getLogicalFile(String, String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Return a logical file for a source file
- getLogicalFiles(String) - Method in interface com.ibm.dbb.repository.Collection
-
Return a list of logical dependency for a program
- getLogicalFiles(LogicalDependency) - Method in interface com.ibm.dbb.repository.Collection
-
Get all logical dependencies that match a given logical dependency
- getLogLevel() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Get the log level for the interactive ISPF Gateway
- getMappedList(String, List<String>) - Method in class com.ibm.dbb.build.PropertyMappings
-
Returns a sublist of files that are mapped the value name
- getMappedList(String, File) - Method in class com.ibm.dbb.build.PropertyMappings
-
Returns a sublist of files that are mapped the value name
- getMappedList(String, File, String) - Method in class com.ibm.dbb.build.PropertyMappings
-
Returns a sublist of files that are mapped the value
- getMappedList(String, List<String>) - Static method in class com.ibm.dbb.build.ScriptMappings
-
Returns a sublist of files that are mapped the the script name
- getMappedList(String, File) - Static method in class com.ibm.dbb.build.ScriptMappings
-
Returns a sublist of files that are mapped the the script name
- getMappedList(String, File, String) - Static method in class com.ibm.dbb.build.ScriptMappings
-
Returns a sublist of files that are mapped the the script name
- getMaxRC() - Method in class com.ibm.dbb.build.JCLExec
-
Return the Max RC of the submitted job
- getMaxRC() - Method in class com.ibm.dbb.build.MVSJob
-
Retrieve the expected maximum return code
- getMember() - Method in class com.ibm.dbb.build.CopyToHFS
-
Retrieve the member to copy from
- getMember() - Method in class com.ibm.dbb.build.CopyToPDS
-
Retrieve the target member
- getMember() - Method in class com.ibm.dbb.build.JCLExec
-
Return the member in a data set that contains the JCL to be submitted
- getMember() - Method in class com.ibm.dbb.migration.MappingInfo
-
Returns the member to be migrated
- getMod() - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Returns the Mod number stored in the DBB SMF record
- getMode() - Method in class com.ibm.dbb.build.report.records.CopyToHFSRecord
-
Return the copy mode.
- getMode() - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Return the copy mode.
- getName() - Method in class com.ibm.dbb.build.DDStatement
-
Retrieves the DD name of this DD statement.
- getName() - Method in interface com.ibm.dbb.repository.Attachment
-
Return the name of the attachment
- getName() - Method in interface com.ibm.dbb.repository.Collection
-
Return the name of the Collection
- getName() - Method in interface com.ibm.dbb.repository.Version
-
- getNextId(String) - Method in class com.ibm.dbb.build.report.records.RecordFactoryManager
-
Generate an unique ID for a specific record type.
- getOptions() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Retrieve the options to pass to the command
- getOptions() - Method in class com.ibm.dbb.build.CreatePDS
-
Retrieve the options to be used to allocate the data set
- getOptions() - Method in class com.ibm.dbb.build.DDStatement
-
Retrieves the BPXWDYN allocation options for this DD statement.
- getOptions() - Method in class com.ibm.dbb.build.report.records.CreatePDSRecord
-
Return the options used to allocate the new data set
- getOptions() - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Return the options used by the command to be stored in the build report.
- getOutput() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Returns the output from the ISPF command
- getOutput() - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Return the output.
- getOutputs() - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Return the list of outputs being stored in the build report.
- getOutputs() - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Return the list of outputs being stored in the build report.
- getOwner() - Method in interface com.ibm.dbb.repository.ManagedObject
-
Return the owner of the managed object
- getPassword() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getPassword() - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getPasswordFile() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getPasswordFile() - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getPath() - Method in class com.ibm.dbb.build.DDStatement
-
Retrieves the path for this DD statement.
- getPDSEncoding() - Method in class com.ibm.dbb.build.CopyToHFS
-
Retrieve the source PDS member encoding.
- getPDSEncoding() - Method in class com.ibm.dbb.build.CopyToPDS
-
Retrieve the target PDS member encoding.
- getPdsEncoding() - Method in class com.ibm.dbb.migration.MappingInfo
-
The encoding to be used to read the contents of the member in
the data set
- getPermission() - Method in interface com.ibm.dbb.repository.ManagedObject
-
Return the permission for the managed object
- getProcedureName() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Get the procedure name for the interactive ISPF Gateway
- getProductFeature() - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Returns the Product Feature stored in the DBB SMF record
- getProductId() - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Returns the Product Id stored in the DBB SMF record
- getProductName() - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Returns the Product Name stored in the DBB SMF record
- getProperties() - Method in class com.ibm.dbb.build.report.records.PropertiesRecord
-
Return a list of properties in this record
- getProperty(String) - Static method in class com.ibm.dbb.build.BuildProperties
-
Returns the basic property value
- getProperty(String) - Method in class com.ibm.dbb.build.report.records.PropertiesRecord
-
Return the value of the property stored in this record
- getProperty(String) - Method in interface com.ibm.dbb.repository.BuildResult
-
return the value of the property in the build result
- getPropertyNames() - Method in interface com.ibm.dbb.repository.BuildResult
-
Get the names of all properties found in the build result
- getPropertyValues(String) - Method in interface com.ibm.dbb.repository.BuildResult
-
Return the value of the property in a Set
- getRc() - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Return the RC associated with the command.
- getRc() - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Return the RC associated with the command.
- getReadOptions() - Method in class com.ibm.dbb.build.CopyToHFS
-
Retrieve additional read options used by z/OS C library I/O functions.
- getRecord() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns a copy of the byte array containing the SMF record data.
- getRecords() - Method in class com.ibm.dbb.build.report.BuildReport
-
Returns a immutable list of records being stored in this build report.
- getRefId() - Method in class com.ibm.dbb.build.report.records.Reference
-
Return the ID of the actual record that this reference
is referring to.
- getRefType() - Method in class com.ibm.dbb.build.report.records.Reference
-
Return the type of the actual record that this reference
is referring to.
- getRegionSize() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Get the region size for the interactive ISPF Gateway
- getRelease() - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Returns the release number stored in the DBB SMF record
- getRepositoryClient() - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Return the RepositoryClient used to retrieve logical file
- getRepositoryClient() - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Return the repository client
- getRepositoryClient() - Method in class com.ibm.dbb.dependency.SearchPathImpactFinder
-
Returns the RepositoryClient
for the impact finder
- getResolutionRules() - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Get all resolution rules to be used to resolve logical dependency
- getResolutionRules() - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Get the list of resolution rules
- getRestService() - Method in interface com.ibm.dbb.repository.RepositoryObject
-
- getScanner() - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Return the scanner to be used to scan for logical dependencies
- getScanner(String) - Static method in class com.ibm.dbb.dependency.DependencyScannerRegistry
-
Returns the instance of IDependencyScanner registered for this file's file extension or the default DBB DependencyScanner
if no scanner is registered to the file extension.
- getScannerOutput() - Method in interface com.ibm.dbb.dependency.ILinkEditScanner
-
Retrieve the raw output from the module scanner
- getScannerOutput() - Method in class com.ibm.dbb.dependency.LinkEditScanner
-
Retrieve the raw output from the module scanner
- getScanNetviewDependencies() - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- getScriptName(String) - Static method in class com.ibm.dbb.build.ScriptMappings
-
Returns the script name associated to the relative path file or NULL
if no script name is
found for the file.
- getScriptNames() - Static method in class com.ibm.dbb.build.ScriptMappings
-
Returns all the script mappings names
- getSearchPath() - Method in class com.ibm.dbb.dependency.ResolutionRule
-
Deprecated.
Return a list of search paths
- getSearchPath() - Method in class com.ibm.dbb.dependency.SearchPathDependencyResolver
-
Returns the dependency search path for the dependency resolver
- getSearchPath() - Method in class com.ibm.dbb.dependency.SearchPathImpactFinder
-
Returns the dependency search path for the impact finder
- getSegment() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns SMF record header segment.
- getServerVersion() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getServerVersion() - Method in class com.ibm.dbb.repository.RepositoryClient
-
Retrieve server version
- getShExec() - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Returns the path to the Bourne shell executor
- getSID() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns SMF record header system identification.
- getSize() - Method in interface com.ibm.dbb.repository.Attachment
-
Return the size of the attachment in bytes
- getSource() - Method in class com.ibm.dbb.build.report.records.CopyToHFSRecord
-
Returns the data set to copy from.
- getSource() - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Return the USS file to copy from.
- getSourceDir() - Method in class com.ibm.dbb.dependency.DependencyPath
-
Deprecated.
Returns the source directory for this path
- getSourceDir() - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the directory where the source file can be located
- getSourceDir() - Method in class com.ibm.dbb.dependency.PhysicalDependency
-
Returns the root source directory the physical file will be located in
- getSslProtocols() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getSslProtocols() - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getState() - Method in interface com.ibm.dbb.repository.BuildResult
-
- getStatus() - Method in interface com.ibm.dbb.repository.BuildResult
-
- getStatusCode() - Method in exception com.ibm.dbb.repository.ConnectionException
-
- getSubmittedJobId() - Method in class com.ibm.dbb.build.JCLExec
-
Returns the ID of the submitted job in form of <jobName>(<jobId>)
- getSubmittedJobName() - Method in class com.ibm.dbb.build.JCLExec
-
Returns the name of the submitted job
- getSubType() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns SMF record header subtype
- getTeam() - Method in interface com.ibm.dbb.repository.ManagedObject
-
Return the team for the managed object
- getText() - Method in class com.ibm.dbb.build.JCLExec
-
Return the JCL to be submitted
- getTime() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns SMF record header time.
- getTimestamp() - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Returns the timestamp stored in the DBB SMF record
- getType() - Method in class com.ibm.dbb.build.report.records.Record
-
Return the type of the record.
- getType() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns SMF record header type.
- getUrl() - Method in class com.ibm.dbb.build.report.records.BuildResultRecord
-
Return the URL to the build result
- getUrl() - Method in interface com.ibm.dbb.repository.BuildResult
-
Return the URL to access the build result
- getUrl() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getUrl() - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getUrl() - Method in interface com.ibm.dbb.repository.RepositoryObject
-
Return the URL to access the build result
- getUserid() - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Returns the userid stored in the DBB SMF record.
- getUserId() - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- getUserId() - Method in class com.ibm.dbb.repository.RepositoryClient
-
- getValue(String) - Method in class com.ibm.dbb.build.PropertyMappings
-
Returns the value associated to the relative path file or NULL
if no value is
found for the file.
- getValues() - Method in class com.ibm.dbb.build.PropertyMappings
-
Returns all the values of the map
- getVersion() - Method in class com.ibm.dbb.build.report.records.VersionRecord
-
Return the version of DBB
- getVersion() - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Returns the Version number stored in the DBB SMF record
- getVersion() - Method in class com.ibm.dbb.build.VersionInfo
-
Retrieve the version of the toolkit
- getVersion() - Method in interface com.ibm.dbb.repository.Version
-
- getVolser() - Method in class com.ibm.dbb.build.CopyToHFS
-
Return the volume serial of the data set
- getVolser() - Method in class com.ibm.dbb.build.CopyToPDS
-
Return the volume serial of the data set
- getVolser() - Method in class com.ibm.dbb.build.JCLExec
-
Return the volume serial of the data set
- getWID() - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Returns SMF record header subsystem identification.
- groupId(String) - Method in class com.ibm.dbb.build.ISPFExec
-
Set the group ID for the interactive ISPF Gateway
- groupId(String) - Method in class com.ibm.dbb.build.TSOExec
-
Set the group ID for the interactive ISPF Gateway
- save(File, String) - Method in class com.ibm.dbb.build.report.BuildReport
-
Save all records stored in this build report to a file.
- save() - Method in interface com.ibm.dbb.repository.ManagedObject
-
Save the build result
- saveLogicalFile(String, LogicalFile) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- saveLogicalFile(String, LogicalFile) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Convenient method to save a logical file to the repository
- saveLogicalFiles(String, List<LogicalFile>) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- saveLogicalFiles(String, List<LogicalFile>) - Method in class com.ibm.dbb.repository.RepositoryClient
-
Save a list of logical files
- saveOutput(File) - Method in class com.ibm.dbb.build.JCLExec
-
Save the output of the submitted job in a file on HFS
- saveOutput(File, String) - Method in class com.ibm.dbb.build.JCLExec
-
Save the output of the submitted job in a file on HFS
- saveOutput(String, File) - Method in class com.ibm.dbb.build.JCLExec
-
Save the output of a specific DD in a file on HFS
- saveOutput(String, File, String) - Method in class com.ibm.dbb.build.JCLExec
-
Save the output of a specific DD in a file on HFS
- saveOutput(String, File, boolean) - Method in class com.ibm.dbb.build.JCLExec
-
Save the output of a specific DD in a file on HFS
- saveOutput(String, File, String, boolean) - Method in class com.ibm.dbb.build.JCLExec
-
Save the output of a specific DD in a file on HFS
- saveOutput(String, String, File, String, boolean) - Method in class com.ibm.dbb.build.JCLExec
-
Save the output of a specific DD in a file on HFS
- scan(String, String) - Method in class com.ibm.dbb.dependency.AbstractDependencyScanner
-
Scan and collect logical dependency of a file
- scan(String, String, String) - Method in class com.ibm.dbb.dependency.AbstractDependencyScanner
-
Scan and collect logical dependency of a file
- scan(String, InputStream) - Method in class com.ibm.dbb.dependency.AbstractDependencyScanner
-
Scan and collect logical dependency of a file
- scan(String, InputStream, String) - Method in class com.ibm.dbb.dependency.AbstractDependencyScanner
-
Scan and collect logical dependency of a file
- scan(String, String) - Method in interface com.ibm.dbb.dependency.IDependencyScanner
-
Scan and collect logical dependency of a file.
- scan(String, String, String) - Method in interface com.ibm.dbb.dependency.IDependencyScanner
-
Scan and collect logical dependency of a file
- scan(String, InputStream) - Method in interface com.ibm.dbb.dependency.IDependencyScanner
-
Scan and collect logical dependency of a file.
- scan(String, InputStream, String) - Method in interface com.ibm.dbb.dependency.IDependencyScanner
-
Scan and collect logical dependency of a file
- scan(String) - Method in interface com.ibm.dbb.dependency.ILinkEditScanner
-
Scan and collect logical dependency of a load module
- scan(String, String) - Method in interface com.ibm.dbb.dependency.ILinkEditScanner
-
Scan and collect logical dependency of a load module
- scan(String, String, String) - Method in interface com.ibm.dbb.dependency.ILinkEditScanner
-
Scan and collect logical dependency of a load module
- scan(String) - Method in class com.ibm.dbb.dependency.LinkEditScanner
-
- scan(String, String) - Method in class com.ibm.dbb.dependency.LinkEditScanner
-
- scan(String, String, String) - Method in class com.ibm.dbb.dependency.LinkEditScanner
-
Scan and collect logical dependency of a load module
- scanArchive(String, String) - Method in class com.ibm.dbb.dependency.AbstractDependencyScanner
-
Scan and collect logical dependencies from an archive
- scanArchive(String, String, String) - Method in class com.ibm.dbb.dependency.AbstractDependencyScanner
-
Scan and collect logical dependencies from an archive
- scanArchive(String, String, String) - Method in interface com.ibm.dbb.dependency.IDependencyScanner
-
Scan and collect logical dependencies from an archive
- scanArchive(String, String) - Method in interface com.ibm.dbb.dependency.IDependencyScanner
-
Scan and collect logical dependencies from an archive.
- scanArchivedFile(String, String, String) - Method in class com.ibm.dbb.dependency.AbstractDependencyScanner
-
Scan and collect the logical dependency from an archived file
- scanArchivedFile(String, String, String, String) - Method in class com.ibm.dbb.dependency.AbstractDependencyScanner
-
Scan and collect the logical dependency from an archived file
- scanArchivedFile(String, String, String) - Method in interface com.ibm.dbb.dependency.IDependencyScanner
-
Scan and collect the logical dependency from an archived file.
- scanArchivedFile(String, String, String, String) - Method in interface com.ibm.dbb.dependency.IDependencyScanner
-
Scan and collect the logical dependency from an archived file
- scanner(IDependencyScanner) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the dependency scanner to be used to scan for logical dependencies
- SCRIPT_MAPPING_KEY - Static variable in class com.ibm.dbb.build.ScriptMappings
-
- ScriptMappings - Class in com.ibm.dbb.build
-
The ScriptMappings class is a convenient 'wrapper' class for BuildProperties
that provides utility methods to
work specifically with script mappings.
- ScriptMappings() - Constructor for class com.ibm.dbb.build.ScriptMappings
-
- SearchPathDependencyResolver - Class in com.ibm.dbb.dependency
-
The SearchPathDependenceyResolver
class is used to resolve build dependencies identified by the DBB dependency scanners
to physical source files on the local file system.
- SearchPathDependencyResolver(String) - Constructor for class com.ibm.dbb.dependency.SearchPathDependencyResolver
-
Used to create an instance of the SearchPathDependencyResolver
- SearchPathDependencyResolver(String, boolean) - Constructor for class com.ibm.dbb.dependency.SearchPathDependencyResolver
-
Used to create an instance of the SearchPathDependencyResolver
- SearchPathImpactFinder - Class in com.ibm.dbb.dependency
-
The SearchPathImpactFinder class is used to search the DBB Web Application repository collections for any programs or
intermediate source files that contains a reference to a changed source file.
- SearchPathImpactFinder(String, List<String>, IRepositoryClient) - Constructor for class com.ibm.dbb.dependency.SearchPathImpactFinder
-
Used to create an instance of the SearchPathImpactFinder
- SearchPathImpactFinder(String, List<String>, RepositoryClient, boolean) - Constructor for class com.ibm.dbb.dependency.SearchPathImpactFinder
-
Used to create an instance of the SearchPathImpactFinder
- SECURITY_TRACE - Static variable in interface com.ibm.dbb.build.DBBConstants
-
Security Trace Option
- setAccountNumber(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Set the account number for the interactive ISPF Gateway
- setAllowIncludeInAnyColumn(String) - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- setAppend(boolean) - Method in class com.ibm.dbb.build.CopyToHFS
-
Set flag indicating if the content of the PDS member should be concatenated to the target HFS file if already exists.
- setArchive(String) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set the absolute path to the archive
- setArchive(String) - Method in class com.ibm.dbb.dependency.DependencyPath
-
Deprecated.
Sets the archive for this path
- setArchive(String) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the absolute path to the archive
- setArchive(String) - Method in class com.ibm.dbb.dependency.PhysicalDependency
-
Sets the archive path for this dependency
- setArchivedFile(String) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set the archived file (e.g src/cobol/example.cbl)
- setAttribute(String, String) - Method in class com.ibm.dbb.build.report.records.AnyTypeRecord
-
Set a String value attribute to the record.
- setAttribute(String, List<String>) - Method in class com.ibm.dbb.build.report.records.AnyTypeRecord
-
Set a String List value to the record.
- setAuthentication(String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- setAuthentication(String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- setBuild(String) - Method in class com.ibm.dbb.build.report.records.VersionRecord
-
Set the build version number of DBB
- setBuildMode(String) - Method in class com.ibm.dbb.build.report.records.ModeRecord
-
Set the build mode of DBB
- setBuildReport(InputStream) - Method in interface com.ibm.dbb.repository.BuildResult
-
Set the content of the build report HTML
- setBuildReportData(InputStream) - Method in interface com.ibm.dbb.repository.BuildResult
-
Set the raw data of the build report
- setCategory(String) - Method in class com.ibm.dbb.dependency.LogicalDependency
-
Set the category of the dependency
- setCategory(String) - Method in class com.ibm.dbb.dependency.ResolutionRule
-
Deprecated.
Set the category
- setCICS(boolean) - Method in class com.ibm.dbb.dependency.LogicalFile
-
Sets flag indicating program contains EXEC CICS statements
- setCollectControlTransfers(String) - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- setCollection(String) - Method in class com.ibm.dbb.dependency.DependencyPath
-
Deprecated.
Sets the repository collection name for this path
- setCollection(String) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the collection to be used to retrieve the logical dependency
- setCollection(String) - Method in class com.ibm.dbb.dependency.ImpactFile
-
Sets the repository collection this impacted file was located in
- setCollection(String) - Method in class com.ibm.dbb.dependency.PhysicalDependency
-
Sets the repository collection name the dependency was located in
- setCollections(List<String>) - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Set the list of collections
- setCommand(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Sets the TSO/ISPF command to be executed
- setCommand(String) - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Set the command "DBBCOPY" to be stored in the build report.
- setCommand(String) - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Set the command to be stored in the build report.
- setConfDir(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Set the configuration directory where runIspf.sh could be found
- setConfDir(String) - Method in class com.ibm.dbb.build.JCLExec
-
Set the configuration directory where jobOutput REXX script could be found
- setConvertControlCharacters(boolean) - Method in class com.ibm.dbb.build.CopyToHFS
-
Specify whether the control characters should be converted to
space during copying a PDS member to HFS file.
- setCopyMode(DBBConstants.CopyMode) - Method in class com.ibm.dbb.build.CopyToHFS
-
Set the mode used by the copy.
- setCopyMode(DBBConstants.CopyMode) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set the mode used by the copy.
- setDataset(String) - Method in class com.ibm.dbb.build.CopyToHFS
-
Set the data set containing the member to copy
from
- setDataset(String) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set the target data set
- setDataset(String) - Method in class com.ibm.dbb.build.CreatePDS
-
Set the data set to be allocated
- setDataset(String) - Method in class com.ibm.dbb.build.JCLExec
-
Set the data set contains the JCL to be submitted
- setDataset(String) - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Set the dataset.
- setDataset(String) - Method in class com.ibm.dbb.build.report.records.CreatePDSRecord
-
Set the data set to be created
- setDataset(String) - Method in class com.ibm.dbb.migration.MappingInfo
-
Sets the data set to be migrated
- setDate(String) - Method in class com.ibm.dbb.build.report.records.VersionRecord
-
Set the date of DBB build
- setDdName(String) - Method in class com.ibm.dbb.build.CopyToHFS
-
Set the DD to copy from
- setDdnames(String) - Method in class com.ibm.dbb.build.MVSExec
-
Set the DDs required by the MVS module
- setDDref(String) - Method in class com.ibm.dbb.build.DDStatement
-
- setDefaultLibrary(String) - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- setDependencies(List<PhysicalDependency>) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set the dependencies of the source file
- setDeployType(String) - Method in class com.ibm.dbb.build.CopyToPDS
-
Specify the deploy type
- setDeployType(String) - Method in class com.ibm.dbb.build.DDStatement
-
Set the deploy type for this DD
- setDeployType(String) - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Set the deploy type.
- setDestination(File) - Method in class com.ibm.dbb.build.report.records.CopyToHFSRecord
-
Set the USS file to copy the data set to.
- setDestination(String) - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Set the data set to copy the file to.
- setDirectory(String) - Method in class com.ibm.dbb.dependency.DependencyPath
-
Deprecated.
Sets the directory name for this path
- setDisableCache(boolean) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set to not use local cache
- setDisableCache(boolean) - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Indicate whether local cache is used
- setDLI(boolean) - Method in class com.ibm.dbb.dependency.LogicalFile
-
Sets flag indicating program contains EXEC DLI statements
- setDsn(String) - Method in class com.ibm.dbb.build.DDStatement
-
Sets the dataset name for this DD statement.
- setErrorStatusCode(int) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- setErrorStatusCode(int) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- setExcluded(boolean) - Method in class com.ibm.dbb.dependency.PhysicalDependency
-
- setExcludeFilter(String) - Method in interface com.ibm.dbb.dependency.ILinkEditScanner
-
Set filter used to exclude certain information from the link edit
scanning.
- setExcludeFilter(String) - Method in class com.ibm.dbb.dependency.LinkEditScanner
-
Set filter used to exclude certain information from the link edit
scanning.
- setExecutables(List<IExecute>) - Method in class com.ibm.dbb.build.MVSJob
-
Sets the list of executables to run
- setExists(boolean) - Method in class com.ibm.dbb.build.report.records.CreatePDSRecord
-
Set whether the data set already exists
- setExpandIncludeInComment(String) - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- setFile(String) - Method in class com.ibm.dbb.build.AbstractExec
-
Set the file that this command is processing.
- setFile(File) - Method in class com.ibm.dbb.build.CopyToHFS
-
Set the target file on HFS
- setFile(File) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set the file to copy to a data set
- setFile(File) - Method in class com.ibm.dbb.build.JCLExec
-
Set the file on the HFS that contains the JCL to be submitted
- setFile(String) - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Set the file associated with the command to be stored in the build report.
- setFile(String) - Method in class com.ibm.dbb.build.report.records.DependencySetRecord
-
Set the file to store dependencies
- setFile(String) - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Set the file associated with the command to be stored in the build report.
- setFile(String) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the source file
- setFile(String) - Method in class com.ibm.dbb.dependency.ImpactFile
-
Sets the path (usually relative to a root source directory) of the physical file impacted
- setFile(String) - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Set the source file
- setFile(String) - Method in class com.ibm.dbb.dependency.LogicalFile
-
Sets the path (usually relative to a source directory) of the physical file that was scanned
- setFile(String) - Method in class com.ibm.dbb.dependency.PhysicalDependency
-
Sets the resolved physical file for this dependency
- setFileProperty(String, String, String) - Static method in class com.ibm.dbb.build.BuildProperties
-
Sets a name value property associated to a file pattern in the file properties table.
- setFileProperty(String, String, List<String>) - Static method in class com.ibm.dbb.build.BuildProperties
-
Sets a name value property with a list of associated file patterns in the file properties table.
- setForceSSLTrusted(boolean) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- setForceSSLTrusted(boolean) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- setFreeFormatCobol(String) - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- setFreePgmAllocatedDDs(boolean) - Method in class com.ibm.dbb.build.MVSExec
-
Set whether the DDs allocated by the program should be freed.
- setGatewayType(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Set the gateway type for the TSOExec command
- setGroup(String) - Method in class com.ibm.dbb.build.report.records.BuildResultRecord
-
Set the group containing the build result
- setGroupId(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Set the group ID for the interactive ISPF Gateway
- setHFSEncoding(String) - Method in class com.ibm.dbb.build.CopyToHFS
-
Set the target HFS file encoding.
- setHFSEncoding(String) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set the source HFS file encoding.
- setHfsPath(String) - Method in class com.ibm.dbb.migration.MappingInfo
-
Sets the HFS path to copy the member to
- setId(String) - Method in class com.ibm.dbb.build.report.records.Record
-
Set the ID of the record.
- setInstreamData(String) - Method in class com.ibm.dbb.build.DDStatement
-
Set the instream data for this DD
- setJclEncoding(String) - Method in class com.ibm.dbb.build.JCLExec
-
Set the encoding of the JCL
- setKeepCommandScript(boolean) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Sets to true
if the REXX command data set should be kept.
- setKey(String) - Method in class com.ibm.dbb.build.CopyToPDS
-
Specify the key (file)
- setKeyName(String) - Method in class com.ibm.dbb.build.PropertyMappings
-
- setLabel(String) - Method in class com.ibm.dbb.build.report.records.BuildResultRecord
-
Set the build result label
- setLanguage(String) - Method in class com.ibm.dbb.dependency.ImpactFile
-
Sets the coding language of the impacted source file
- setLanguage(String) - Method in class com.ibm.dbb.dependency.LogicalFile
-
Set the coding language for this source file
- setLanguageHint(String) - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- setLibpath(String) - Method in interface com.ibm.dbb.dependency.ILinkEditScanner
-
Override the default, /usr/lib, LIBPATH for this instance of the Link
Edit Scanner.
- setLibpath(String) - Method in class com.ibm.dbb.dependency.LinkEditScanner
-
Override the default, /usr/lib, LIBPATH for this instance of the Link
Edit Scanner.
- setLibrary(String) - Method in class com.ibm.dbb.dependency.LogicalDependency
-
Sets the library (location) of the dependency
- setLibrary(String) - Method in class com.ibm.dbb.dependency.ResolutionRule
-
Deprecated.
Set the library
- setLname(String) - Method in class com.ibm.dbb.dependency.ImpactFile
-
Sets the logical name of the impacted file
- setLname(String) - Method in class com.ibm.dbb.dependency.LogicalDependency
-
Sets the logical name of the dependency
- setLname(String) - Method in class com.ibm.dbb.dependency.LogicalFile
-
Sets the logical name of the file
- setLname(String) - Method in class com.ibm.dbb.dependency.ResolutionRule
-
Deprecated.
Set the logical name
- setLogEncoding(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Sets the log encoding
- setLogFile(File) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Sets the path to the log file
- setLogicalDependencies(List<LogicalDependency>) - Method in class com.ibm.dbb.dependency.LogicalFile
-
Sets the list of logical dependencies for this file
- setLogicalFile(LogicalFile) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the logical file
- setLogLevel(int) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Set the log level for the interactive ISPF Gateway
- setMaxRC(int) - Method in class com.ibm.dbb.build.MVSJob
-
Set the maximum return code allowed during the execute
method
- setMember(String) - Method in class com.ibm.dbb.build.CopyToHFS
-
Set the member to copy from
- setMember(String) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set the target member
- setMember(String) - Method in class com.ibm.dbb.build.JCLExec
-
Set the member in a data set that contains the JCL to be submitted
- setMember(String) - Method in class com.ibm.dbb.migration.MappingInfo
-
Set the member to be migrated
- setMode(DBBConstants.CopyMode) - Method in class com.ibm.dbb.build.report.records.CopyToHFSRecord
-
Set the copy mode.
- setMode(DBBConstants.CopyMode) - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Set the copy mode.
- setMQ(boolean) - Method in class com.ibm.dbb.dependency.LogicalFile
-
Sets flag indicating program contains MQ calls
- setName(String) - Method in class com.ibm.dbb.build.DDStatement
-
Sets the DD name for this DD statement.
- setName(String) - Method in interface com.ibm.dbb.repository.Collection
-
Set the name of the Collection
- setOptions(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Set the options to pass to the command
- setOptions(String) - Method in class com.ibm.dbb.build.CreatePDS
-
Set the options to be used to allocate the data set
- setOptions(String) - Method in class com.ibm.dbb.build.DDStatement
-
Sets the BPXWDYN allocation options for this DD statement.
- setOptions(String) - Method in class com.ibm.dbb.build.report.records.CreatePDSRecord
-
Set the options to allocate the new data set
- setOptions(String) - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Set the options used by the command to be stored in the build report.
- setOutput(boolean) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set whether the output has been specified
- setOutput(boolean) - Method in class com.ibm.dbb.build.DDStatement
-
Set whether this DD as an output DD
- setOutput(boolean) - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Set the output.
- setOwner(String) - Method in interface com.ibm.dbb.repository.ManagedObject
-
Set the owner of the managed object
- setParm(String) - Method in class com.ibm.dbb.build.MVSExec
-
Set the parameters to be passed to the MVS module
- setPass(boolean) - Method in class com.ibm.dbb.build.DDStatement
-
Sets the pass
flag for this DD statement.
- setPassword(String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- setPassword(String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- setPasswordFile(File) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- setPasswordFile(File) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- setPath(String) - Method in class com.ibm.dbb.build.DDStatement
-
Sets the path for this DD statement.
- setPDSEncoding(String) - Method in class com.ibm.dbb.build.CopyToHFS
-
Set the source PDS member encoding.
- setPDSEncoding(String) - Method in class com.ibm.dbb.build.CopyToPDS
-
Set the target PDS member encoding.
- setPdsEncoding(String) - Method in class com.ibm.dbb.migration.MappingInfo
-
Set the encoding to be used to read the contents of the member in
the data set
- setPermission(int) - Method in interface com.ibm.dbb.repository.ManagedObject
-
Set the permission for the managed object.
- setPgm(String) - Method in class com.ibm.dbb.build.MVSExec
-
Set the name of MVS module to execute
- setProcedureName(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Set the procedure name for the interactive ISPF Gateway
- setProductFeature(String) - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Override the default Product Feature name
- setProductId(String) - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Override the default Product Id
- setProductName(String) - Method in class com.ibm.dbb.build.smf.DBBSmfRecord
-
Override the default product name
- setProperty(String, String) - Static method in class com.ibm.dbb.build.BuildProperties
-
Sets a basic property
- setProperty(String, String) - Method in interface com.ibm.dbb.repository.BuildResult
-
Add a property to the build result
- setProperty(String, Set<String>) - Method in interface com.ibm.dbb.repository.BuildResult
-
Add a property to the build result
- setQualifier(DependencyPath) - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Set the qualifier
- setRc(int) - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Set the RC associated with the command.
- setRc(int) - Method in class com.ibm.dbb.build.report.records.ExecuteRecord
-
Set the RC associated with the command.
- setReadOptions(String) - Method in class com.ibm.dbb.build.CopyToHFS
-
Set additional read options used by z/OS C library I/O functions.
- setRecordFilter(IRecordFilter) - Method in class com.ibm.dbb.build.report.BuildReport
-
Set a filter to determine which records should be included in the build report.
- setRefId(String) - Method in class com.ibm.dbb.build.report.records.Reference
-
Set the ID of the actual record that this reference
is referring to.
- setRefType(String) - Method in class com.ibm.dbb.build.report.records.Reference
-
Set the type of the actual record that this reference
is referring to.
- setRegionSize(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Set the region size for the interactive ISPF Gateway
- setReport(boolean) - Method in class com.ibm.dbb.build.DDStatement
-
Set whether this DD should be reported in the build report.
- setRepositoryClient(IRepositoryClient) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the repository client to be used to retrieve logical file
- setRepositoryClient(IRepositoryClient) - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Set the repository client
- setResolutionRules(List<ResolutionRule>) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the resolution rules used to resolve logical dependency to physical
dependencies
- setResolutionRules(List<ResolutionRule>) - Method in class com.ibm.dbb.dependency.ImpactResolver
-
Deprecated.
Set a list of resolution rules
- setResolved(boolean) - Method in class com.ibm.dbb.dependency.PhysicalDependency
-
Set the flag indicating if the logical dependency was resolved to a physical file
- setResponse(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Sets the response command for the interactive ISPF Gateway
- setReuseIspfSession(boolean) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Sets whether an existing ISPF session should be used
- setScanner(IDependencyScanner) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the dependency scanner to be used to scan for logical dependencies
- setScanNetviewDependencies(String) - Method in class com.ibm.dbb.dependency.DependencyScanner
-
- setScriptName(String, List<String>) - Static method in class com.ibm.dbb.build.ScriptMappings
-
Sets a script mapping association.
- setSearchPath(List<DependencyPath>) - Method in class com.ibm.dbb.dependency.ResolutionRule
-
Deprecated.
Set the list of search paths
- setShExec(String) - Method in class com.ibm.dbb.build.AbstractCommandExec
-
Sets the path to the Bourne shell executor.
- setSource(String) - Method in class com.ibm.dbb.build.report.records.CopyToHFSRecord
-
Set the data set to copy from.
- setSource(File) - Method in class com.ibm.dbb.build.report.records.CopyToPDSRecord
-
Set the USS file to copy from.
- setSourceDir(String) - Method in class com.ibm.dbb.dependency.DependencyPath
-
Deprecated.
Sets the source directory for this path
- setSourceDir(String) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the directory where the source file can be located
- setSourceDir(String) - Method in class com.ibm.dbb.dependency.PhysicalDependency
-
Sets the root source directory the physical file will be located in
- setSQL(boolean) - Method in class com.ibm.dbb.dependency.LogicalFile
-
Sets flag indicating program contains EXEC SQL statements
- setSslProtocol(String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- setSslProtocol(String[]) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- setSslProtocol(String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- setSslProtocol(String[]) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- setState(int) - Method in interface com.ibm.dbb.repository.BuildResult
-
- setStatus(int) - Method in interface com.ibm.dbb.repository.BuildResult
-
- setTeam(String) - Method in interface com.ibm.dbb.repository.ManagedObject
-
Set the team for the managed object
- setText(String) - Method in class com.ibm.dbb.build.JCLExec
-
Set the content of the JCL to be submitted
- setType(String) - Method in class com.ibm.dbb.build.report.records.Record
-
Set the type of the record.
- setUrl(String) - Method in class com.ibm.dbb.build.report.records.BuildResultRecord
-
Set the build result URL
- setUrl(String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- setUrl(String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- setUserId(String) - Method in interface com.ibm.dbb.repository.IRepositoryClient
-
- setUserId(String) - Method in class com.ibm.dbb.repository.RepositoryClient
-
- setValue(String, List<String>) - Method in class com.ibm.dbb.build.PropertyMappings
-
Sets a value association.
- setVersion(String) - Method in class com.ibm.dbb.build.report.records.VersionRecord
-
Set the version of DBB
- setVolser(String) - Method in class com.ibm.dbb.build.CopyToHFS
-
Specify the volume serial of the data set
- setVolser(String) - Method in class com.ibm.dbb.build.CopyToPDS
-
Specify the volume serial of the data set
- setVolser(String) - Method in class com.ibm.dbb.build.JCLExec
-
Specify the volume serial of the data set
- setWID(String) - Method in class com.ibm.dbb.build.smf.SmfRecord
-
Set the SMF record header subsystem identification.
- shExec(String) - Method in class com.ibm.dbb.build.ISPFExec
-
Sets the path to the Bourne shell executor.
- shExec(String) - Method in class com.ibm.dbb.build.TSOExec
-
Sets the path to the Bourne shell executor.
- SINGLE_QUOTE - Static variable in class com.ibm.dbb.build.AbstractCommandExec
-
- size() - Method in class com.ibm.dbb.build.BuildProperties
-
- SmfRecord - Class in com.ibm.dbb.build.smf
-
- SmfRecord(byte) - Constructor for class com.ibm.dbb.build.smf.SmfRecord
-
Create an object representing an SMF record header of a particular SMF
type.
- SmfRecord(byte, short) - Constructor for class com.ibm.dbb.build.smf.SmfRecord
-
Create an object representing an SMF record header of a particular SMF
type and subtype.
- SmfRecord(byte[], boolean) - Constructor for class com.ibm.dbb.build.smf.SmfRecord
-
Create an object representing an SMF record header using a data buffer.
- sourceDir(String) - Method in class com.ibm.dbb.dependency.DependencyPath
-
Deprecated.
Chainable setter
- sourceDir(String) - Method in class com.ibm.dbb.dependency.DependencyResolver
-
Deprecated.
Set the directory where the source file can be located
- SPACE - Static variable in class com.ibm.dbb.build.AbstractCommandExec
-
- start() - Method in class com.ibm.dbb.build.MVSJob
-
Starts collecting passed DD statements from MVSExec commands for freeing later.
- staticReset() - Static method in class com.ibm.dbb.build.BuildProperties
-
- staticReset() - Static method in class com.ibm.dbb.build.report.BuildReportFactory
-
- staticReset() - Static method in class com.ibm.dbb.build.report.records.RecordFactoryManager
-
- staticReset() - Static method in class com.ibm.dbb.build.VersionInfo
-
- staticReset() - Static method in class com.ibm.dbb.dependency.DependencyScannerRegistry
-
Resets the static variables created by this class.
- stop() - Method in class com.ibm.dbb.build.MVSJob
-
Stops collecting passed DD statements and frees all that has been collected.