com.microsoft.tfs.core.pendingcheckin
Class CheckinNoteFailure

java.lang.Object
  extended by com.microsoft.tfs.core.pendingcheckin.CheckinNoteFailure

public class CheckinNoteFailure
extends java.lang.Object

Describes how a check-in note failed to pass the evaluation checks.

Since:
TEE-SDK-10.1
Thread-safety:
conditionally thread-safe

Constructor Summary
CheckinNoteFailure(CheckinNoteFieldDefinition definition, java.lang.String message)
           
 
Method Summary
 CheckinNoteFieldDefinition getDefinition()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckinNoteFailure

public CheckinNoteFailure(CheckinNoteFieldDefinition definition,
                          java.lang.String message)
Parameters:
definition - the checkin note definition that failed (must not be null)
message - the error message (must not be null or empty).
Method Detail

getDefinition

public CheckinNoteFieldDefinition getDefinition()

getMessage

public java.lang.String getMessage()


© 2015 Microsoft. All rights reserved.