public interface IRelease extends IBaseFieldExMail
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
cycleFactory()
The CycleFactory object for cycles of this release.
|
int |
daysLeft()
Returns the number of days until the scheduled release date.
|
Date |
endDate()
The release's end date
|
void |
endDate(Date pVal)
The release's end date
|
String |
name()
The release's name
|
void |
name(String pVal)
The release's name
|
com4j.Com4jObject |
parent()
The release's parent release folder
|
com4j.Com4jObject |
releaseManagementInfo()
The release information.
|
Date |
startDate()
The release's start date
|
void |
startDate(Date pVal)
The release's start date
|
String |
status()
The release's status
|
void |
status(String pVal)
The release's status
|
mail
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The release's name
Getter method for the COM property "Name"
void name(String pVal)
The release's name
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.Date startDate()
The release's start date
Getter method for the COM property "StartDate"
void startDate(Date pVal)
The release's start date
Setter method for the COM property "StartDate"
pVal
- Mandatory java.util.Date parameter.Date endDate()
The release's end date
Getter method for the COM property "EndDate"
void endDate(Date pVal)
The release's end date
Setter method for the COM property "EndDate"
pVal
- Mandatory java.util.Date parameter.String status()
The release's status
Getter method for the COM property "Status"
void status(String pVal)
The release's status
Setter method for the COM property "Status"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject cycleFactory()
The CycleFactory object for cycles of this release.
Getter method for the COM property "CycleFactory"
com4j.Com4jObject parent()
The release's parent release folder
Getter method for the COM property "Parent"
int daysLeft()
Returns the number of days until the scheduled release date.
com4j.Com4jObject releaseManagementInfo()
The release information.
Getter method for the COM property "ReleaseManagementInfo"
Copyright © 2020. All rights reserved.