Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Environment |
Project.createEnvironment(String name)
Creates a new Environment in the Project.
|
Environment |
Project.createEnvironment(String name,
Map<String,Object> attributes)
Creates a new Environment in the Project with additional attributes.
|
Environment |
V1InstanceCreator.environment(String name,
Project project)
Creates new Environment.
|
Environment |
V1InstanceCreator.environment(String name,
Project project,
Map<String,Object> attributes)
Creates new Environment.
|
Environment |
V1InstanceGetter.environmentByID(AssetID id)
Returns a Environment with the given ID or null if the ID is invalid.
|
Environment |
TestSet.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
Collection<Environment> |
V1InstanceGetter.environments(EnvironmentFilter filter)
Get Environment filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
void |
TestSet.setEnvironment(Environment value) |
Modifier and Type | Field and Description |
---|---|
List<Environment> |
TestSetFilter.environment
Filter by Environment.
|
Copyright © 2013 Version One, Inc.. All rights reserved.