|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.TypedResource
com.starteam.LiveObject
com.starteam.TrackedObject
com.starteam.VersionedObject
com.starteam.ViewMember
com.starteam.Item
com.starteam.ChangeRequest
public class ChangeRequest
Represents a StarTeam ChangeRequest item.
| Nested Class Summary | |
|---|---|
static class |
ChangeRequest.ChangeRequestType
The type of change requested. |
static class |
ChangeRequest.Platform
The platform on which the need for this request was discovered. |
static class |
ChangeRequest.Priority
Priority of the ChangeRequest |
static class |
ChangeRequest.Severity
The severity of the problem that prompted the request. |
static class |
ChangeRequest.Status
The current status of the change request. |
static class |
ChangeRequest.StreamState
The Info Stream State of the ChangeRequest |
static class |
ChangeRequest.Type
Type meta-data (schema) for ChangeRequest object instances. |
static class |
ChangeRequest.WebCacheChangeRequest
Item accessor for cached SDK ChangeRequest items contained objects are obtained from the artifact cache |
| Nested classes/interfaces inherited from class com.starteam.Item |
|---|
Item.WebCacheItem |
| Nested classes/interfaces inherited from class com.starteam.ViewMember |
|---|
ViewMember.LockType, ViewMember.MyLock, ViewMember.ShareState, ViewMember.WebCacheViewMember |
| Nested classes/interfaces inherited from class com.starteam.VersionedObject |
|---|
VersionedObject.WebCacheVersionedObject |
| Nested classes/interfaces inherited from class com.starteam.TrackedObject |
|---|
TrackedObject.WebCacheTrackedObject |
| Nested classes/interfaces inherited from class com.starteam.LiveObject |
|---|
LiveObject.WebCacheLiveObject |
| Nested classes/interfaces inherited from class com.starteam.TypedResource |
|---|
TypedResource.BranchState |
| Method Summary | |
|---|---|
static ChangeRequest |
create(Folder prnt)
Create a ChangeRequest in the specified parent folder. |
User |
getAddressedBy()
Returns the User object that addressed this request. |
Label |
getAddressedIn()
Returns a label representing the build or named configuration that this request was addressed in. |
View |
getAddressedInView()
Returns the view from which this Change Request was addressed. |
java.lang.String |
getCategory()
Returns the category of this request. |
DateTime |
getClosedOn()
Returns the date that this request was given a closed status. |
java.lang.String |
getComponent()
Returns the component this request applies to. |
java.lang.String |
getDescription()
Returns the description of this change request. |
User |
getEnteredBy()
Returns the User object that entered this request. |
DateTime |
getEnteredOn()
Returns the date that this request was entered |
java.lang.String |
getExternalReference()
Returns a string value that represents some external reference, such as an identification number identifying this request in another system. |
java.lang.String |
getFix()
Returns the fix for this change request. |
Label |
getLastBuildTested()
Returns a label of the build or named configuration that this request was last tested in. |
int |
getNumber()
Returns the numeric identifier of this change request in the StarTeam view. |
ChangeRequest.Platform |
getPlatform()
Returns the platform this Change Request applies to. |
ChangeRequest.Priority |
getPriority()
Returns the relative priority of this Change Request. |
ChangeRequest.Type.PropertyCollection |
getProperties()
Gets the PropertyCollection for this ChangeRequest. |
ChangeRequest.ChangeRequestType |
getRequestType()
Returns this change request's type. |
DateTime |
getResolvedOn()
Returns the date that this Change Request was resolved. |
User |
getResponsibility()
Returns the User object that is currently responsible for
this request. |
ChangeRequest.Severity |
getSeverity()
Return the relative severity of the condition that this Change Request represents. |
ChangeRequest.Status |
getStatus()
Returns the status (Open, Fixed, Closed, etc.) of this Change Request. |
ChangeRequest.StreamState |
getStreamState()
Returns the Stream State |
java.lang.String |
getSynopsis()
Returns the synopsis or brief description of this request. |
java.lang.String |
getTestCommand()
Returns the test command string for this change request. |
DateTime |
getVerifiedOn()
Returns the date that this Change Request was verified. |
java.lang.String |
getWorkAround()
Returns the workaround for this change request. |
void |
setAddressedBy(User user)
Sets the User object that addressed this request. |
void |
setAddressedIn(Label label)
Sets the label in which this change request was addressed. |
void |
setAddressedInView(View view)
Sets the view from which this Change Request was addressed. |
void |
setCategory(java.lang.String category)
Sets the category for this change request. |
void |
setComponent(java.lang.String component)
Sets the component this change request applies to. |
void |
setDescription(java.lang.String description)
Sets the description of this change request. |
void |
setEnteredBy(User user)
Sets the User object that entered this request. |
void |
setExternalReference(java.lang.String reference)
Sets the external reference for this change request. |
void |
setFix(java.lang.String fix)
Sets the fix for this change request. |
void |
setLastBuildTested(Label label)
Sets the label for the build in which the change request was last tested. |
void |
setPlatform(ChangeRequest.Platform platform)
Sets the platform this change request applies to. |
void |
setPriority(ChangeRequest.Priority priority)
Sets the priority of this change request. |
void |
setRequestType(ChangeRequest.ChangeRequestType type)
Sets this change request's type. |
void |
setResponsibility(User user)
Sets the responsibility of this change request to the specified User object. |
void |
setSeverity(ChangeRequest.Severity severity)
Sets the severity for this change request. |
void |
setStatus(ChangeRequest.Status status)
Sets the status of this change request. |
void |
setStreamState(ChangeRequest.StreamState streamState)
Sets the the Stream State for the change request |
void |
setSynopsis(java.lang.String synopsis)
Sets the synopsis for this change request. |
void |
setTestCommand(java.lang.String testCommand)
Sets the test command for this change request. |
void |
setWorkAround(java.lang.String workAround)
Sets the workaround for this change request. |
java.lang.String |
toString()
Returns the Number of this Change Request. |
| Methods inherited from class com.starteam.VersionedObject |
|---|
getBranchRevision, getRevisionNumber, getViewVersion, isFromHistory |
| Methods inherited from class com.starteam.TrackedObject |
|---|
getModifiedBy, getModifiedTime |
| Methods inherited from class com.starteam.LiveObject |
|---|
getCreatedBy, getCreatedTime, toStarTeamURL |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.starteam.ISecurable |
|---|
getServer, getType |
| Method Detail |
|---|
public static ChangeRequest create(Folder prnt)
prnt - the parent folder
public ChangeRequest.Type.PropertyCollection getProperties()
public java.lang.String getExternalReference()
Item.Type.ExternalReferenceProperty.NAMEpublic void setExternalReference(java.lang.String reference)
reference - the new external reference value for this change requestpublic int getNumber()
ChangeRequest.Type.ChangeNumberProperty.NAMEpublic java.lang.String getSynopsis()
ChangeRequest.Type.SynopsisProperty.NAMEpublic void setSynopsis(java.lang.String synopsis)
synopsis - the new synopsis for this change requestChangeRequest.Type.SynopsisProperty.NAMEpublic ChangeRequest.ChangeRequestType getRequestType()
ChangeRequest.Type.ChangeRequestTypeProperty.NAME,
ChangeRequest.Type.ChangeRequestTypeProperty.NAMEpublic void setRequestType(ChangeRequest.ChangeRequestType type)
type - The new type for this change request.public ChangeRequest.Status getStatus()
ChangeRequest.Status,
ChangeRequest.Type.StatusProperty,
ChangeRequest.Type.PropertyCollection.STATUSpublic void setStatus(ChangeRequest.Status status)
status - The new status value for this change request.public ChangeRequest.StreamState getStreamState()
ChangeRequest.Type.StreamStateProperty.NAMEpublic void setStreamState(ChangeRequest.StreamState streamState)
streamState - the Stream StateChangeRequest.Type.StreamStateProperty.NAMEpublic ChangeRequest.Severity getSeverity()
ChangeRequest.Severity,
ChangeRequest.Type.SeverityProperty,
ChangeRequest.Type.PropertyCollection.SEVERITYpublic void setSeverity(ChangeRequest.Severity severity)
severity - The new severity value for this change request.public Label getAddressedIn()
ChangeRequest.Type.AddressedInProperty.NAMEpublic void setAddressedIn(Label label)
label - the label of the build in which this change request is
addressedLabel.NEXT_BUILDpublic User getEnteredBy()
User object that entered this request.
User object that entered this request.ChangeRequest.Type.EnteredByProperty.NAMEpublic void setEnteredBy(User user)
User object that entered this request.
user - User object that entered this request.public User getAddressedBy()
User object that addressed this request.
User object that addressed this request.ChangeRequest.Type.AddressedByProperty.NAMEpublic void setAddressedBy(User user)
User object that addressed this request.
user - User object that addressed this request.public View getAddressedInView()
ChangeRequest.Type.AddressedInViewProperty.NAMEpublic void setAddressedInView(View view)
view - The new view.public Label getLastBuildTested()
ChangeRequest.Type.LastBuildTestedProperty.NAMEpublic void setLastBuildTested(Label label)
label - the label for the last build in which the change request was
testedpublic User getResponsibility()
User object that is currently responsible for
this request.
User object that is currently responsible for
this request.ViewMember.Type.ResponsibilityProperty.NAMEpublic void setResponsibility(User user)
User object.
user - the User object responsible for this requestpublic ChangeRequest.Priority getPriority()
ChangeRequest.Type.PriorityProperty,
ChangeRequest.Type.PropertyCollection.PRIORITYpublic void setPriority(ChangeRequest.Priority priority)
priority - The new priority for this change request.public java.lang.String getDescription()
LiveObject.Type.DescriptionProperty.NAMEpublic void setDescription(java.lang.String description)
description - the new description for this change request.LiveObject.Type.DescriptionProperty.NAMEpublic ChangeRequest.Platform getPlatform()
ChangeRequest.Platform,
ChangeRequest.Type.PlatformProperty.NAMEpublic void setPlatform(ChangeRequest.Platform platform)
platform - The new platform this change request applies to.public java.lang.String getCategory()
ChangeRequest.Type.CategoryProperty.NAMEpublic void setCategory(java.lang.String category)
category - the new category for this change requestChangeRequest.Type.CategoryProperty.NAMEpublic java.lang.String getComponent()
ChangeRequest.Type.ComponentProperty.NAMEpublic void setComponent(java.lang.String component)
component - the new component this change request applies toChangeRequest.Type.ComponentProperty.NAMEpublic java.lang.String getTestCommand()
ChangeRequest.Type.TestCommandProperty.NAMEpublic void setTestCommand(java.lang.String testCommand)
testCommand - the new test command for this change request.public java.lang.String getWorkAround()
ChangeRequest.Type.WorkAroundProperty.NAMEpublic void setWorkAround(java.lang.String workAround)
workAround - the new workaround for this change request.public java.lang.String getFix()
ChangeRequest.Type.FixProperty.NAMEpublic void setFix(java.lang.String fix)
fix - the new fix for this change request.public DateTime getClosedOn()
ChangeRequest.Type.ClosedOnProperty.NAMEpublic DateTime getEnteredOn()
ChangeRequest.Type.EnteredByProperty.NAMEpublic DateTime getVerifiedOn()
ChangeRequest.Type.VerifiedOnProperty.NAMEpublic DateTime getResolvedOn()
ChangeRequest.Type.ResolvedOnProperty.NAMEpublic java.lang.String toString()
toString in class Item
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||