Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
ChangeSet |
V1InstanceCreator.changeSet(String name,
String reference)
Create a new ChangeSet with a name and reference.
|
ChangeSet |
V1InstanceCreator.changeSet(String name,
String reference,
Map<String,Object> attributes)
Create a new ChangeSet with a name and reference.
|
ChangeSet |
V1InstanceGetter.changeSetByID(AssetID id)
Returns a ChangeSet with the given ID or null if the ID is invalid.
|
ChangeSet |
V1InstanceGetter.changeSetByID(String sId)
Returns a ChangeSet with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<ChangeSet> |
V1InstanceGetter.changeSets(ChangeSetFilter filter)
Get ChangeSets filtered by the criteria specified in the passed in
filter.
|
Collection<ChangeSet> |
BuildRun.getChangeSets() |
Modifier and Type | Field and Description |
---|---|
List<ChangeSet> |
BuildRunFilter.changeSets
ChangeSets in the Build Run.
|
Copyright © 2013 Version One, Inc.. All rights reserved.