Uses of Class
com.ibm.dbb.build.report.records.Record
-
Packages that use Record Package Description com.ibm.dbb.build.report com.ibm.dbb.build.report.records -
-
Uses of Record in com.ibm.dbb.build.report
Methods in com.ibm.dbb.build.report that return Record Modifier and Type Method Description Record
BuildReport. findRecordFromReference(Reference reference)
Resolve aReference
to aRecord
.Methods in com.ibm.dbb.build.report that return types with arguments of type Record Modifier and Type Method Description java.util.List<Record>
BuildReport. getRecords()
Returns a immutable list of records being stored in this build report.Methods in com.ibm.dbb.build.report with parameters of type Record Modifier and Type Method Description void
BuildReport. addRecord(Record record)
Add a record into the build report.void
NoopBuildReport. addRecord(Record record)
Does nothing -
Uses of Record in com.ibm.dbb.build.report.records
Subclasses of Record in com.ibm.dbb.build.report.records Modifier and Type Class Description class
AnyTypeRecord
A simple record of any type that can be created and populated in a build script.class
BuildResultRecord
Record to store information about a build resultclass
CopyToHFSRecord
The record to store information about the command copying files to HFS.class
CopyToPDSRecord
Create a record to store information about the command copying files to data set.class
CopyToUnixRecord
class
CreatePDSRecord
Create a build report record to store information about data set creationclass
DependencySetRecord
The record containing the dependency set recordclass
ExecuteRecord
Create a record to store information about executing a command.class
ModeRecord
class
PropertiesRecord
A basic record containing a list of name,value pairsclass
Reference
The Reference is a special type of Record that does not contain any information.class
UnixRecord
A record to store information about executing a z/OS UNIX command.class
VersionRecord
Methods in com.ibm.dbb.build.report.records that return Record Modifier and Type Method Description Record
DefaultRecordFactory. createRecord(java.lang.String id, java.lang.String type)
Create a record with the specified ID and type.Record
IRecordFactory. createRecord(java.lang.String id, java.lang.String type)
Create a record from the supplied ID and type.Record
AnyTypeRecord. parse(com.google.gson.JsonObject jsonObj)
Create the record from JSON.Record
DependencySetRecord. parse(com.google.gson.JsonObject jsonObj)
Create the record from JSON.Record
PropertiesRecord. parse(com.google.gson.JsonObject jsonObj)
Create the record from JSON.Record
Record. parse(com.google.gson.JsonObject jsonObj)
Create the record from JSON.Record
RecordFactoryManager. parse(com.google.gson.JsonObject jsonObj)
Create the record from JSON.Record
Reference. parse(com.google.gson.JsonObject jsonObj)
Create the record from JSON.Record
AbstractRecordFactory. parseRecord(com.google.gson.JsonObject jsonObj)
Parse the record from JSON format.Record
IRecordFactory. parseRecord(com.google.gson.JsonObject jsonObj)
Create the record from JSON.
-