A B C D E F G H I L M N O P R S T U V W X

A

activate() - Method in class com.versionone.om.Iteration
Open or activate this iteration.
ACTIVE - Static variable in class com.versionone.om.State
active status.
add(D) - Method in class com.versionone.om.EntityCollection
Add item to collection.
addAttributes(Entity, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Fill attributes for specified entity.
addCookie(String, String, Date) - Method in class com.versionone.om.CookiesManager
 
ApiClientInternals - Class in com.versionone.om
Allows access to the underlying API Client structures.
ApiClientInternals(String, String, String, ProxySettings) - Constructor for class com.versionone.om.ApiClientInternals
 
ApplicationUnavailableException - Exception in com.versionone.om
Thrown when an instance is validated and cannot communicate with the VersionOne Application.
asReadOnly() - Method in class com.versionone.om.EntityCollection
 
assertEqualsAsSet(String, Collection<?>, Collection<?>) - Static method in class com.versionone.om.TesterBase
Asserts that two sets of objects are equal.
assertEqualsAsSet(String, Object[], Object[]) - Static method in class com.versionone.om.TesterBase
Asserts that two sets of objects are equal.
ASSET_STATE_VALUE - Static variable in class com.versionone.om.Entity
 
ASSET_VALUE - Static variable in class com.versionone.om.Entity
 
AssetID - Class in com.versionone.om
Represents a unique ID in the VersionOne system.
AssetID(String) - Constructor for class com.versionone.om.AssetID
Construct an AssetID by ID.
assignRegressionTest(RegressionTest) - Method in class com.versionone.om.RegressionSuite
Assign Regression Test to this suite.
Attachment - Class in com.versionone.om
Represents an attachment in the VersionOne system.
attachment(String, BaseAsset, String, InputStream) - Method in class com.versionone.om.V1InstanceCreator
Create a new attachment with a name.
attachment(String, BaseAsset, String, InputStream, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new attachment with a name.
attachmentByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns an Attachment with the given ID or null if the ID is invalid.
attachmentByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns an Attachment with the given ID or null if the ID is invalid.
AttachmentLengthExceededException - Exception in com.versionone.om
Thrown when an attachment stream exceeds the server's allowed size limit.
AttachmentLengthExceededException(String) - Constructor for exception com.versionone.om.AttachmentLengthExceededException
Creating exception with message of error.
AttachmentLengthExceededException(Throwable) - Constructor for exception com.versionone.om.AttachmentLengthExceededException
Constructs a new exception with the specified cause.
AttachmentLengthExceededException(String, Throwable) - Constructor for exception com.versionone.om.AttachmentLengthExceededException
Constructs a new exception with the specified detail message and cause.
attachments(AttachmentFilter) - Method in class com.versionone.om.V1InstanceGetter
Get attachments filtered by the criteria specified in the passed in filter.
ATTRIBUTE_DATE - Static variable in class com.versionone.om.Effort
'Date' attribute.
AuthenticationException - Exception in com.versionone.om
Throw when an instance is validated and the supplied credentials are invalid.

B

BaseAsset - Class in com.versionone.om
Represents the base type of members, projects, teams, etc in the VersionOne system.
baseAssetByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a BaseAsset with the given ID or null if the ID is invalid.
baseAssetByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a BaseAsset with the given ID or null if the ID is invalid.
baseAssets(BaseAssetFilter) - Method in class com.versionone.om.V1InstanceGetter
Get assets filtered by the criteria specified in the passed in filter.
BuildProject - Class in com.versionone.om
Represents a Build Project in the VersionOne System.
buildProject(String, String) - Method in class com.versionone.om.V1InstanceCreator
Create a new Build Project with a name and reference.
buildProject(String, String, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Build Project with a name and reference.
buildProjectByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Build Project with the given ID or null if the ID is invalid.
buildProjectByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Build Project with the given ID or null if the ID is invalid.
buildProjects(BuildProjectFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Build Projects filtered by the criteria specified in the passed in filter.
BuildRun - Class in com.versionone.om
Represents a Build Run in the VersionOne System.
buildRun(BuildProject, String, DateTime) - Method in class com.versionone.om.V1InstanceCreator
Create a new Build Run in the given Build Project with a name and date.
buildRun(BuildProject, String, DateTime, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Build Run in the given Build Project with a name and date.
buildRunByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Build Run with the given ID or null if the ID is invalid.
buildRunByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Build Run with the given ID or null if the ID is invalid.
buildRuns(BuildRunFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Build Runs filtered by the criteria specified in the passed in filter.
byDisplayID(Class<T>, String) - Method in class com.versionone.om.V1InstanceGetter
Returns an Entity of Type T with the given ID or null if the ID is invalid.
byID(Class<T>, AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns an Entity of Type T with the given ID or null if the ID is invalid.

C

canActivate() - Method in class com.versionone.om.Iteration
 
canClose() - Method in class com.versionone.om.BaseAsset
 
canClose() - Method in class com.versionone.om.Environment
 
canCopyAcceptanceTestsFromRegressionSuite() - Method in class com.versionone.om.TestSet
 
canDelete() - Method in class com.versionone.om.Attachment
 
canDelete() - Method in class com.versionone.om.BaseAsset
 
canDelete() - Method in class com.versionone.om.Conversation
 
canDelete() - Method in class com.versionone.om.Link
 
canDelete() - Method in class com.versionone.om.Note
Deprecated.  
canGenerateChildEpic() - Method in class com.versionone.om.Epic
 
canGenerateChildStory() - Method in class com.versionone.om.Epic
 
canMakeFuture() - Method in class com.versionone.om.Iteration
 
canReactivate() - Method in class com.versionone.om.BaseAsset
 
canReactivate() - Method in class com.versionone.om.Environment
 
canTrack() - Method in class com.versionone.om.Workitem
 
CHANGE_DATE_UTC - Static variable in class com.versionone.om.Entity
Change date attribute.
ChangeSet - Class in com.versionone.om
Represents a ChangeSet in the VersionOne system.
changeSet(String, String) - Method in class com.versionone.om.V1InstanceCreator
Create a new ChangeSet with a name and reference.
changeSet(String, String, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new ChangeSet with a name and reference.
changeSetByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a ChangeSet with the given ID or null if the ID is invalid.
changeSetByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a ChangeSet with the given ID or null if the ID is invalid.
changeSets(ChangeSetFilter) - Method in class com.versionone.om.V1InstanceGetter
Get ChangeSets filtered by the criteria specified in the passed in filter.
clazz - Variable in class com.versionone.om.TransformIterable
 
clear() - Method in class com.versionone.om.EntityCollection
Removes all of the elements from this collection.
clearCurrentValue() - Method in interface com.versionone.om.IListValueProperty
Removes the currently selected value.
close() - Method in class com.versionone.om.BaseAsset
Closes or Inactivates the item
close() - Method in class com.versionone.om.Environment
Closes or Inactivates the item.
CLOSED - Static variable in class com.versionone.om.State
closed status.
com.versionone.om - package com.versionone.om
 
compareStream(InputStream, InputStream) - Static method in class com.versionone.om.StreamComparer
 
contains(Object) - Method in class com.versionone.om.EntityCollection
 
containsKey(String) - Method in interface com.versionone.om.ICustomAttributeDictionary
Indicates the presence of a custom field.
containsKey(String) - Method in interface com.versionone.om.ICustomDropdownDictionary
Indicates the presence of a custom relation.
CONTENT_TYPE_VALUE - Static variable in class com.versionone.om.Entity
 
CONTENT_VALUE - Static variable in class com.versionone.om.Entity
 
Conversation - Class in com.versionone.om
Conversation/Expression entity.
conversation(String) - Method in class com.versionone.om.V1InstanceCreator
Adds new Conversation with author as current logged user.
conversation(Member, String) - Method in class com.versionone.om.V1InstanceCreator
Adds new Conversation.
conversation(Member, String, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Adds new Conversation.
conversationByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Conversation with the given ID or null if the ID is invalid.
conversations(ConversationFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Conversation/Expression filtered by the criteria specified in the passed filter.
CookiesManager - Class in com.versionone.om
 
CookiesManager(String, String, String) - Constructor for class com.versionone.om.CookiesManager
 
copyAcceptanceTestsFromRegressionSuite() - Method in class com.versionone.om.TestSet
Copies tests from related Regression Suite.
copyTo(D[], int) - Method in class com.versionone.om.EntityCollection
 
create() - Method in class com.versionone.om.V1Instance
 
create(Class<T>) - Method in class com.versionone.om.WrapperManager
 
create(Class<T>, AssetID, boolean) - Method in class com.versionone.om.WrapperManager
 
CREATE_DATE_UTC - Static variable in class com.versionone.om.Entity
Create date attribute.
createAttachment(String, String, InputStream) - Method in class com.versionone.om.BaseAsset
Create an attachment that belongs to this asset.
createAttachment(String, String, InputStream, Map<String, Object>) - Method in class com.versionone.om.BaseAsset
Create an attachment that belongs to this asset.
createBuildRun(String, DateTime) - Method in class com.versionone.om.BuildProject
Create a Build Run with the given name and date in this Build Project.
createBuildRun(String, DateTime, Map<String, Object>) - Method in class com.versionone.om.BuildProject
Create a Build Run with the given name and date in this Build Project.
createChildTheme(String) - Method in class com.versionone.om.Theme
Create a theme that is a child of this theme.
createChildTheme(String, Map<String, Object>) - Method in class com.versionone.om.Theme
Create a theme that is a child of this theme.
createConversation(Member, String) - Method in class com.versionone.om.BaseAsset
Creates conversation which mentioned this asset.
createConversation(Member, String, Map<String, Object>) - Method in class com.versionone.om.BaseAsset
Creates conversation which mentioned this asset.
createConversation(Member, String) - Method in class com.versionone.om.Member
Creates conversation which mentioned this member.
createConversation(Member, String, Map<String, Object>) - Method in class com.versionone.om.Member
Creates conversation which mentioned this asset.
createConversation(String) - Method in class com.versionone.om.Member
Creates conversation with this member as author.
createDefect(String) - Method in class com.versionone.om.Project
Create a new Defect in this Project.
createDefect(String, Map<String, Object>) - Method in class com.versionone.om.Project
Create a new Defect in this Project.
createEffort(double) - Method in class com.versionone.om.Workitem
Log an effort record against this workitem.
createEffort(double, Map<String, Object>) - Method in class com.versionone.om.Workitem
Log an effort record against this workitem.
createEffort(double, Member) - Method in class com.versionone.om.Workitem
Log an effort record against this workitem with the current day and time and given member and value.
createEffort(double, Member, DateTime) - Method in class com.versionone.om.Workitem
Log an effort record against this workitem with the current day and time and given member and value.
createEffort(double, Member, DateTime, Map<String, Object>) - Method in class com.versionone.om.Workitem
Log an effort record against this workitem with the current day and time and given member and value.
createEnvironment(String) - Method in class com.versionone.om.Project
Creates a new Environment in the Project.
createEnvironment(String, Map<String, Object>) - Method in class com.versionone.om.Project
Creates a new Environment in the Project with additional attributes.
createEpic(String) - Method in class com.versionone.om.Project
Create a new Epic in this Project.
createEpic(String, Map<String, Object>) - Method in class com.versionone.om.Project
Create a new Epic in this Project.
createGoal(String) - Method in class com.versionone.om.Project
Create a new Goal in this Project.
createGoal(String, Map<String, Object>) - Method in class com.versionone.om.Project
Create a new Goal in this Project.
createIssue(String) - Method in class com.versionone.om.Project
Create a new Issue in this Project.
createIssue(String, Map<String, Object>) - Method in class com.versionone.om.Project
Create a new Issue in this Project.
createIssue(String) - Method in class com.versionone.om.Retrospective
Creates an Issue related to this Retrospective.
createIssue(String, Map<String, Object>) - Method in class com.versionone.om.Retrospective
Creates an Issue related to this Retrospective.
createIteration() - Method in class com.versionone.om.Project
Create a new Iteration in the Project where the schedule is defined.
createIteration(Map<String, Object>) - Method in class com.versionone.om.Project
Create a new Iteration in the Project where the schedule is defined.
createIteration(String, DateTime, DateTime) - Method in class com.versionone.om.Project
Create a new Iteration in the Project where the schedule is defined.
createIteration(String, DateTime, DateTime, Map<String, Object>) - Method in class com.versionone.om.Project
Create a new Iteration in the Project where the schedule is defined.
createLink(String, String, boolean) - Method in class com.versionone.om.BaseAsset
Create a link that belongs to this asset.
createLink(String, String, boolean, Map<String, Object>) - Method in class com.versionone.om.BaseAsset
Create a link that belongs to this asset.
createNote(String, String, boolean) - Method in class com.versionone.om.BaseAsset
Create a note that belongs to this asset.
createNote(String, String, boolean, Map<String, Object>) - Method in class com.versionone.om.BaseAsset
Create a note that belongs to this asset.
createRegressionPlan(String) - Method in class com.versionone.om.Project
Creates a new Regression Plan in the Project with additional attributes.
createRegressionPlan(String, Map<String, Object>) - Method in class com.versionone.om.Project
Creates a new Regression Plan in the Project with additional attributes.
createRegressionSuite(String) - Method in class com.versionone.om.RegressionPlan
Create a new Regression Suite with title assigned with this Regression Plan.
createRegressionSuite(String, Map<String, Object>) - Method in class com.versionone.om.RegressionPlan
Create a new Regression Suite with title assigned with this Regression Plan.
createRegressionTest(String) - Method in class com.versionone.om.Project
Creates a new Regression Test in the Project.
createRegressionTest(String, Map<String, Object>) - Method in class com.versionone.om.Project
Creates a new Regression Test in the Project.
createRequest(String) - Method in class com.versionone.om.Project
Create a new Request in this Project.
createRequest(String, Map<String, Object>) - Method in class com.versionone.om.Project
Create a new Request in this Project.
createResponse(String, String, boolean) - Method in class com.versionone.om.Note
Deprecated. Create a response to this note
createResponse(String, String, boolean, Map<String, Object>) - Method in class com.versionone.om.Note
Deprecated. Create a response to this note.
createRetrospective(String) - Method in class com.versionone.om.Project
Create a new Retrospective in this Project.
createRetrospective(String, Map<String, Object>) - Method in class com.versionone.om.Project
Create a new Retrospective in this Project.
createStory(String) - Method in class com.versionone.om.Project
Create a new Story in this Project.
createStory(String, Map<String, Object>) - Method in class com.versionone.om.Project
 
createStory(String) - Method in class com.versionone.om.Retrospective
Creates a Story related to this Retrospective.
createStory(String, Map<String, Object>) - Method in class com.versionone.om.Retrospective
Creates a Story related to this Retrospective.
createSubProject(String, DateTime, Schedule) - Method in class com.versionone.om.Project
Create a sub project under this project with a name, begin date, and optional schedule.
createSubProject(String, DateTime, Schedule, Map<String, Object>) - Method in class com.versionone.om.Project
 
createSubProject(String, DateTime) - Method in class com.versionone.om.Project
Create a sub project under this project with a name and begin date.
createTask(String) - Method in class com.versionone.om.PrimaryWorkitem
Create a task that belongs to this item.
createTask(String, Map<String, Object>) - Method in class com.versionone.om.PrimaryWorkitem
Create a task that belongs to this item.
createTest(String) - Method in class com.versionone.om.PrimaryWorkitem
Create a test that belongs to this item.
createTest(String, Map<String, Object>) - Method in class com.versionone.om.PrimaryWorkitem
Create a test that belongs to this item.
createTestSet(String, RegressionSuite, Map<String, Object>) - Method in class com.versionone.om.Project
Create a new Test Set in the project.
createTestSet(String, RegressionSuite) - Method in class com.versionone.om.Project
Create a new Test Set in the project.
createTestSet(String) - Method in class com.versionone.om.RegressionSuite
Creates new TestSet
createTestSet(String, Map<String, Object>) - Method in class com.versionone.om.RegressionSuite
Creates new TestSet.
createTheme(String) - Method in class com.versionone.om.Project
Create a new Theme in this Project.
createTheme(String, Map<String, Object>) - Method in class com.versionone.om.Project
Create a new Theme in this Project.
CUSTOMER - Static variable in class com.versionone.om.Role
Has read access to all entities in the VersionOne System Has write access to Themes, Stories, Tests, Issues, Requests, Defects, and Goals in the VersionOne System.

D

DataException - Exception in com.versionone.om
Thrown when an entity is saved and a rule or security violation has occurred.
Defect - Class in com.versionone.om
A Defect.
defect(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Create a new Defect with a name.
defect(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Defect with a name.
defectByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Defect with the given ID or null if the ID is invalid.
defectByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Defect with the given ID or null if the ID is invalid.
defectByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Defect with the given ID or null if the ID is invalid.
defects(DefectFilter) - Method in class com.versionone.om.V1InstanceGetter
Get defects filtered by the criteria specified in the passed in filter.
DefectTemplate - Class in com.versionone.om
A Defect template.
defectTemplateByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a DefectTemplate with the given ID or null if the ID is invalid.
defectTemplateByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a DefectTemplate with the given ID or null if the ID is invalid.
defectTrackingLevel - Variable in class com.versionone.om.InstanceConfiguration
The level at which DetailEstimate, ToDo and Effort are tracked for Defects.
delete() - Method in class com.versionone.om.Attachment
Deletes the attachment.
delete() - Method in class com.versionone.om.BaseAsset
Deletes the Item
delete() - Method in class com.versionone.om.Conversation
Deletes the expression.
delete() - Method in class com.versionone.om.Link
Deletes the link.
delete() - Method in class com.versionone.om.MessageReceipt
 
delete() - Method in class com.versionone.om.Note
Deprecated. Deletes the Note.
DELETE_OPERATION - Static variable in class com.versionone.om.Entity
 
deleteAllCookies() - Method in class com.versionone.om.CookiesManager
 
deleteCookie(String) - Method in class com.versionone.om.CookiesManager
 
deleteReceipt() - Method in class com.versionone.om.Message
Deletes any message receipt associated with this message for the logged in user.
DESCRIPTION_VALUE - Static variable in class com.versionone.om.Entity
 
DEVELOPER - Static variable in class com.versionone.om.Role
Has read access to all entities in the VersionOne System Has write access to Tasks, Effort, Issues, Requests, and Defects in the VersionOne System.

E

Effort - Class in com.versionone.om
Represents an Effort Record in the VersionOne system.
Effort(AssetID, V1Instance) - Constructor for class com.versionone.om.Effort
Constructor used to represent an Effort that DOES exist in the VersionOne System.
effort(double, Workitem, Member, DateTime) - Method in class com.versionone.om.V1InstanceCreator
Create a new effort record with a value and date, assigned to the given workitem and member.
effort(double, Workitem, Member, DateTime, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new effort record with a value and date, assigned to the given workitem and member.
effort(double, Workitem) - Method in class com.versionone.om.V1InstanceCreator
Create a new effort record for the currently logged in member.
effort(double, Workitem, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new effort record for the currently logged in member.
effortByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns an Effort record with the given ID or null if the ID is invalid.
effortByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns an Effort record with the given ID or null if the ID is invalid.
effortRecords(EffortFilter) - Method in class com.versionone.om.V1InstanceGetter
Get effort records filtered by the criteria specified in the passed in filter.
effortTrackingEnabled - Variable in class com.versionone.om.InstanceConfiguration
True if Effort Tracking is enabled (Effort Records can be created and Saved), otherwise false.
Entity - Class in com.versionone.om
Abstract representation of entities in the VersionOne system.
Entity(AssetID, V1Instance) - Constructor for class com.versionone.om.Entity
Constructor used to represent an entity that DOES exist in the VersionOne System.
Entity(V1Instance) - Constructor for class com.versionone.om.Entity
Constructor used to represent an entity that does NOT exist yet in the VersionOne System.
Entity - Variable in exception com.versionone.om.EntityValidationException
Entity that caused validation to fail.
EntityCollection<D extends Entity> - Class in com.versionone.om
 
EntityCollection(V1Instance, Entity, String, String) - Constructor for class com.versionone.om.EntityCollection
 
EntityValidationException - Exception in com.versionone.om
 
EntityValidationException(Entity, List<String>) - Constructor for exception com.versionone.om.EntityValidationException
Validation exception constructor.
EntityValidator - Class in com.versionone.om
Entity validator that can be used on-demand and is hooked into entity Save/Create actions
EntityValidator(V1Instance) - Constructor for class com.versionone.om.EntityValidator
Entity validator constructor.
Environment - Class in com.versionone.om
The Environment asset.
Environment(AssetID, V1Instance) - Constructor for class com.versionone.om.Environment
Constructor used to represent an Environment entity that DOES exist in the VersionOne System.
Environment(V1Instance) - Constructor for class com.versionone.om.Environment
Constructor used to represent an Environment entity that does NOT yet exist in the VersionOne System.
environment(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Creates new Environment.
environment(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Creates new Environment.
environmentByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Environment with the given ID or null if the ID is invalid.
environments(EnvironmentFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Environment filtered by the criteria specified in the passed in filter.
Epic - Class in com.versionone.om
Represents an Epic in the VersionOne system.
epic(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Create a new Epic with a name.
epic(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Epic with a name.
epicByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Epic with the given ID or null if the ID is invalid.
epicByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Epic with the given ID or null if the ID is invalid.
epicByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Epic with the given ID or null if the ID is invalid.
epics(EpicFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Epics filtered by the criteria specified in the passed in filter.
equals(Object) - Method in class com.versionone.om.AssetID
Compares this AssetID with the specified object.
equals(Object) - Method in class com.versionone.om.Entity
Compares this Entity with the specified object.

F

FILENAME_VALUE - Static variable in class com.versionone.om.Entity
 
fromToken(String) - Static method in class com.versionone.om.AssetID
Create an AssetID form a tokenized ID.
FUTURE - Static variable in class com.versionone.om.State
future status.

G

generateChildEpic() - Method in class com.versionone.om.Epic
 
generateChildStory() - Method in class com.versionone.om.Epic
Generates a Story that is the child of this Epic.
generateDefect() - Method in class com.versionone.om.DefectTemplate
Creates a Defect from this Template, copying Attributes and Relationships.
generateDefect() - Method in class com.versionone.om.Issue
Creates a Defect from this Issue.
generateDefect(Map<String, Object>) - Method in class com.versionone.om.Issue
Creates a Defect from this Issue.
generateDefect() - Method in class com.versionone.om.Request
Creates a Defect from this Request.
generateDefect(Map<String, Object>) - Method in class com.versionone.om.Request
Creates a Defect from this Request.
generateRegressionTest() - Method in class com.versionone.om.Test
Generates Regression Test base on the current test.
generateStory() - Method in class com.versionone.om.Issue
Creates a Story from this Issue.
generateStory(Map<String, Object>) - Method in class com.versionone.om.Issue
Creates a Story from this Issue.
generateStory() - Method in class com.versionone.om.Request
Creates a Story from this Request.
generateStory(Map<String, Object>) - Method in class com.versionone.om.Request
Creates a Story from this Request.
generateStory() - Method in class com.versionone.om.StoryTemplate
Creates a Story from this Template, copying Attributes and Relationships.
get(String) - Method in class com.versionone.om.Entity
Gets a simple value by name for this entity.
get(String) - Method in interface com.versionone.om.ICustomAttributeDictionary
Get the value of the custom field.
get(String) - Method in interface com.versionone.om.ICustomDropdownDictionary
Gets the value of a custom relation.
get() - Method in class com.versionone.om.V1Instance
 
getAddress() - Method in class com.versionone.om.ProxySettings
 
getAffectedByDefects() - Method in class com.versionone.om.PrimaryWorkitem
 
getAffectedPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.BuildRun
 
getAffectedPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.Defect
Primary workitems that are affected by this defect.
getAllValues() - Method in interface com.versionone.om.IListValueProperty
 
getApiClient() - Method in class com.versionone.om.V1Instance
Allows access to the underlying API Client structures.
getAsset() - Method in class com.versionone.om.Attachment
 
getAsset() - Method in class com.versionone.om.Link
 
getAsset() - Method in class com.versionone.om.Note
Deprecated.  
getAssignedMembers() - Method in class com.versionone.om.Project
 
getAssignedProjects() - Method in class com.versionone.om.Member
Gets Projects this member is assigned to.
getAttachments() - Method in class com.versionone.om.ApiClientInternals
 
getAttachments(AttachmentFilter) - Method in class com.versionone.om.BaseAsset
 
getAuthor() - Method in class com.versionone.om.Conversation
 
getAuthoredAt() - Method in class com.versionone.om.Conversation
 
getBaseAssets() - Method in class com.versionone.om.Conversation
 
getBeginDate() - Method in class com.versionone.om.Iteration
 
getBeginDate() - Method in class com.versionone.om.Project
 
getBlockedPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.Issue
Stories and Defects that cannot be completed because of this Issue.
getBlockingIssues() - Method in class com.versionone.om.PrimaryWorkitem
 
getBoolean(String) - Method in interface com.versionone.om.ICustomAttributeDictionary
Gets the value of a Custom Field as a nullable boolean.
getBuild() - Method in class com.versionone.om.Story
 
getBuild() - Method in class com.versionone.om.Task
 
getBuild() - Method in class com.versionone.om.Theme
 
getBuildProject() - Method in class com.versionone.om.BuildRun
 
getBuildProjects() - Method in class com.versionone.om.Project
 
getBuildRuns(BuildRunFilter) - Method in class com.versionone.om.BuildProject
 
getBuildRuns(BuildRunFilter) - Method in class com.versionone.om.ChangeSet
 
getChangeComment() - Method in class com.versionone.om.Entity
 
getChangeDate() - Method in class com.versionone.om.Entity
 
getChangedBy() - Method in class com.versionone.om.Entity
 
getChangeSets() - Method in class com.versionone.om.BuildRun
 
getChildEpics(EpicFilter) - Method in class com.versionone.om.Epic
Epics that are immediate children of this Epic.
getChildProjects(ProjectFilter) - Method in class com.versionone.om.Project
A collection of sub-projects that belong to this project.
getChildProjects(ProjectFilter, boolean) - Method in class com.versionone.om.Project
A collection of sub-projects that belong to this project.
getChildStories(StoryFilter) - Method in class com.versionone.om.Epic
Stories that are immediate children of this Epic.
getChildThemes(ThemeFilter) - Method in class com.versionone.om.Theme
Child Themes of this Theme.
getCompletedIn() - Method in class com.versionone.om.PrimaryWorkitem
 
getCompletedPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.BuildRun
Stories and Defects completed in this Build Run.
getConfiguration() - Method in class com.versionone.om.V1Instance
 
getContent() - Method in class com.versionone.om.Conversation
 
getContent() - Method in class com.versionone.om.Note
Deprecated.  
getContentType() - Method in class com.versionone.om.Attachment
 
getContentURL() - Method in class com.versionone.om.Attachment
 
getCookie(String) - Method in class com.versionone.om.CookiesManager
 
getCookiesJar() - Method in class com.versionone.om.ApiClientInternals
Cookies manager to work with cookies.
getCookiesJar() - Method in class com.versionone.om.V1Instance
Cookies manager for working with cookies which send to the VersionOne server.
getCreateComment() - Method in class com.versionone.om.Entity
 
getCreateDate() - Method in class com.versionone.om.Entity
 
getCreatedBy() - Method in class com.versionone.om.Entity
 
getCurrentValue() - Method in interface com.versionone.om.IListValueProperty
 
getCustomDropdown() - Method in class com.versionone.om.BaseAsset
 
getCustomer() - Method in class com.versionone.om.Epic
 
getCustomer() - Method in class com.versionone.om.Story
 
getCustomer() - Method in class com.versionone.om.Theme
 
getCustomField() - Method in class com.versionone.om.BaseAsset
 
getCustomHttpHeaders() - Method in class com.versionone.om.ApiClientInternals
Http headers list for sending to the VersionOne
getCustomHttpHeaders() - Method in class com.versionone.om.V1Instance
Http headers list for sending to the VersionOne key - name of parameter value - value of parameter
getDate() - Method in class com.versionone.om.BuildRun
 
getDate() - Method in class com.versionone.om.Effort
Gets Date this effort record is logged against.
getDate(String) - Method in interface com.versionone.om.ICustomAttributeDictionary
Gets the value of a Custom Field as a DateTime.
getDate() - Method in class com.versionone.om.Retrospective
 
getDefaultRole() - Method in class com.versionone.om.Member
 
getDefects(DefectFilter) - Method in class com.versionone.om.Project
filter Get Defects in this Project filtered as specified in the passed in filter.
getDefects(DefectFilter, boolean) - Method in class com.versionone.om.Project
Get Defects in this Project filtered as specified in the passed in filter.
getDefectTemplates() - Method in class com.versionone.om.Project
 
getDependentStories() - Method in class com.versionone.om.Story
 
getDependsOnStories() - Method in class com.versionone.om.Story
 
getDescription() - Method in class com.versionone.om.Attachment
 
getDescription() - Method in class com.versionone.om.BaseAsset
 
getDetailEstimate() - Method in class com.versionone.om.Workitem
 
getDisplayID() - Method in class com.versionone.om.Environment
 
getDisplayID() - Method in class com.versionone.om.ProjectAsset
 
getDisplayID() - Method in class com.versionone.om.RegressionSuite
 
getDone() - Method in class com.versionone.om.Workitem
 
getEffortRecords(EffortFilter) - Method in class com.versionone.om.Iteration
 
getEffortRecords(EffortFilter) - Method in class com.versionone.om.Member
A collection of Effort Records that belong to this member.
getEffortRecords(EffortFilter) - Method in class com.versionone.om.Project
A collection of Effort records that belong to this project.
getEffortRecords(EffortFilter, boolean) - Method in class com.versionone.om.Project
A collection of Effort records that belong to this project.
getEffortRecords(EffortFilter) - Method in class com.versionone.om.Team
Gets Effort records that belong to this Team.
getEffortRecords(EffortFilter) - Method in class com.versionone.om.Workitem
Gets Effort Records tracked against this Workitem.
getElapsed() - Method in class com.versionone.om.BuildRun
 
getEmail() - Method in class com.versionone.om.Member
 
getEndDate() - Method in class com.versionone.om.Iteration
 
getEndDate() - Method in class com.versionone.om.Project
 
getEntityType() - Method in class com.versionone.om.TeamFilter
 
getEnvironment() - Method in class com.versionone.om.Defect
 
getEnvironment() - Method in class com.versionone.om.TestSet
 
getEpic() - Method in class com.versionone.om.Story
 
getEpics(EpicFilter) - Method in class com.versionone.om.Goal
Epics assigned to this Goal.
getEpics(EpicFilter) - Method in class com.versionone.om.Issue
Epics associated with this Issue.
getEpics(EpicFilter) - Method in class com.versionone.om.Project
Get Epics in this Project filtered as specified in the passed in filter.
getEpics(EpicFilter, boolean) - Method in class com.versionone.om.Project
Get Epics in this Project filtered as specified in the passed in filter.
getEpics(EpicFilter) - Method in class com.versionone.om.Request
Gets Epics associated with this Request.
getEstimate() - Method in class com.versionone.om.Epic
 
getEstimate() - Method in class com.versionone.om.PrimaryWorkitem
 
getEstimate() - Method in class com.versionone.om.RegressionSuite
 
getEstimate() - Method in class com.versionone.om.Theme
 
getExpectedResults() - Method in class com.versionone.om.RegressionTest
 
getExpressions() - Method in class com.versionone.om.Member
 
getExpressionsInConversation() - Method in class com.versionone.om.Conversation
 
getFacilitatedBy() - Method in class com.versionone.om.Retrospective
 
getFilename() - Method in class com.versionone.om.Attachment
 
getFoundBy() - Method in class com.versionone.om.Defect
 
getFoundDefects(DefectFilter) - Method in class com.versionone.om.BuildRun
Defects found in this Build Run.
getFoundIn() - Method in class com.versionone.om.Defect
 
getFoundInBuild() - Method in class com.versionone.om.Defect
 
getFoundInVersion() - Method in class com.versionone.om.Defect
 
getGeneratedFrom() - Method in class com.versionone.om.RegressionTest
 
getGeneratedFrom() - Method in class com.versionone.om.Test
 
getGeneratedRegressionTests() - Method in class com.versionone.om.Test
 
getGeneratedTests() - Method in class com.versionone.om.RegressionTest
Gets Tests generated from current Regression Test.
getGoals() - Method in class com.versionone.om.Epic
 
getGoals() - Method in class com.versionone.om.PrimaryWorkitem
 
getGoals(GoalFilter) - Method in class com.versionone.om.Project
Get Goals in this Project filtered as specified in the passed in filter.
getGoals(GoalFilter, boolean) - Method in class com.versionone.om.Project
Get Goals in this Project filtered as specified in the passed in filter.
getGoals() - Method in class com.versionone.om.Theme
 
getID() - Method in class com.versionone.om.Entity
Unique ID of this entity.
getIdentifiedBy() - Method in class com.versionone.om.Issue
 
getIdentifiedIn() - Method in class com.versionone.om.Story
 
getIdentifiedStories(StoryFilter) - Method in class com.versionone.om.Retrospective
A read-only collection of Stories Identified in the Retrospective.
getInputs() - Method in class com.versionone.om.RegressionTest
 
getInReplyTo() - Method in class com.versionone.om.Conversation
 
getInResponseTo() - Method in class com.versionone.om.Note
Deprecated. Note this note is a response to
getInstance() - Method in class com.versionone.om.Entity
 
getIssues() - Method in class com.versionone.om.Epic
 
getIssues() - Method in class com.versionone.om.PrimaryWorkitem
 
getIssues(IssueFilter) - Method in class com.versionone.om.Project
Get Issues in this Project filtered as specified in the passed in filter.
getIssues(IssueFilter, boolean) - Method in class com.versionone.om.Project
Get Issues in this Project filtered as specified in the passed in filter.
getIssues() - Method in class com.versionone.om.Request
 
getIssues(IssueFilter) - Method in class com.versionone.om.Retrospective
A collection of Issues Identified in the Retrospective.
getIssues(IssueFilter) - Method in class com.versionone.om.Team
Gets the Issues assigned to this Team.
getIteration() - Method in class com.versionone.om.Effort
Gets Iteration this effort record belongs to.
getIteration() - Method in class com.versionone.om.PrimaryWorkitem
 
getIteration() - Method in class com.versionone.om.Retrospective
 
getIterationGap() - Method in class com.versionone.om.Schedule
 
getIterationLength() - Method in class com.versionone.om.Schedule
 
getIterations(IterationFilter) - Method in class com.versionone.om.Project
Get Iterations in this Project filtered as specified in the passed in filter.
getIterations(IterationFilter, boolean) - Method in class com.versionone.om.Project
Get Iterations in this Project's schedule filtered as specified in the passed in filter.
getLinks(LinkFilter) - Method in class com.versionone.om.BaseAsset
 
getListValueByName(Class<T>, String) - Method in class com.versionone.om.V1Instance
 
getLocalizer() - Method in class com.versionone.om.ApiClientInternals
 
getLoggedInMember() - Method in class com.versionone.om.V1Instance
 
getMember() - Method in class com.versionone.om.Effort
Gets Member this effort record belongs to.
getMembers() - Method in class com.versionone.om.V1Instance
 
getMentionedInExpressions() - Method in class com.versionone.om.Member
 
getMentions() - Method in class com.versionone.om.Conversation
 
getMessage() - Method in class com.versionone.om.MessageReceipt
 
getMetaModel() - Method in class com.versionone.om.ApiClientInternals
 
getName() - Method in class com.versionone.om.Attachment
 
getName() - Method in class com.versionone.om.BaseAsset
 
getName() - Method in class com.versionone.om.Environment
 
getName() - Method in class com.versionone.om.Link
 
getName() - Method in class com.versionone.om.Note
Deprecated.  
getNotes(NoteFilter) - Method in class com.versionone.om.BaseAsset
 
getNotifyViaEmail() - Method in class com.versionone.om.Member
A flag indicating whether this member desires to receive e-mail notifications.
getNumeric(String) - Method in interface com.versionone.om.ICustomAttributeDictionary
Gets the value of a Custom Field as a numeric.
getOwnedEpics(EpicFilter) - Method in class com.versionone.om.Member
Epics owned by this member.
getOwnedIssues(IssueFilter) - Method in class com.versionone.om.Member
A read-only collection of Issues owned by this member.
getOwnedPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.Member
Gets Stories and Defects owned by this member.
getOwnedRequests(RequestFilter) - Method in class com.versionone.om.Member
A read-only collection of Requests owned by this member.
getOwnedSecondaryWorkitems(SecondaryWorkitemFilter) - Method in class com.versionone.om.Member
Tasks and Tests owned by this member.
getOwnedThemes(ThemeFilter) - Method in class com.versionone.om.Member
A collection of Themes owned by this member.
getOwner() - Method in class com.versionone.om.Issue
 
getOwner() - Method in class com.versionone.om.Project
 
getOwner() - Method in class com.versionone.om.RegressionPlan
 
getOwner() - Method in class com.versionone.om.RegressionSuite
 
getOwner() - Method in class com.versionone.om.Request
 
getOwners() - Method in class com.versionone.om.Epic
 
getOwners() - Method in class com.versionone.om.RegressionTest
 
getOwners() - Method in class com.versionone.om.Theme
 
getOwners() - Method in class com.versionone.om.Workitem
 
getParent() - Method in class com.versionone.om.Epic
 
getParent() - Method in class com.versionone.om.SecondaryWorkitem
 
getParentConversation() - Method in class com.versionone.om.Conversation
 
getParentProject() - Method in class com.versionone.om.Project
 
getParentTheme() - Method in class com.versionone.om.Theme
 
getPassword() - Method in class com.versionone.om.ProxySettings
 
getPhone() - Method in class com.versionone.om.Member
 
getPrimaryWorkitems() - Method in class com.versionone.om.ChangeSet
 
getPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.Goal
Stories and Defects assigned to this Goal.
getPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.Issue
Stories and Defects associated with this Issue.
getPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.Iteration
 
getPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.Project
Get PrimaryWorkitems in this Project filtered as specified in the passed in filter.
getPrimaryWorkitems(PrimaryWorkitemFilter, boolean) - Method in class com.versionone.om.Project
Get PrimaryWorkitems in this Project filtered as specified in the passed in filter.
getPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.Request
Stories and Defects associated with this Request.
getPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.Team
Gets the Stories and Defects assigned to this Team.
getPrimaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.Theme
Stories and Defects assigned to this Theme.
getPriority() - Method in class com.versionone.om.Epic
 
getPriority() - Method in class com.versionone.om.Goal
 
getPriority() - Method in class com.versionone.om.Issue
 
getPriority() - Method in class com.versionone.om.PrimaryWorkitem
 
getPriority() - Method in class com.versionone.om.Request
 
getPriority() - Method in class com.versionone.om.Theme
 
getProject() - Method in class com.versionone.om.Effort
Gets the Project this effort record belongs to.
getProject() - Method in class com.versionone.om.Environment
 
getProject() - Method in class com.versionone.om.ProjectAsset
 
getProject() - Method in class com.versionone.om.Retrospective
 
getProjects(ProjectFilter) - Method in class com.versionone.om.TestSuite
Projects associated with this TestSuite.
getProjects() - Method in class com.versionone.om.V1Instance
 
getPropertyOnCustomType(CustomListValue, String, boolean) - Method in class com.versionone.om.V1Instance
 
getProxyProvider(ProxySettings) - Static method in class com.versionone.om.ApiClientInternals
 
getRankOrder() - Method in class com.versionone.om.Issue
 
getRankOrder() - Method in class com.versionone.om.PrimaryWorkitem
 
getRankOrder() - Method in class com.versionone.om.Request
 
getRankOrder() - Method in class com.versionone.om.Task
 
getRankOrder() - Method in class com.versionone.om.Test
 
getRecipient() - Method in class com.versionone.om.MessageReceipt
 
getRecipients() - Method in class com.versionone.om.Message
Members this message is addressed to.
getReference() - Method in class com.versionone.om.BuildProject
 
getReference() - Method in class com.versionone.om.BuildRun
 
getReference() - Method in class com.versionone.om.ChangeSet
 
getReference() - Method in class com.versionone.om.Epic
 
getReference() - Method in class com.versionone.om.Issue
 
getReference() - Method in class com.versionone.om.RegressionPlan
 
getReference() - Method in class com.versionone.om.RegressionSuite
 
getReference() - Method in class com.versionone.om.RegressionTest
 
getReference() - Method in class com.versionone.om.Request
 
getReference() - Method in class com.versionone.om.TestSuite
 
getReference() - Method in class com.versionone.om.Workitem
 
getReferencedInExpressions() - Method in class com.versionone.om.BaseAsset
 
getRegressionPlan() - Method in class com.versionone.om.RegressionSuite
 
getRegressionPlans(RegressionPlanFilter, boolean) - Method in class com.versionone.om.Project
A collection of regression plans that belong to this project.
getRegressionPlans(RegressionPlanFilter) - Method in class com.versionone.om.Project
A collection of regression plans that belong to this project.
getRegressionSuite() - Method in class com.versionone.om.TestSet
 
getRegressionSuites(RegressionSuiteFilter) - Method in class com.versionone.om.RegressionPlan
Projects associated with this TestSuite.
getRegressionSuites() - Method in class com.versionone.om.RegressionTest
 
getRegressionTests() - Method in class com.versionone.om.RegressionSuite
 
getRelatedAsset() - Method in class com.versionone.om.Message
An asset associated with this message.
getReplies() - Method in class com.versionone.om.Conversation
 
getRequestedBy() - Method in class com.versionone.om.Epic
 
getRequestedBy() - Method in class com.versionone.om.Request
 
getRequestedBy() - Method in class com.versionone.om.Story
 
getRequests() - Method in class com.versionone.om.Epic
 
getRequests(RequestFilter) - Method in class com.versionone.om.Issue
Requests associated with this Issue.
getRequests() - Method in class com.versionone.om.PrimaryWorkitem
 
getRequests(RequestFilter) - Method in class com.versionone.om.Project
Get Requests in this Project filtered as specified in the passed in filter.
getRequests(RequestFilter, boolean) - Method in class com.versionone.om.Project
Get Requests in this Project filtered as specified in the passed in filter.
getResolutionDetails() - Method in class com.versionone.om.Defect
 
getResolutionDetails() - Method in class com.versionone.om.Issue
 
getResolutionDetails() - Method in class com.versionone.om.Request
 
getResolutionReason() - Method in class com.versionone.om.Defect
 
getResolutionReason() - Method in class com.versionone.om.Issue
 
getResolutionReason() - Method in class com.versionone.om.Request
 
getResolvedInBuild() - Method in class com.versionone.om.Defect
 
getResponses() - Method in class com.versionone.om.Note
Deprecated. Responses to this Note
getRetrospectives() - Method in class com.versionone.om.Issue
 
getRetrospectives(RetrospectiveFilter) - Method in class com.versionone.om.Project
Get Retrospective in this Project filtered as specified in the passed in filter.
getRetrospectives(RetrospectiveFilter, boolean) - Method in class com.versionone.om.Project
Get Retrospective in this Project filtered as specified in the passed in filter.
getRetrospectives(RetrospectiveFilter) - Method in class com.versionone.om.Team
Gets the Retrospectives assigned to this Team.
getRisk() - Method in class com.versionone.om.Epic
 
getRisk() - Method in class com.versionone.om.Story
 
getRisk() - Method in class com.versionone.om.Theme
 
getSchedule() - Method in class com.versionone.om.Iteration
 
getSchedule() - Method in class com.versionone.om.Project
 
getScheduledProjects() - Method in class com.versionone.om.Schedule
Projects associated with this Schedule
getSecondaryWorkitems(SecondaryWorkitemFilter) - Method in class com.versionone.om.PrimaryWorkitem
Collection of Tasks and Tests that belong to this primary workitem.
getSecondaryWorkitems(SecondaryWorkitemFilter) - Method in class com.versionone.om.Project
Get SecondaryWorkitems in this Project filtered as specified in the passed in filter.
getSecondaryWorkitems(SecondaryWorkitemFilter, boolean) - Method in class com.versionone.om.Project
Get SecondaryWorkitems in this Project filtered as specified in the passed in filter.
getServices() - Method in class com.versionone.om.ApiClientInternals
 
getSetup() - Method in class com.versionone.om.RegressionTest
 
getShortName() - Method in class com.versionone.om.Member
 
getSource() - Method in class com.versionone.om.BuildRun
 
getSource() - Method in class com.versionone.om.Epic
 
getSource() - Method in class com.versionone.om.Issue
 
getSource() - Method in class com.versionone.om.PrimaryWorkitem
 
getSource() - Method in class com.versionone.om.Request
 
getSource() - Method in class com.versionone.om.Task
 
getSource() - Method in class com.versionone.om.Theme
 
getStatus() - Method in class com.versionone.om.BuildRun
 
getStatus() - Method in class com.versionone.om.Epic
 
getStatus() - Method in class com.versionone.om.PrimaryWorkitem
 
getStatus() - Method in class com.versionone.om.Project
 
getStatus() - Method in class com.versionone.om.RegressionTest
 
getStatus() - Method in class com.versionone.om.Request
 
getStatus() - Method in class com.versionone.om.Task
 
getStatus() - Method in class com.versionone.om.Test
 
getStatus() - Method in class com.versionone.om.Theme
 
getSteps() - Method in class com.versionone.om.RegressionTest
 
getStories(StoryFilter) - Method in class com.versionone.om.Project
Get stories in this Project filtered as specified in the passed in filter.
getStories(StoryFilter, boolean) - Method in class com.versionone.om.Project
Get stories in this Project filtered as specified in the passed in filter.
getStoryTemplates() - Method in class com.versionone.om.Project
 
getString(String) - Method in interface com.versionone.om.ICustomAttributeDictionary
Gets the value of a Custom Field as a string.
getSummary() - Method in class com.versionone.om.Retrospective
 
getTags() - Method in class com.versionone.om.RegressionTest
 
getTargetDate() - Method in class com.versionone.om.Issue
 
getTargetedBy(ProjectFilter) - Method in class com.versionone.om.Goal
A collection of Projects Targeted by this Goal.
getTasks(TaskFilter) - Method in class com.versionone.om.Project
Get Tasks in this Project filtered as specified in the passed in filter.
getTeam() - Method in class com.versionone.om.Effort
Gets Team this effort record belongs to.
getTeam() - Method in class com.versionone.om.Issue
 
getTeam() - Method in class com.versionone.om.PrimaryWorkitem
 
getTeam() - Method in class com.versionone.om.Retrospective
 
getTeams() - Method in class com.versionone.om.V1Instance
 
getTests(TestFilter) - Method in class com.versionone.om.Project
Get Tests in this Project filtered as specified in the passed in filter.
getTestSets(TestSetFilter) - Method in class com.versionone.om.Environment
TestSets associated with this Environment.
getTestSets(TestSetFilter) - Method in class com.versionone.om.Project
Get test sets in this Project filtered as specified in the passed in filter.
getTestSets(TestSetFilter, boolean) - Method in class com.versionone.om.Project
Get test sets in this Project filtered as specified in the passed in filter.
getTestSets(TestSetFilter) - Method in class com.versionone.om.RegressionSuite
Request related Test Sets.
getTestSuite() - Method in class com.versionone.om.Project
 
getTestSuites() - Method in class com.versionone.om.V1Instance
 
getTheme() - Method in class com.versionone.om.Epic
 
getTheme() - Method in class com.versionone.om.PrimaryWorkitem
 
getThemes(ThemeFilter) - Method in class com.versionone.om.Goal
Themes assigned to this Goal.
getThemes(ThemeFilter) - Method in class com.versionone.om.Project
Get Themes in this Project filtered as specified in the passed in filter.
getThemes(ThemeFilter, boolean) - Method in class com.versionone.om.Project
Get Themes in this Project filtered as specified in the passed in filter.
getThisAndAllChildProjects() - Method in class com.versionone.om.Project
Returns a flattened collection of this project and all Projects that descend from this project.
getToDo() - Method in class com.versionone.om.Workitem
 
getToken() - Method in class com.versionone.om.AssetID
 
getTotalDetailEstimate(WorkitemFilter) - Method in class com.versionone.om.Iteration
 
getTotalDetailEstimate(WorkitemFilter) - Method in class com.versionone.om.Member
Return the total detail estimate for all workitems owned by this member optionally filtered.
getTotalDetailEstimate(WorkitemFilter) - Method in class com.versionone.om.PrimaryWorkitem
Gets the estimate of total effort required to implement this item.
getTotalDetailEstimate(WorkitemFilter, boolean) - Method in class com.versionone.om.Project
Count the total detail estimate for all workitems in this project optionally filtered.
getTotalDetailEstimate(WorkitemFilter) - Method in class com.versionone.om.Project
Count the total detail estimate for all workitems in this project optionally filtered.
getTotalDetailEstimate(WorkitemFilter) - Method in class com.versionone.om.Team
Return the total detail estimate for all Workitems in this team optionally filtered.
getTotalDone(WorkitemFilter) - Method in class com.versionone.om.Iteration
 
getTotalDone(WorkitemFilter) - Method in class com.versionone.om.Member
Return the total done for all workitems owned by this member optionally filtered.
getTotalDone(WorkitemFilter) - Method in class com.versionone.om.PrimaryWorkitem
Gets the total effort already expended to implement this item.
getTotalDone(WorkitemFilter, boolean) - Method in class com.versionone.om.Project
Retrieves the total done for all workitems in this project optionally filtered.
getTotalDone(WorkitemFilter) - Method in class com.versionone.om.Project
Retrieves the total done for all workitems in this project optionally filtered.
getTotalDone(WorkitemFilter) - Method in class com.versionone.om.Team
Return the total done for all workitems in this team optionally filtered.
getTotalEstimate(PrimaryWorkitemFilter) - Method in class com.versionone.om.Iteration
 
getTotalEstimate(PrimaryWorkitemFilter) - Method in class com.versionone.om.Member
Return the total estimate for all stories and defects owned by this member optionally filtered.
getTotalEstimate(PrimaryWorkitemFilter, boolean) - Method in class com.versionone.om.Project
Retrieves the total estimate for all stories and defects in this project optionally filtered.
getTotalEstimate(PrimaryWorkitemFilter) - Method in class com.versionone.om.Project
Retrieves the total estimate for all stories and defects in this project optionally filtered.
getTotalEstimate(PrimaryWorkitemFilter) - Method in class com.versionone.om.Team
Return the total estimate for all stories and defects in this team optionally filtered.
getTotalToDo(WorkitemFilter) - Method in class com.versionone.om.Iteration
 
getTotalToDo(WorkitemFilter) - Method in class com.versionone.om.Member
Return the total to do for all workitems owned by this member optionally filtered.
getTotalToDo(WorkitemFilter) - Method in class com.versionone.om.PrimaryWorkitem
Gets the total remaining effort required to complete implementation of this item.
getTotalToDo(WorkitemFilter, boolean) - Method in class com.versionone.om.Project
Retrieves the total to do for all workitems in this project optionally filtered.
getTotalToDo(WorkitemFilter) - Method in class com.versionone.om.Project
Retrieves the total to do for all workitems in this project optionally filtered.
getTotalToDo(WorkitemFilter) - Method in class com.versionone.om.Team
Return the total Todo for all workitems in this team optionally filtered.
getType() - Method in class com.versionone.om.Attachment
 
getType() - Method in class com.versionone.om.Defect
 
getType() - Method in class com.versionone.om.Epic
 
getType() - Method in class com.versionone.om.Goal
 
getType() - Method in class com.versionone.om.Issue
 
getType() - Method in class com.versionone.om.Note
Deprecated.  
getType() - Method in class com.versionone.om.RegressionTest
 
getType() - Method in class com.versionone.om.Request
 
getType() - Method in class com.versionone.om.Story
 
getType() - Method in class com.versionone.om.Task
 
getType() - Method in class com.versionone.om.Test
 
getType() - Method in class com.versionone.om.Theme
 
getURL() - Method in class com.versionone.om.Attachment
 
getURL() - Method in class com.versionone.om.BaseAsset
 
getURL() - Method in class com.versionone.om.Link
 
getUsername() - Method in class com.versionone.om.Member
 
getUserName() - Method in class com.versionone.om.ProxySettings
 
getV1Config() - Method in class com.versionone.om.ApiClientInternals
 
getValue() - Method in class com.versionone.om.Effort
Gets Value of this effort record.
getVerifiedBy() - Method in class com.versionone.om.Defect
 
getWorkitem() - Method in class com.versionone.om.Effort
Gets Story, Defect, Task, Test that this Effort record belongs to.
Goal - Class in com.versionone.om
Represents a Goal in the VersionOne system.
goal(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Create a new Goal with a name.
goal(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Goal with a name.
goalByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Goal with the given ID or null if the ID is invalid.
goalByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Goal with the given ID or null if the ID is invalid.
goalByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Goal with the given ID or null if the ID is invalid.
goals(GoalFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Goals filtered by the criteria specified in the passed in filter.

H

hashCode() - Method in class com.versionone.om.AssetID
To calculate hashCode used token
hashCode() - Method in class com.versionone.om.Entity
To calculate hashCode used Entity.assetID or Entity.stubAssetID field.

I

ICustomAttributeDictionary - Interface in com.versionone.om
Provides access to custom fields.
ICustomDropdownDictionary - Interface in com.versionone.om
Provides access to Custom List-Type values.
IListValueProperty - Interface in com.versionone.om
Represents a List Value property of an Entity.
INHERITOR - Static variable in class com.versionone.om.Role
Has read access to Projects, Themes, Iterations, and Goals but no write access in the VersionOne System.
InstanceConfiguration - Class in com.versionone.om
Represents configuration data of a VersionOne Instance.
InvalidAttributeNames - Variable in exception com.versionone.om.EntityValidationException
Invalid attribute names.
invokePrivateMethod(Class, Object, String, Class<?>[], Object...) - Static method in class com.versionone.om.TesterBase
 
invokePrivateMethod(Object, String, Class<?>[], Object...) - Static method in class com.versionone.om.TesterBase
 
isAbove(T) - Method in class com.versionone.om.Rank
Determines whether otherAsset is above this one.
isActive() - Method in class com.versionone.om.BaseAsset
 
isActive() - Method in class com.versionone.om.Environment
 
isArchived() - Method in class com.versionone.om.Message
 
isArchived() - Method in class com.versionone.om.MessageReceipt
 
isBelow(T) - Method in class com.versionone.om.Rank
Determines whether otherAsset is above this one.
isClosed() - Method in class com.versionone.om.BaseAsset
 
isClosed() - Method in class com.versionone.om.Environment
 
isFuture() - Method in class com.versionone.om.Iteration
 
isOnMenu() - Method in class com.versionone.om.Link
 
isPersonal() - Method in class com.versionone.om.Note
Deprecated.  
isRead() - Method in class com.versionone.om.Message
 
isRead() - Method in class com.versionone.om.MessageReceipt
 
isReadOnly() - Method in class com.versionone.om.EntityCollection
 
isReadyToSend() - Method in class com.versionone.om.Message
 
Issue - Class in com.versionone.om
Represents an issue in the VersionOne system.
issue(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Create a new Issue with a name.
issue(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Issue with a name.
issue(String, Retrospective) - Method in class com.versionone.om.V1InstanceCreator
Creates an Issue related to a Retrospective.
issue(String, Retrospective, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Creates an Issue related to a Retrospective.
issueByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns an Issue with the given ID or null if the ID is invalid.
issueByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns an Issue with the given ID or null if the ID is invalid.
issues(IssueFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Issues filtered by the criteria specified in the passed in filter.
isUnarchived() - Method in class com.versionone.om.Message
 
isUnarchived() - Method in class com.versionone.om.MessageReceipt
 
isUnread() - Method in class com.versionone.om.Message
 
isUnread() - Method in class com.versionone.om.MessageReceipt
 
isValid(String) - Method in interface com.versionone.om.IListValueProperty
Validates a value for this relation.
isValidationEnabled() - Method in class com.versionone.om.V1Instance
 
Iteration - Class in com.versionone.om
Represents an iteration or sprint in the VersionOne System.
iteration(Project) - Method in class com.versionone.om.V1InstanceCreator
Create a new iteration using suggested system values.
iteration(Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new iteration using suggested system values.
iteration(String, Schedule, DateTime, DateTime) - Method in class com.versionone.om.V1InstanceCreator
Create a new iteration with a name, begin date, and end date.
iteration(String, Schedule, DateTime, DateTime, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new iteration with a name, begin date, and end date.
iterationByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns an iteration with the given ID or null if the ID is invalid.
iterationByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns an iteration with the given ID or null if the ID is invalid.
iterations(IterationFilter) - Method in class com.versionone.om.V1InstanceGetter
Get iterations filtered by the criteria specified in the passed in filter.
iterator() - Method in class com.versionone.om.EntityCollection
 
iterator() - Method in class com.versionone.om.TransformIterable
 

L

Link - Class in com.versionone.om
Represents a Link in the VersionOne system.
link(String, BaseAsset, String, boolean) - Method in class com.versionone.om.V1InstanceCreator
Create a new link with a name.
link(String, BaseAsset, String, boolean, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new link with a name.
linkByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Link with the given ID or null if the ID is invalid.
linkByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Link with the given ID or null if the ID is invalid.
links(LinkFilter) - Method in class com.versionone.om.V1InstanceGetter
Get links filtered by the criteria specified in the passed in filter.
listTypeValues(Class<T>) - Method in class com.versionone.om.V1InstanceGetter
Gets the active values of a standard list type.

M

makeFuture() - Method in class com.versionone.om.Iteration
Mark this iteration as future.
markAsArchived() - Method in class com.versionone.om.Message
Mark the message as having been archived.
markAsArchived() - Method in class com.versionone.om.MessageReceipt
 
markAsRead() - Method in class com.versionone.om.Message
Mark the message as having been read by the recipient.
markAsRead() - Method in class com.versionone.om.MessageReceipt
 
markAsUnarchived() - Method in class com.versionone.om.Message
Mark the message as not having been archived.
markAsUnarchived() - Method in class com.versionone.om.MessageReceipt
 
markAsUnread() - Method in class com.versionone.om.Message
Mark the message as having not been read by the recipient.
markAsUnread() - Method in class com.versionone.om.MessageReceipt
 
maximumAttachmentSize - Variable in class com.versionone.om.InstanceConfiguration
The maximum size of an attachment the instance will accept before returning an error.
Member - Class in com.versionone.om
Represents a user or member in the VersionOne system.
member(String, String, Role) - Method in class com.versionone.om.V1InstanceCreator
Create a new member entity with a name, short name, and default role.
member(String, String, Role, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new member entity with a name, short name, and default role.
member(String, String) - Method in class com.versionone.om.V1InstanceCreator
Create a new member entity with a name and short name.
member(String, String, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new member entity with a name and short name.
MemberAdmin - Static variable in class com.versionone.om.Role
Has full read and write access to all entities in the VersionOne System Can manage Project Membership, Program Membership, Members, Member Groups, Member Security, and Teams
memberByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Member with the given ID or null if the ID is invalid.
memberByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Member with the given ID or null if the ID is invalid.
memberByUserName(String) - Method in class com.versionone.om.V1InstanceGetter
Retrieves the first Member with the given user name.
members(MemberFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Members filtered by the criteria specified in the passed in filter.
Message - Class in com.versionone.om
 
message(String, String) - Method in class com.versionone.om.V1InstanceCreator
Create a new Message with a subject and recipient.
message(String, String, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Message with a subject and recipient.
message(String, String, Member) - Method in class com.versionone.om.V1InstanceCreator
Create a new Message with a subject and recipient.
message(String, String, Member, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Message with a subject and recipient.
message(String, String, Collection<Member>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Message with a subject and recipient.
message(String, String, Collection<Member>, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Message with a subject and recipient.
MessageException - Exception in com.versionone.om
An exception with a message.
MessageException(String) - Constructor for exception com.versionone.om.MessageException
Basic constructor.
MessageReceipt - Class in com.versionone.om
 
messages(MessageFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Messages filtered by the criteria specified in the passed in filter.
MetaDataAttribute - Annotation Type in com.versionone.om
Name of the data object for creating request URL to server.
MetaRenamedAttribute - Annotation Type in com.versionone.om
Name of filters for creating request URL to server.

N

NAME_VALUE - Static variable in class com.versionone.om.Entity
 
newPrivateInstance(String, Class<?>[], Object...) - Static method in class com.versionone.om.TesterBase
 
NO_ACCESS - Static variable in class com.versionone.om.Role
Has no read or write access to any entities in the VersionOne System.
Note - Class in com.versionone.om
Deprecated. since VersionOne 10.3 this type is not supported.
note(String, BaseAsset, String, boolean) - Method in class com.versionone.om.V1InstanceCreator
Create a new note with a name, asset, content, and 'personal' flag.
note(String, BaseAsset, String, boolean, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new note with a name, asset, content, and 'personal' flag.
note(Note, String, String, boolean) - Method in class com.versionone.om.V1InstanceCreator
Create a new response to an existing note with a name, content, and 'personal' flag
note(Note, String, String, boolean, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new response to an existing note with a name, content, and 'personal' flag
noteByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Note with the given ID or null if the ID is invalid.
noteByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Note with the given ID or null if the ID is invalid.
notes(NoteFilter) - Method in class com.versionone.om.V1InstanceGetter
Get notes filtered by the criteria specified in the passed in filter.
NotRecipientofMessageException - Exception in com.versionone.om
The operation or attribute is only avalable when the logged in user is a recipient of the message.
NotRecipientofMessageException() - Constructor for exception com.versionone.om.NotRecipientofMessageException
Basic constructor.
NULL - Static variable in annotation type com.versionone.om.MetaDataAttribute
 

O

OBSERVER - Static variable in class com.versionone.om.Role
Has read access but no write access to all entities in the VersionOne System.

P

PrimaryWorkitem - Class in com.versionone.om
Base class for Stories and Defects.
primaryWorkitemByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Primary Workitem with the given ID or null if the ID is invalid.
primaryWorkitemByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Primary Workitem with the given ID or null if the ID is invalid.
primaryWorkitemByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Primary Workitem with the given ID or null if the ID is invalid.
primaryWorkitems(PrimaryWorkitemFilter) - Method in class com.versionone.om.V1InstanceGetter
Get primary workitems (stories and defects) filtered by the criteria specified in the passed in filter.
Project - Class in com.versionone.om
Represents a project or release in the VersionOne system.
project(String, Project, DateTime, Schedule) - Method in class com.versionone.om.V1InstanceCreator
Create a new project entity with a name, parent project, begin date, and optional schedule.
project(String, Project, DateTime, Schedule, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new project entity with a name, parent project, begin date, and optional schedule with specified attributes.
project(String, AssetID, DateTime, Schedule) - Method in class com.versionone.om.V1InstanceCreator
Create a new project entity with a name, parent project, begin date, and optional schedule.
project(String, AssetID, DateTime, Schedule, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new project entity with a name, parent project, begin date, and optional schedule.
PROJECT_ADMIN - Static variable in class com.versionone.om.Role
Has full read and write access to all entities in the VersionOne System.
PROJECT_LEAD - Static variable in class com.versionone.om.Role
Has full read and write access to all entities in the VersionOne System Cannot manage Project Membership or Program Membership.
ProjectAsset - Class in com.versionone.om
An Entity that only exists in the context of a Project.
projectByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
id Returns a project with the given ID or null if the ID is invalid.
projectByID(String) - Method in class com.versionone.om.V1InstanceGetter
id Returns a project with the given ID or null if the ID is invalid.
projectByName(String) - Method in class com.versionone.om.V1InstanceGetter
Retrieves the first project with the given name or null.
projects(ProjectFilter) - Method in class com.versionone.om.V1InstanceGetter
Get projects filtered by the criteria specified in the passed in filter.
ProxySettings - Class in com.versionone.om
Setting for connection to proxy.
ProxySettings(URI, String, String) - Constructor for class com.versionone.om.ProxySettings
Proxy settings

R

Rank<T extends Entity> - Class in com.versionone.om
Class for ordering the Assets.
reactivate() - Method in class com.versionone.om.BaseAsset
Reactivates the item.
reactivate() - Method in class com.versionone.om.Environment
Reactivates the item.
readFrom(InputStream) - Method in class com.versionone.om.Attachment
Read the attachment's content from the input stream.
RegressionPlan - Class in com.versionone.om
The RegressionPlan asset.
regressionPlan(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Creates a new Regression Plan with title and project.
regressionPlan(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Creates a new Regression Plan with title and project.
regressionPlanByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a RegressionPlan with the given ID or null if the ID is invalid
regressionPlanByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a RegressionPlan with the given ID or null if the ID is invalid.
regressionPlans(RegressionPlanFilter) - Method in class com.versionone.om.V1InstanceGetter
Gets regression plans filtered by the criteria specified in the passed in filter.
RegressionSuite - Class in com.versionone.om
The RegressionSuite asset.
regressionSuite(String, RegressionPlan) - Method in class com.versionone.om.V1InstanceCreator
Creates a new Regression Suite with title assigned with this Regression Plan.
regressionSuite(String, RegressionPlan, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Creates a new Regression Suite with title assigned with this Regression Plan.
regressionSuiteByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Regression Suite with the given ID or null if the ID is invalid.
regressionSuites(RegressionSuiteFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Regression Suite filtered by the criteria specified in the passed in filter.
RegressionTest - Class in com.versionone.om
Regression Test representation.
RegressionTest(AssetID, V1Instance) - Constructor for class com.versionone.om.RegressionTest
 
RegressionTest(V1Instance) - Constructor for class com.versionone.om.RegressionTest
 
regressionTest(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Creates new Regression Test.
regressionTest(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Creates new Regression Test.
regressionTest(Test) - Method in class com.versionone.om.V1InstanceCreator
Creates new Regression Test based on Test
regressionTestByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Regression Test with the given ID or null if the ID is invalid.
regressionTests(RegressionTestFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Regression Suite filtered by the criteria specified in the passed in filter.
RegressionTestStatus - Class in com.versionone.om
 
RegressionTestStatus(V1Instance) - Constructor for class com.versionone.om.RegressionTestStatus
 
RegressionTestStatus(AssetID, V1Instance) - Constructor for class com.versionone.om.RegressionTestStatus
 
remove(Object) - Method in class com.versionone.om.EntityCollection
 
Request - Class in com.versionone.om
Represents a request in the VersionOne system.
request(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Create a new Request with a name.
request(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Request with a name.
requestByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Request with the given ID or null if the ID is invalid.
requestByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Request with the given ID or null if the ID is invalid.
Requestor - Static variable in class com.versionone.om.Role
Has read access to all entities in the VersionOne System and write access to Requests
requests(RequestFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Requests filtered by the criteria specified in the passed in filter.
Retrospective - Class in com.versionone.om
Represents a Retrospective in the VersionOne System
retrospective(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Create a new retrospective with a name.
retrospective(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new retrospective with a name.
retrospectiveByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a retrospective with the given ID or null if the ID is invalid.
retrospectiveByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a retrospective with the given ID or null if the ID is invalid.
retrospectives(RetrospectiveFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Retrospective filtered by the criteria specified in the passed in filter.
Role - Class in com.versionone.om
List of roles allowed on a member.

S

save(String) - Method in class com.versionone.om.Entity
Save any changes to this entity to the VersionOne System with a comment.
save() - Method in class com.versionone.om.Entity
Save any changes to this entity to the VersionOne System.
save(String) - Method in class com.versionone.om.Role
Roles cannot be updated or saved.
save() - Method in class com.versionone.om.Role
Roles cannot be updated or saved.
Schedule - Class in com.versionone.om
Represents a schedule in the VersionOne system
schedule(String, Duration, Duration) - Method in class com.versionone.om.V1InstanceCreator
Create a new schedule entity with a name, iteration length, and iteration gap
schedule(String, Duration, Duration, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new schedule entity with a name, iteration length, and iteration gap
scheduleByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a schedule with the given ID or null if the ID is invalid
scheduleByName(String) - Method in class com.versionone.om.V1InstanceGetter
Retrieves the first schedule with the given name or null
schedules(ScheduleFilter) - Method in class com.versionone.om.V1InstanceGetter
Get schedules filtered by the criteria specified in the passed in filter.
SDKException - Exception in com.versionone.om
Base Exception for SDK Exceptions.
SDKException(String) - Constructor for exception com.versionone.om.SDKException
 
SDKException(Throwable) - Constructor for exception com.versionone.om.SDKException
 
SDKException(String, Throwable) - Constructor for exception com.versionone.om.SDKException
 
SecondaryWorkitem - Class in com.versionone.om
Represents the base of a Task or Test in the VersionOne System.
secondaryWorkitemByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Secondary Workitem with the given ID or null if the ID is invalid.
secondaryWorkitemByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Secondary Workitem with the given ID or null if the ID is invalid.
secondaryWorkitemByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Secondary Workitem with the given ID or null if the ID is invalid.
secondaryWorkitems(SecondaryWorkitemFilter) - Method in class com.versionone.om.V1InstanceGetter
Get secondary workitems (tasks and tests) filtered by the criteria specified in the passed in filter.
send() - Method in class com.versionone.om.Message
Send this message.
set(String, Object) - Method in interface com.versionone.om.ICustomAttributeDictionary
Sets the value of the custom field.
setAbove(T) - Method in class com.versionone.om.Rank
Set this Entity ahead of the passed in Entity in rank order.
setApiClient(ApiClientInternals) - Method in class com.versionone.om.V1Instance
 
setAsset(BaseAsset) - Method in class com.versionone.om.Attachment
 
setAsset(BaseAsset) - Method in class com.versionone.om.Link
 
setAsset(BaseAsset) - Method in class com.versionone.om.Note
Deprecated.  
setAsset(Object, Asset) - Method in class com.versionone.om.V1Instance
 
setAuthor(Member) - Method in class com.versionone.om.Conversation
Sets author for current conversation.
setAuthoredAt(DateTime) - Method in class com.versionone.om.Conversation
Sets date of creation.
setBeginDate(DateTime) - Method in class com.versionone.om.Iteration
 
setBeginDate(DateTime) - Method in class com.versionone.om.Project
 
setBelow(T) - Method in class com.versionone.om.Rank
Set this Entity after the passed in Entity in rank order.
setBuild(String) - Method in class com.versionone.om.Story
 
setBuild(String) - Method in class com.versionone.om.Task
 
setBuild(String) - Method in class com.versionone.om.Theme
 
setBuildProject(BuildProject) - Method in class com.versionone.om.BuildRun
 
setContent(String) - Method in class com.versionone.om.Conversation
Set content of this message.
setContent(String) - Method in class com.versionone.om.Note
Deprecated.  
setContentType(String) - Method in class com.versionone.om.Attachment
 
setCurrentValue(String) - Method in interface com.versionone.om.IListValueProperty
 
setCustomer(Member) - Method in class com.versionone.om.Epic
 
setCustomer(Member) - Method in class com.versionone.om.Story
 
setCustomer(Member) - Method in class com.versionone.om.Theme
 
setDate(DateTime) - Method in class com.versionone.om.BuildRun
 
setDate(DateTime) - Method in class com.versionone.om.Effort
Sets Date this effort record is logged against.
setDate(DateTime) - Method in class com.versionone.om.Retrospective
 
setDefaultRole(Role) - Method in class com.versionone.om.Member
 
setDescription(String) - Method in class com.versionone.om.Attachment
 
setDescription(String) - Method in class com.versionone.om.BaseAsset
 
setDetailEstimate(Double) - Method in class com.versionone.om.Workitem
 
setElapsed(Double) - Method in class com.versionone.om.BuildRun
 
setEmail(String) - Method in class com.versionone.om.Member
 
setEndDate(DateTime) - Method in class com.versionone.om.Iteration
 
setEndDate(DateTime) - Method in class com.versionone.om.Project
 
setEnvironment(String) - Method in class com.versionone.om.Defect
 
setEnvironment(Environment) - Method in class com.versionone.om.TestSet
 
setEpic(Epic) - Method in class com.versionone.om.Story
 
setEstimate(Double) - Method in class com.versionone.om.Epic
 
setEstimate(Double) - Method in class com.versionone.om.PrimaryWorkitem
 
setEstimate(Double) - Method in class com.versionone.om.RegressionSuite
 
setEstimate(Double) - Method in class com.versionone.om.Theme
 
setExpectedResults(String) - Method in class com.versionone.om.RegressionTest
 
setFacilitatedBy(Member) - Method in class com.versionone.om.Retrospective
 
setFilename(String) - Method in class com.versionone.om.Attachment
 
setFoundBy(String) - Method in class com.versionone.om.Defect
 
setFoundInBuild(String) - Method in class com.versionone.om.Defect
 
setFoundInVersion(String) - Method in class com.versionone.om.Defect
 
setGeneratedFrom(Test) - Method in class com.versionone.om.RegressionTest
 
setGeneratedFrom(RegressionTest) - Method in class com.versionone.om.Test
 
setIdentifiedBy(String) - Method in class com.versionone.om.Issue
 
setIdentifiedIn(Retrospective) - Method in class com.versionone.om.Story
 
setInputs(String) - Method in class com.versionone.om.RegressionTest
 
setInReplyTo(Conversation) - Method in class com.versionone.om.Conversation
Sets parent message to current.
setIteration(Iteration) - Method in class com.versionone.om.Effort
Sets Iteration this effort record belongs to.
setIteration(Iteration) - Method in class com.versionone.om.PrimaryWorkitem
 
setIteration(Iteration) - Method in class com.versionone.om.Retrospective
 
setIterationGap(Duration) - Method in class com.versionone.om.Schedule
 
setIterationLength(Duration) - Method in class com.versionone.om.Schedule
 
setMember(Member) - Method in class com.versionone.om.Effort
Sets Member this effort record belongs to.
setMessage(Message) - Method in class com.versionone.om.MessageReceipt
 
setName(String) - Method in class com.versionone.om.Attachment
 
setName(String) - Method in class com.versionone.om.BaseAsset
 
setName(String) - Method in class com.versionone.om.Environment
 
setName(String) - Method in class com.versionone.om.Link
 
setName(String) - Method in class com.versionone.om.Note
Deprecated.  
setNotifyViaEmail(boolean) - Method in class com.versionone.om.Member
 
setOnMenu(boolean) - Method in class com.versionone.om.Link
 
setOwner(Member) - Method in class com.versionone.om.Issue
 
setOwner(Member) - Method in class com.versionone.om.Project
 
setOwner(Member) - Method in class com.versionone.om.RegressionPlan
 
setOwner(Member) - Method in class com.versionone.om.RegressionSuite
 
setOwner(Member) - Method in class com.versionone.om.Request
 
setParent(Epic) - Method in class com.versionone.om.Epic
 
setParent(PrimaryWorkitem) - Method in class com.versionone.om.SecondaryWorkitem
 
setParentConversation(Conversation) - Method in class com.versionone.om.Conversation
Sets parent conversation.
setParentProject(Project) - Method in class com.versionone.om.Project
 
setParentTheme(Theme) - Method in class com.versionone.om.Theme
 
setPassword(String) - Method in class com.versionone.om.Member
 
setPersonal(boolean) - Method in class com.versionone.om.Note
Deprecated.  
setPhone(String) - Method in class com.versionone.om.Member
 
setProject(Project) - Method in class com.versionone.om.Effort
Sets the Project this effort record belongs to.
setProject(Project) - Method in class com.versionone.om.Environment
 
setProject(Project) - Method in class com.versionone.om.ProjectAsset
 
setProject(Project) - Method in class com.versionone.om.Retrospective
 
setRecipient(Member) - Method in class com.versionone.om.MessageReceipt
 
setReference(String) - Method in class com.versionone.om.BuildProject
 
setReference(String) - Method in class com.versionone.om.BuildRun
 
setReference(String) - Method in class com.versionone.om.ChangeSet
 
setReference(String) - Method in class com.versionone.om.Epic
 
setReference(String) - Method in class com.versionone.om.Issue
 
setReference(String) - Method in class com.versionone.om.RegressionPlan
 
setReference(String) - Method in class com.versionone.om.RegressionSuite
 
setReference(String) - Method in class com.versionone.om.RegressionTest
 
setReference(String) - Method in class com.versionone.om.Request
 
setReference(String) - Method in class com.versionone.om.TestSuite
 
setReference(String) - Method in class com.versionone.om.Workitem
 
setRegressionPlan(RegressionPlan) - Method in class com.versionone.om.RegressionSuite
 
setRegressionSuite(RegressionSuite) - Method in class com.versionone.om.TestSet
 
setRelatedAsset(BaseAsset) - Method in class com.versionone.om.Message
 
setRequestedBy(String) - Method in class com.versionone.om.Epic
 
setRequestedBy(String) - Method in class com.versionone.om.Request
 
setRequestedBy(String) - Method in class com.versionone.om.Story
 
setResolutionDetails(String) - Method in class com.versionone.om.Defect
 
setResolutionDetails(String) - Method in class com.versionone.om.Issue
 
setResolutionDetails(String) - Method in class com.versionone.om.Request
 
setResolvedInBuild(String) - Method in class com.versionone.om.Defect
 
setSchedule(Schedule) - Method in class com.versionone.om.Iteration
 
setSchedule(Schedule) - Method in class com.versionone.om.Project
 
setSetup(String) - Method in class com.versionone.om.RegressionTest
 
setShortName(String) - Method in class com.versionone.om.Member
 
setSteps(String) - Method in class com.versionone.om.RegressionTest
 
setSummary(String) - Method in class com.versionone.om.Retrospective
 
setTags(String) - Method in class com.versionone.om.RegressionTest
 
setTargetDate(DateTime) - Method in class com.versionone.om.Issue
 
setTeam(Team) - Method in class com.versionone.om.Effort
Sets Team this effort record belongs to.
setTeam(Team) - Method in class com.versionone.om.Issue
 
setTeam(Team) - Method in class com.versionone.om.PrimaryWorkitem
 
setTeam(Team) - Method in class com.versionone.om.Retrospective
 
setTestSuite(TestSuite) - Method in class com.versionone.om.Project
 
setTheme(Theme) - Method in class com.versionone.om.Epic
 
setTheme(Theme) - Method in class com.versionone.om.PrimaryWorkitem
 
setToDo(Double) - Method in class com.versionone.om.Workitem
 
setURL(String) - Method in class com.versionone.om.Link
 
setUsername(String) - Method in class com.versionone.om.Member
 
setValidationEnabled(boolean) - Method in class com.versionone.om.V1Instance
 
setValue(double) - Method in class com.versionone.om.Effort
Sets Value of this effort record.
setVerifiedBy(Member) - Method in class com.versionone.om.Defect
 
setWorkitem(Workitem) - Method in class com.versionone.om.Effort
Sets Story, Defect, Task, Test that this Effort record belongs to.
size() - Method in class com.versionone.om.EntityCollection
 
State - Class in com.versionone.om
Statuses of objects.
STATE_ACTIVE - Static variable in class com.versionone.om.BaseAsset
 
STATE_ACTIVE - Static variable in class com.versionone.om.Environment
 
STATE_CLOSED - Static variable in class com.versionone.om.BaseAsset
 
STATE_CLOSED - Static variable in class com.versionone.om.Environment
 
Story - Class in com.versionone.om
A story or backlog item.
story(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Create a new Story with a name.
story(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Story with a name.
story(String, Retrospective) - Method in class com.versionone.om.V1InstanceCreator
Create a new story with a name.
story(String, Retrospective, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new story with a name.
story(StoryFilter) - Method in class com.versionone.om.V1InstanceGetter
Get stories filtered by the criteria specified in the passed in filter.
storyByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Story with the given ID or null if the ID is invalid.
storyByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Story with the given ID or null if the ID is invalid.
storyByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Story with the given ID or null if the ID is invalid.
StoryTemplate - Class in com.versionone.om
A Story template.
storyTemplateByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a StoryTemplate with the given ID or null if the ID is invalid.
storyTemplateByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a StoryTemplate with the given ID or null if the ID is invalid.
storyTrackingLevel - Variable in class com.versionone.om.InstanceConfiguration
The level at which DetailEstimate, ToDo and Effort are tracked for Stories.
StreamComparer - Class in com.versionone.om
Comparator for streams.
StreamComparer() - Constructor for class com.versionone.om.StreamComparer
 
SYSTEM_ADMIN - Static variable in class com.versionone.om.Role
Has full access to all entities in the VersionOne System.

T

Task - Class in com.versionone.om
Represents a Task in the VersionOne system.
task(String, PrimaryWorkitem) - Method in class com.versionone.om.V1InstanceCreator
Create a new Task with a name.
task(String, PrimaryWorkitem, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Task with a name.
tasks(TaskFilter) - Method in class com.versionone.om.V1InstanceGetter
Get tasks filtered by the criteria specified in the passed in filter.
Team - Class in com.versionone.om
Represents a team in the VersionOne system.
team(String) - Method in class com.versionone.om.V1InstanceCreator
Create a new team entity with a name.
team(String, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new team entity with a name.
TEAM_MEMBER - Static variable in class com.versionone.om.Role
Has read access to all entities in the VersionOne System Has write access to all entities except Projects, Iterations, and Goals in the VersionOne System.
teamByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Team with the given ID or null if the ID is invalid.
teamByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Team with the given ID or null if the ID is invalid.
TeamFilter - Class in com.versionone.om
Filter for getting teams.
TeamFilter() - Constructor for class com.versionone.om.TeamFilter
 
teams(TeamFilter) - Method in class com.versionone.om.V1InstanceGetter
Get teams filtered by the criteria specified in the passed in filter.
Test - Class in com.versionone.om
Represents a Test in the VersionOne System.
test(String, PrimaryWorkitem) - Method in class com.versionone.om.V1InstanceCreator
Create a new Test with a name.
test(String, PrimaryWorkitem, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Test with a name.
TESTER - Static variable in class com.versionone.om.Role
Has read access to all entities in the VersionOne System Has write access to Tests, Effort, Issues, Requests, and Defects in the VersionOne System.
TesterBase - Class in com.versionone.om
 
TesterBase() - Constructor for class com.versionone.om.TesterBase
 
tests(TestFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Tests filtered by the criteria specified in the passed in filter.
TestSet - Class in com.versionone.om
 
testSet(String, RegressionSuite, Project) - Method in class com.versionone.om.V1InstanceCreator
Creates a new TestSet with title and project.
testSet(String, RegressionSuite, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Creates a new TestSet with title and project.
testSetByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a TestSet with the given ID or null if the ID is invalid.
testSetByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Test Set with the given ID or null if the ID is invalid.
testSets(TestSetFilter) - Method in class com.versionone.om.V1InstanceGetter
Get Test Sets filtered by the criteria specified in the passed in filter.
TestSuite - Class in com.versionone.om
The TestSuite asset.
testSuite(String, String) - Method in class com.versionone.om.V1InstanceCreator
Create a new TestSuite with a name.
testSuite(String, String, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new TestSuite with a name.
testSuiteByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a TestSuite with the given ID or null if the ID is invalid.
testSuiteByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a TestSuite with the given ID or null if the ID is invalid.
Theme - Class in com.versionone.om
Represents a Theme in the VersionOne system.
theme(String, Project) - Method in class com.versionone.om.V1InstanceCreator
Create a new Theme with a name.
theme(String, Project, Map<String, Object>) - Method in class com.versionone.om.V1InstanceCreator
Create a new Theme with a name.
themeByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Theme with the given ID or null if the ID is invalid.
themeByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Theme with the given ID or null if the ID is invalid.
themeByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Theme with the given ID or null if the ID is invalid.
themes(ThemeFilter) - Method in class com.versionone.om.V1InstanceGetter
Get themes filtered by the criteria specified in the passed in filter.
toArray() - Method in class com.versionone.om.TransformIterable
Convert array from D type to type which set by dClass parameter.
toString() - Method in class com.versionone.om.AssetID
Tokenize the ID.
toString() - Method in class com.versionone.om.Entity
 
TrackingLevel - Enum in com.versionone.om
The level at which DetailEstimate, ToDo and Effort are tracked.
transform(S) - Method in interface com.versionone.om.TransformIterable.ITransformer
 
transform(S, Class<T>) - Method in interface com.versionone.om.TransformIterable.ITransformerGeneric
 
TransformIterable<S,D> - Class in com.versionone.om
 
TransformIterable(Iterable<S>, TransformIterable.ITransformerGeneric<S, D>, Class<D>) - Constructor for class com.versionone.om.TransformIterable
 
TransformIterable.ITransformer<S,T> - Interface in com.versionone.om
 
TransformIterable.ITransformerGeneric<S,T> - Interface in com.versionone.om
 

U

unassignRegressionTest(RegressionTest) - Method in class com.versionone.om.RegressionSuite
Un-assign Regression Test from this suite.

V

V1Instance - Class in com.versionone.om
Provides access to a single instance of a VersionOne application.
V1Instance(String) - Constructor for class com.versionone.om.V1Instance
Initialize a V1Instance to communicate with an installation of VersionOne at a given URL using Integrated Authentication.
V1Instance(String, String, String) - Constructor for class com.versionone.om.V1Instance
Initialize a V1Instance to communicate with an installation of VersionOne at a given URL using basic authentication.
V1Instance(String, String, String, ProxySettings) - Constructor for class com.versionone.om.V1Instance
Initialize a V1Instance to communicate with an installation of VersionOne through a proxy
V1InstanceCreator - Class in com.versionone.om
Create Assets.
V1InstanceGetter - Class in com.versionone.om
Methods to get things
validate(Entity, String) - Method in class com.versionone.om.EntityValidator
Validate single attribute of an entity.
validate(Entity) - Method in class com.versionone.om.EntityValidator
Validate single Entity.
validate(Entity[]) - Method in class com.versionone.om.EntityValidator
Validate a collection of entities.
validate() - Method in class com.versionone.om.V1Instance
Validate the application path, user name and password used to construct this instance.
valueOf(String) - Static method in class com.versionone.om.AssetID
Convert a string to an AssetID.
valueOf(String) - Static method in enum com.versionone.om.TrackingLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.versionone.om.TrackingLevel
Returns an array containing the constants of this enum type, in the order they're declared.
VISITOR - Static variable in class com.versionone.om.Role
Has read access to Projects, Themes, Stories, Iterations, Defects, Retrospectives, and Goals but no write access in the VersionOne System.

W

Workitem - Class in com.versionone.om
Base class for Stories, Defects, Tasks, Tests.
workitemByDisplayID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Workitem with the given ID or null if the ID is invalid.
workitemByID(AssetID) - Method in class com.versionone.om.V1InstanceGetter
Returns a Workitem with the given ID or null if the ID is invalid.
workitemByID(String) - Method in class com.versionone.om.V1InstanceGetter
Returns a Workitem with the given ID or null if the ID is invalid.
workitems(WorkitemFilter) - Method in class com.versionone.om.V1InstanceGetter
Get workitems (stories, defects, tasks, and tests) filtered by the criteria specified in the passed in filter.
wrapped - Variable in class com.versionone.om.TransformIterable
 
WrapperManager - Class in com.versionone.om
 
WrapperManager(V1Instance) - Constructor for class com.versionone.om.WrapperManager
 
writeTo(OutputStream) - Method in class com.versionone.om.Attachment
Write this attachment's content to the output stream.

X

xform - Variable in class com.versionone.om.TransformIterable
 

A B C D E F G H I L M N O P R S T U V W X