Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Defect |
Project.createDefect(String name)
Create a new Defect in this Project.
|
Defect |
Project.createDefect(String name,
Map<String,Object> attributes)
Create a new Defect in this Project.
|
Defect |
V1InstanceCreator.defect(String name,
Project project)
Create a new Defect with a name.
|
Defect |
V1InstanceCreator.defect(String name,
Project project,
Map<String,Object> attributes)
Create a new Defect with a name.
|
Defect |
V1InstanceGetter.defectByDisplayID(String displayID)
Returns a Defect with the given ID or null if the ID is invalid.
|
Defect |
V1InstanceGetter.defectByID(AssetID id)
Returns a Defect with the given ID or null if the ID is invalid.
|
Defect |
V1InstanceGetter.defectByID(String sId)
Returns a Defect with the given ID or null if the ID is invalid.
|
Defect |
Request.generateDefect()
Creates a Defect from this Request.
|
Defect |
Issue.generateDefect()
Creates a Defect from this Issue.
|
Defect |
DefectTemplate.generateDefect()
Creates a Defect from this Template, copying Attributes and
Relationships.
|
Defect |
Request.generateDefect(Map<String,Object> attributes)
Creates a Defect from this Request.
|
Defect |
Issue.generateDefect(Map<String,Object> attributes)
Creates a Defect from this Issue.
|
Modifier and Type | Method and Description |
---|---|
Collection<Defect> |
V1InstanceGetter.defects(DefectFilter filter)
Get defects filtered by the criteria specified in the passed in filter.
|
Collection<Defect> |
PrimaryWorkitem.getAffectedByDefects() |
Collection<Defect> |
Epic.getChildDefects(DefectFilter filter) |
Collection<Defect> |
Project.getDefects(DefectFilter filter)
filter Get Defects in this Project filtered as specified in the passed in
filter.
|
Collection<Defect> |
Project.getDefects(DefectFilter filter,
boolean includeSubprojects)
Get Defects in this Project filtered as specified in the passed in
filter.
|
Collection<Defect> |
BuildRun.getFoundDefects(DefectFilter filter)
Defects found in this Build Run.
|
Modifier and Type | Field and Description |
---|---|
List<Defect> |
PrimaryWorkitemFilter.affectedByDefects
Filter on AffectedByDefects.
|
Copyright © 2013 Version One, Inc.. All rights reserved.