Package | Description |
---|---|
com.ibm.dbb.dependency | |
com.ibm.dbb.metadata |
Modifier and Type | Method and Description |
---|---|
Collection |
ImpactFile.getCollection()
Returns the repository collection this impacted file was located in
|
Modifier and Type | Method and Description |
---|---|
void |
ImpactFile.setCollection(Collection collection)
Sets the repository collection this impacted file was located in
|
Constructor and Description |
---|
ImpactFile(LogicalFile logicalFile,
Collection collection)
Public Constructor
|
ImpactFile(java.lang.String lname,
java.lang.String file,
java.lang.String language,
Collection collection)
Public Constructor
|
Modifier and Type | Method and Description |
---|---|
Collection |
Collection.copy(java.lang.String newName)
Create a copy of this collection with the specified name within the same build group
|
Collection |
MetadataStore.copyCollection(Collection collection,
java.lang.String newName)
Deprecated.
As of release 2.0.2, replaced by
BuildGroup.copyCollection(String, String) and
BuildGroup.copyCollection(Collection, String) |
Collection |
BuildGroup.copyCollection(Collection collection,
java.lang.String newName)
Copy a collection to this build group
|
Collection |
MetadataStore.copyCollection(java.lang.String collectionName,
java.lang.String newName)
Deprecated.
As of release 2.0.2, replaced by
BuildGroup.copyCollection(String, String) and
BuildGroup.copyCollection(Collection, String) |
Collection |
BuildGroup.copyCollection(java.lang.String name,
java.lang.String newName)
Copy a collection within this build group
|
Collection |
MetadataStore.createCollection(java.lang.String collectionName)
Deprecated.
As of release 2.0.2, replaced by
BuildGroup.createCollection(String) |
Collection |
BuildGroup.createCollection(java.lang.String name)
Create a collection with the specified name
|
Collection |
MetadataStore.createCollection(java.lang.String name,
java.lang.String owner,
java.lang.String team,
int permission)
Deprecated.
As of release 2.0.2, replaced by
BuildGroup.createCollection(String, String, String, int) |
Collection |
BuildGroup.createCollection(java.lang.String name,
java.lang.String owner,
java.lang.String team,
int permission)
Create a collection with the specified attributes
|
Collection |
MetadataStore.getCollection(java.lang.String name)
Deprecated.
As of release 2.0.2, replaced by
BuildGroup.getCollection(String) |
Collection |
BuildGroup.getCollection(java.lang.String name)
Get a collection by name
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Collection> |
MetadataStore.getCollections()
Deprecated.
As of release 2.0.2, replaced by
BuildGroup.getCollections() |
java.util.List<Collection> |
BuildGroup.getCollections()
Get all collections within this build group
|
java.util.List<Collection> |
MetadataStore.getImpactedFiles(java.util.List<java.lang.String> collections,
java.util.List<LogicalDependency> lds)
Get a list of impacted files in a list of collections with dependencies
on a list of logical dependencies.
|
java.util.List<Collection> |
BuildGroup.getImpactedFiles(java.util.List<java.lang.String> collections,
java.util.List<LogicalDependency> lds)
Get a list of impacted files in a list of collections with dependencies
on a list of logical dependencies.
|
Modifier and Type | Method and Description |
---|---|
Collection |
MetadataStore.copyCollection(Collection collection,
java.lang.String newName)
Deprecated.
As of release 2.0.2, replaced by
BuildGroup.copyCollection(String, String) and
BuildGroup.copyCollection(Collection, String) |
Collection |
BuildGroup.copyCollection(Collection collection,
java.lang.String newName)
Copy a collection to this build group
|
void |
MetadataStore.deleteCollection(Collection collection)
Deprecated.
As of release 2.0.2, replaced by
BuildGroup.deleteCollection(Collection) |
void |
BuildGroup.deleteCollection(Collection collection)
Delete a collection
|
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.