|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.LiveObject.WebCacheLiveObject
com.starteam.TrackedObject.WebCacheTrackedObject
com.starteam.VersionedObject.WebCacheVersionedObject
com.starteam.ViewMember.WebCacheViewMember
com.starteam.Item.WebCacheItem
com.starteam.ChangeRequest.WebCacheChangeRequest
public static class ChangeRequest.WebCacheChangeRequest
Item accessor for cached SDK ChangeRequest items contained objects are obtained from the artifact cache
| Method Summary | |
|---|---|
static ChangeRequest.WebCacheChangeRequest |
create(ArtifactCacheManager.Context cntxt,
Folder.WebCacheFolder parent)
Creates a ChangeRequest on the server. |
User.WebCacheUser |
getAddressedBy()
Returns the User object that addressed this request. |
Label.WebCacheLabel |
getAddressedIn()
Returns a label representing the build or named configuration that this request was addressed in. |
View.WebCacheView |
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.WebCacheUser |
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.WebCacheLabel |
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.ChangeRequestType |
getRequestType()
Returns this change request's type. |
DateTime |
getResolvedOn()
Returns the date that this Change Request was resolved. |
User.WebCacheUser |
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.WebCacheUser user)
Sets the User object that addressed this request. |
void |
setAddressedIn(Label.WebCacheLabel label)
Sets the label in which this change request was addressed. |
void |
setAddressedInView(View.WebCacheView 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.WebCacheUser 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.WebCacheLabel 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.WebCacheUser 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 stream state of the ChangeRequest |
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. |
| Methods inherited from class com.starteam.Item.WebCacheItem |
|---|
create, getLabels, getLinks, getParentFolder, moveTo, moveTo |
| Methods inherited from class com.starteam.ViewMember.WebCacheViewMember |
|---|
getAttachments, getComment, getDisplayValue, getDotNotation, getExternalID, getExternalURL, getHistory, getLocker, getPresentationID, getRights, getShareTree, getTraces, getView, isDeleted, isFloating, isPinned, isUnread, lock, lock, modifyReadStatus, pinTo, setAttachments, setExternalID, setExternalURL, setRights, unlock, unpin, updateRevisionComment |
| Methods inherited from class com.starteam.VersionedObject.WebCacheVersionedObject |
|---|
getRevisionNumber, getRootObjectID, getViewVersion, isFromHistory |
| Methods inherited from class com.starteam.TrackedObject.WebCacheTrackedObject |
|---|
getModifiedBy, getModifiedTime |
| Methods inherited from class com.starteam.LiveObject.WebCacheLiveObject |
|---|
addTo, equals, getContext, getCreatedBy, getCreatedTime, getDisplayName, getID, getObjectID, getServer, getType, getValue, getValue, hashCode, hasValue, isDirty, isNew, refresh, remove, removeFrom, setValue, setValue, toStarTeamURL, update |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ChangeRequest.WebCacheChangeRequest create(ArtifactCacheManager.Context cntxt,
Folder.WebCacheFolder parent)
ChangeRequest on the server.
This change request may be saved by assigning the various properties and then calling
update() on the WebCacheChangeRequest object, or it may be added to a
WebCacheViewMemberCollection, which is then saved in a transacted context.
cntxt - the ArtifactCacheManager User Session Contextparent - the parent folder in which this new folder will be created.
The parent folder should be from the artifact cache
ChangeRequest.WebCacheChangeRequest, wrapping a new ChangeRequestpublic void setSynopsis(java.lang.String synopsis)
synopsis - the new synopsis for this change requestpublic java.lang.String getSynopsis()
ChangeRequest.Type.SynopsisProperty.NAMEpublic 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 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 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 state of the ChangeRequestChangeRequest.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.WebCacheLabel getAddressedIn()
ChangeRequest.Type.AddressedInProperty.NAMEpublic void setAddressedIn(Label.WebCacheLabel label)
label - the label of the build in which this change request is
addressedLabel.NEXT_BUILDpublic User.WebCacheUser getEnteredBy()
User object that entered this request.
User object that entered this request.ChangeRequest.Type.EnteredByProperty.NAMEpublic void setEnteredBy(User.WebCacheUser user)
User object that entered this request.
user - User object that entered this request.public User.WebCacheUser getAddressedBy()
User object that addressed this request.
User object that addressed this request.ChangeRequest.Type.AddressedByProperty.NAMEpublic void setAddressedBy(User.WebCacheUser user)
User object that addressed this request.
user - User object that addressed this request.public View.WebCacheView getAddressedInView()
ChangeRequest.Type.AddressedInViewProperty.NAMEpublic void setAddressedInView(View.WebCacheView view)
view - The new view.public Label.WebCacheLabel getLastBuildTested()
ChangeRequest.Type.LastBuildTestedProperty.NAMEpublic void setLastBuildTested(Label.WebCacheLabel label)
label - the label for the last build in which the change request was
testedpublic User.WebCacheUser 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.WebCacheUser 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 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.NAME
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||