|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.serverSide.userChanges.PersonalChangeDescriptor
public class PersonalChangeDescriptor
Contains minimal information about personal change. Used to normilize data transferred between the server and their clients
| Constructor Summary | |
|---|---|
PersonalChangeDescriptor(long id,
long userId,
PreTestedCommitType commitType,
Status status,
PersonalChangeCommitDecision commitDecision)
Creates new personal change descriptor object |
|
PersonalChangeDescriptor(long id,
long userId,
PreTestedCommitType commitType,
Status status,
PersonalChangeCommitDecision commitDecision,
java.util.List<java.lang.Long> showNotificationsFor)
Deprecated. use PersonalChangeDescriptor(long, long, PreTestedCommitType, jetbrains.buildServer.messages.Status, PersonalChangeCommitDecision)
Creates new personal change descriptor object |
|
PersonalChangeDescriptor(PersonalChangeDescriptor descriptor)
Copying constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCommitStatusText()
|
PreTestedCommitType |
getCommitType()
|
long |
getId()
|
PersonalChangeCommitDecision |
getPersonalChangeStatus()
|
Status |
getStatus()
|
long |
getUserId()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersonalChangeDescriptor(long id,
long userId,
PreTestedCommitType commitType,
Status status,
PersonalChangeCommitDecision commitDecision)
id - personal change iduserId - personal change owner idcommitType - type of commit (see PreTestedCommitType for more info)status - current personal change statuscommitDecision - commit decision for the personal change
@Deprecated
public PersonalChangeDescriptor(long id,
long userId,
PreTestedCommitType commitType,
Status status,
PersonalChangeCommitDecision commitDecision,
java.util.List<java.lang.Long> showNotificationsFor)
PersonalChangeDescriptor(long, long, PreTestedCommitType, jetbrains.buildServer.messages.Status, PersonalChangeCommitDecision)
Creates new personal change descriptor object
id - personal change iduserId - personal change owner idcommitType - type of commit (see PreTestedCommitType for more info)status - current personal change statuscommitDecision - commit decision for the personal changeshowNotificationsFor - list of buildId which relate to this change and which should be notified in case of failurepublic PersonalChangeDescriptor(PersonalChangeDescriptor descriptor)
descriptor - | Method Detail |
|---|
public long getId()
public long getUserId()
public PreTestedCommitType getCommitType()
PreTestedCommitType for more info)public Status getStatus()
public PersonalChangeCommitDecision getPersonalChangeStatus()
public java.lang.String getCommitStatusText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||