Package | Description |
---|---|
com.ibm.dbb.metadata |
Modifier and Type | Method and Description |
---|---|
BuildResult |
MetadataStore.createBuildResult(java.lang.String group,
java.lang.String label)
Create a BuildResult in the metadata store
|
BuildResult |
MetadataStore.createBuildResult(java.lang.String group,
java.lang.String label,
java.lang.String owner,
java.lang.String team,
int permission)
Create a BuildResult in the metadata store
|
BuildResult |
MetadataStore.getBuildResult(java.lang.String group,
java.lang.String label)
Get a specific build result within a group with the unique label.
|
BuildResult |
MetadataStore.getLastBuildResult(java.lang.String group,
int state,
int status)
Get the latest build result within a group with the specified state and
status.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BuildResult> |
MetadataStore.getBuildResults(java.util.Map<BuildResult.QueryParms,java.lang.String> queryParms)
Get a build result based on the query parameters specified (ie, Group,
state, status, etc).
|
java.util.List<BuildResult> |
MetadataStore.getBuildResults(java.lang.String group)
Get a list of all of the build results in a build group.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataStore.deleteBuildResult(BuildResult buildResult)
Delete, from the metadata store, the build result represented by the
BuildResult . |
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.