Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Class and Description |
---|---|
class |
BuildProject
Represents a Build Project in the VersionOne System.
|
class |
BuildRun
Represents a Build Run in the VersionOne System.
|
class |
ChangeSet
Represents a ChangeSet in the VersionOne system.
|
class |
Defect
A Defect.
|
class |
DefectTemplate
A Defect template.
|
class |
Epic
Represents an Epic in the VersionOne system.
|
class |
Goal
Represents a Goal in the VersionOne system.
|
class |
Issue
Represents an issue in the VersionOne system.
|
class |
Iteration
Represents an iteration or sprint in the VersionOne System.
|
class |
Member
Represents a user or member in the VersionOne system.
|
class |
Message |
class |
PrimaryWorkitem
Base class for Stories and Defects.
|
class |
Project
Represents a project or release in the VersionOne system.
|
class |
ProjectAsset
An Entity that only exists in the context of a Project.
|
class |
RegressionPlan
The RegressionPlan asset.
|
class |
RegressionSuite
The RegressionSuite asset.
|
class |
RegressionTest
Regression Test representation.
|
class |
Request
Represents a request in the VersionOne system.
|
class |
Retrospective
Represents a Retrospective in the VersionOne System
|
class |
Schedule
Represents a schedule in the VersionOne system
|
class |
SecondaryWorkitem
Represents the base of a Task or Test in the VersionOne System.
|
class |
Story
A story or backlog item.
|
class |
StoryTemplate
A Story template.
|
class |
Task
Represents a Task in the VersionOne system.
|
class |
Team
Represents a team in the VersionOne system.
|
class |
Test
Represents a Test in the VersionOne System.
|
class |
TestSet |
class |
TestSuite
The TestSuite asset.
|
class |
Theme
Represents a Theme in the VersionOne system.
|
class |
Workitem
Base class for Stories, Defects, Tasks, Tests.
|
Modifier and Type | Method and Description |
---|---|
BaseAsset |
V1InstanceGetter.baseAssetByID(AssetID id)
Returns a BaseAsset with the given ID or null if the ID is invalid.
|
BaseAsset |
V1InstanceGetter.baseAssetByID(String sId)
Returns a BaseAsset with the given ID or null if the ID is invalid.
|
BaseAsset |
Note.getAsset()
Deprecated.
|
BaseAsset |
Link.getAsset() |
BaseAsset |
Attachment.getAsset() |
BaseAsset |
Message.getRelatedAsset()
An asset associated with this message.
|
Modifier and Type | Method and Description |
---|---|
Collection<BaseAsset> |
V1InstanceGetter.baseAssets(BaseAssetFilter filter)
Get assets filtered by the criteria specified in the passed in filter.
|
Collection<BaseAsset> |
Expression.getMentions() |
Modifier and Type | Method and Description |
---|---|
Attachment |
V1InstanceCreator.attachment(String name,
BaseAsset asset,
String filename,
InputStream stream)
Create a new attachment with a name.
|
Attachment |
V1InstanceCreator.attachment(String name,
BaseAsset asset,
String filename,
InputStream stream,
Map<String,Object> attributes)
Create a new attachment with a name.
|
Link |
V1InstanceCreator.link(String name,
BaseAsset asset,
String url,
boolean onMenu)
Create a new link with a name.
|
Link |
V1InstanceCreator.link(String name,
BaseAsset asset,
String url,
boolean onMenu,
Map<String,Object> attributes)
Create a new link with a name.
|
Note |
V1InstanceCreator.note(String name,
BaseAsset asset,
String content,
boolean personal)
Create a new note with a name, asset, content, and 'personal' flag.
|
Note |
V1InstanceCreator.note(String name,
BaseAsset asset,
String content,
boolean personal,
Map<String,Object> attributes)
Create a new note with a name, asset, content, and 'personal' flag.
|
void |
Note.setAsset(BaseAsset value)
Deprecated.
|
void |
Link.setAsset(BaseAsset value) |
void |
Attachment.setAsset(BaseAsset asset) |
void |
Message.setRelatedAsset(BaseAsset value) |
Modifier and Type | Field and Description |
---|---|
List<BaseAsset> |
NoteFilter.asset
Deprecated.
The Note's Related Asset.
|
List<BaseAsset> |
LinkFilter.asset
The Link's Related Asset.
|
List<BaseAsset> |
AttachmentFilter.asset
The Attachment's Related Asset.
|
List<BaseAsset> |
ExpressionFilter.mentions
Filter on the Mentions property.
|
List<BaseAsset> |
MessageFilter.relatedAsset |
Copyright © 2013 Version One, Inc.. All rights reserved.