|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.microsoft.tfs.core.exceptions.TECoreException
com.microsoft.tfs.core.exceptions.TEClientException
com.microsoft.tfs.core.clients.versioncontrol.exceptions.VersionControlException
com.microsoft.tfs.core.clients.versioncontrol.exceptions.ActionDeniedBySubscriberException
com.microsoft.tfs.core.clients.versioncontrol.exceptions.GatedCheckinException
public class GatedCheckinException
Exception thrown when the server rejects a check-in because a gated build definition convers one or more of the pending changes.
Field Summary | |
---|---|
java.lang.String[] |
affectedBuildDefinitionNames
|
java.util.Map<java.lang.String,java.lang.String> |
affectedBuildDefinitions
|
java.lang.String[] |
affectedBuildDefinitionURIs
|
Constructor Summary | |
---|---|
GatedCheckinException(ActionDeniedBySubscriberException e)
|
Method Summary | |
---|---|
java.lang.String[] |
getAffectedBuildDefinitionNames()
|
java.util.Map<java.lang.String,java.lang.String> |
getAffectedBuildDefinitions()
Gets a collection of (Name, Uri) pairs defining the build definitions which blocked the checkin attempt. |
java.lang.String[] |
getAffectedBuildDefinitionURIs()
|
java.lang.String |
getCheckinTicket()
Gets the check-in ticket provided by the server for submitting a CheckInShelveset build request. |
boolean |
getOverridePermission()
Gets a value indicating whether or not the user that performed the checkin has the required permissions to override the gated checkin policy. |
int |
getQueueID()
Gets the ID of the queued build for this gated check-in if the build was queued by the server. |
java.lang.String |
getShelvesetName()
Gets the name of the shelveset that was created on behalf of the account making the checkin. |
int |
getSubCode()
Gets the sub code for this exception. |
Methods inherited from class com.microsoft.tfs.core.clients.versioncontrol.exceptions.ActionDeniedBySubscriberException |
---|
getStatusCode, getSubscriberName, getSubscriberType |
Methods inherited from class com.microsoft.tfs.core.clients.versioncontrol.exceptions.VersionControlException |
---|
getProperties, setProperties |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.util.Map<java.lang.String,java.lang.String> affectedBuildDefinitions
public java.lang.String[] affectedBuildDefinitionNames
public java.lang.String[] affectedBuildDefinitionURIs
Constructor Detail |
---|
public GatedCheckinException(ActionDeniedBySubscriberException e)
Method Detail |
---|
public java.util.Map<java.lang.String,java.lang.String> getAffectedBuildDefinitions()
public java.lang.String[] getAffectedBuildDefinitionNames()
public java.lang.String[] getAffectedBuildDefinitionURIs()
public java.lang.String getCheckinTicket()
public java.lang.String getShelvesetName()
public boolean getOverridePermission()
public int getSubCode()
public int getQueueID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |