Package | Description |
---|---|
com.versionone | |
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
DB.DateTime |
DB.DateTime.add(int field,
int value) |
DB.DateTime |
DB.DateTime.convertLocalToUtc()
Converts this DateTime object to UTC.
|
DB.DateTime |
DB.DateTime.convertUtcToLocal()
Converts this DateTime object to UTC.
|
DB.DateTime |
DB.DateTime.getDate()
Gets the Date component of this instance.
|
static DB.DateTime |
DB.DateTime.now() |
Modifier and Type | Method and Description |
---|---|
int |
DB.DateTime.compareTo(DB.DateTime another) |
Duration |
DB.DateTime.subtract(DB.DateTime date)
Subtracts the specified date from this instance.
|
Modifier and Type | Method and Description |
---|---|
DB.DateTime |
Expression.getAuthoredAt() |
DB.DateTime |
Project.getBeginDate() |
DB.DateTime |
Iteration.getBeginDate() |
DB.DateTime |
Entity.getChangeDate() |
DB.DateTime |
Entity.getCreateDate() |
DB.DateTime |
Retrospective.getDate() |
DB.DateTime |
Effort.getDate()
Gets Date this effort record is logged against.
|
DB.DateTime |
BuildRun.getDate() |
DB.DateTime |
ICustomAttributeDictionary.getDate(String attributeName)
Gets the value of a Custom Field as a DateTime.
|
DB.DateTime |
Project.getEndDate() |
DB.DateTime |
Iteration.getEndDate() |
DB.DateTime |
Issue.getTargetDate() |
Modifier and Type | Method and Description |
---|---|
BuildRun |
V1InstanceCreator.buildRun(BuildProject buildProject,
String name,
DB.DateTime date)
Create a new Build Run in the given Build Project with a name and date.
|
BuildRun |
V1InstanceCreator.buildRun(BuildProject buildProject,
String name,
DB.DateTime date,
Map<String,Object> attributes)
Create a new Build Run in the given Build Project with a name and date.
|
BuildRun |
BuildProject.createBuildRun(String name,
DB.DateTime date)
Create a Build Run with the given name and date in this Build Project.
|
BuildRun |
BuildProject.createBuildRun(String name,
DB.DateTime date,
Map<String,Object> attributes)
Create a Build Run with the given name and date in this Build Project.
|
Effort |
Workitem.createEffort(double value,
Member member,
DB.DateTime date)
Log an effort record against this workitem with the current day and time
and given member and value.
|
Effort |
Workitem.createEffort(double value,
Member member,
DB.DateTime date,
Map<String,Object> attributes)
Log an effort record against this workitem with the current day and time
and given member and value.
|
Iteration |
Project.createIteration(String name,
DB.DateTime beginDate,
DB.DateTime endDate)
Create a new Iteration in the Project where the schedule is defined.
|
Iteration |
Project.createIteration(String name,
DB.DateTime beginDate,
DB.DateTime endDate,
Map<String,Object> attributes)
Create a new Iteration in the Project where the schedule is defined.
|
Project |
Project.createSubProject(String name,
DB.DateTime beginDate)
Create a sub project under this project with a name and begin date.
|
Project |
Project.createSubProject(String name,
DB.DateTime beginDate,
Schedule schedule)
Create a sub project under this project with a name, begin date, and
optional schedule.
|
Project |
Project.createSubProject(String name,
DB.DateTime beginDate,
Schedule schedule,
Map<String,Object> attributes) |
Effort |
V1InstanceCreator.effort(double value,
Workitem item,
Member member,
DB.DateTime date)
Create a new effort record with a value and date, assigned to the given
workitem and member.
|
Effort |
V1InstanceCreator.effort(double value,
Workitem item,
Member member,
DB.DateTime date,
Map<String,Object> attributes)
Create a new effort record with a value and date, assigned to the given
workitem and member.
|
Iteration |
V1InstanceCreator.iteration(String name,
Schedule schedule,
DB.DateTime beginDate,
DB.DateTime endDate)
Create a new iteration with a name, begin date, and end date.
|
Iteration |
V1InstanceCreator.iteration(String name,
Schedule schedule,
DB.DateTime beginDate,
DB.DateTime endDate,
Map<String,Object> attributes)
Create a new iteration with a name, begin date, and end date.
|
Project |
V1InstanceCreator.project(String name,
AssetID parentProjectID,
DB.DateTime beginDate,
Schedule schedule)
Create a new project entity with a name, parent project, begin date, and
optional schedule.
|
Project |
V1InstanceCreator.project(String name,
AssetID parentProjectID,
DB.DateTime beginDate,
Schedule schedule,
Map<String,Object> attributes)
Create a new project entity with a name, parent project, begin date, and
optional schedule.
|
Project |
V1InstanceCreator.project(String name,
Project parentProject,
DB.DateTime beginDate,
Schedule schedule)
Create a new project entity with a name, parent project, begin date, and
optional schedule.
|
Project |
V1InstanceCreator.project(String name,
Project parentProject,
DB.DateTime beginDate,
Schedule schedule,
Map<String,Object> attributes)
Create a new project entity with a name, parent project, begin date, and
optional schedule with specified attributes.
|
void |
Expression.setAuthoredAt(DB.DateTime date)
Sets date of creation.
|
void |
Project.setBeginDate(DB.DateTime beginDate) |
void |
Iteration.setBeginDate(DB.DateTime value) |
void |
Retrospective.setDate(DB.DateTime value) |
void |
Effort.setDate(DB.DateTime date)
Sets Date this effort record is logged against.
|
void |
BuildRun.setDate(DB.DateTime value) |
void |
Project.setEndDate(DB.DateTime value) |
void |
Iteration.setEndDate(DB.DateTime value) |
void |
Issue.setTargetDate(DB.DateTime value) |
Modifier and Type | Field and Description |
---|---|
List<DB.DateTime> |
RetrospectiveFilter.date
The date this Retrospective was conducted.
|
ComparisonSearcher<DB.DateTime> |
EffortFilter.date
Filter on Date range effort records belong to.
|
Modifier and Type | Method and Description |
---|---|
void |
DateSearcher.addTerm(com.versionone.apiclient.FilterTerm.Operator op,
DB.DateTime date)
Adds comparison term.
|
Copyright © 2013 Version One, Inc.. All rights reserved.