Package | Description |
---|---|
com.ibm.dbb.build.report | |
com.ibm.dbb.build.report.records |
Modifier and Type | Method and Description |
---|---|
Record |
BuildReport.findRecordFromReference(Reference reference)
Resolve a
Reference to a Record . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Record> |
BuildReport.getRecords()
Returns a immutable list of records being stored in this build report.
|
Modifier and Type | Method and Description |
---|---|
void |
NoopBuildReport.addRecord(Record record)
Does nothing
|
void |
BuildReport.addRecord(Record record)
Add a record into the build report.
|
Modifier and Type | Class and 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 result
|
class |
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 |
CreatePDSRecord
Create a build report record to store information about
data set creation
|
class |
DependencySetRecord
The record containing the dependency set record
|
class |
ExecuteRecord
Create a record to store information about executing a command.
|
class |
ModeRecord |
class |
PropertiesRecord
A basic record containing a list of name,value pairs
|
class |
Reference
The Reference is a special type of Record that does not
contain any information.
|
class |
VersionRecord |
Modifier and Type | Method and Description |
---|---|
Record |
IRecordFactory.createRecord(java.lang.String id,
java.lang.String type)
Create a record from the supplied ID and type.
|
Record |
DefaultRecordFactory.createRecord(java.lang.String id,
java.lang.String type)
Create a record with the specified ID and type.
|
Record |
Reference.parse(com.ibm.json.java.JSONObject jsonObj)
Create the record from JSON.
|
Record |
RecordFactoryManager.parse(com.ibm.json.java.JSONObject jsonObj)
Create the record from JSON.
|
Record |
Record.parse(com.ibm.json.java.JSONObject jsonObj)
Create the record from JSON.
|
Record |
PropertiesRecord.parse(com.ibm.json.java.JSONObject jsonObj)
Create the record from JSON.
|
Record |
DependencySetRecord.parse(com.ibm.json.java.JSONObject jsonObj)
Create the record from JSON.
|
Record |
AnyTypeRecord.parse(com.ibm.json.java.JSONObject jsonObj)
Create the record from JSON.
|
Record |
IRecordFactory.parseRecord(com.ibm.json.java.JSONObject jsonObj)
Create the record from JSON.
|
Record |
AbstractRecordFactory.parseRecord(com.ibm.json.java.JSONObject jsonObj)
Parse the record from JSON format.
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.