hudson.scm.subversion
Class SVNEvent

java.lang.Object
  extended by org.tmatesoft.svn.core.wc.SVNEvent
      extended by hudson.scm.subversion.SVNEvent

public class SVNEvent
extends org.tmatesoft.svn.core.wc.SVNEvent

Author:
Steven Christou

Constructor Summary
SVNEvent(File file, org.tmatesoft.svn.core.SVNNodeKind kind, String mimetype, long revision, org.tmatesoft.svn.core.wc.SVNStatusType cstatus, org.tmatesoft.svn.core.wc.SVNStatusType pstatus, org.tmatesoft.svn.core.wc.SVNStatusType lstatus, org.tmatesoft.svn.core.SVNLock lock, org.tmatesoft.svn.core.wc.SVNEventAction action, org.tmatesoft.svn.core.wc.SVNEventAction expected, org.tmatesoft.svn.core.SVNErrorMessage error, org.tmatesoft.svn.core.SVNMergeRange range, String changelistName, org.tmatesoft.svn.core.SVNProperties revisionProperties, String propertyName)
           
 
Method Summary
 org.tmatesoft.svn.core.internal.wc.SVNExternal getExternalInfo()
           
 org.tmatesoft.svn.core.internal.wc.SVNExternal getPreviousExternalInfo()
           
 SVNEvent setExternalInfo(org.tmatesoft.svn.core.internal.wc.SVNExternal prev, org.tmatesoft.svn.core.internal.wc.SVNExternal _new)
           
 
Methods inherited from class org.tmatesoft.svn.core.wc.SVNEvent
getAction, getChangelistName, getContentsStatus, getErrorMessage, getExpectedAction, getFile, getInfo, getLock, getLockStatus, getMergeRange, getMimeType, getNodeKind, getPreviousRevision, getPreviousURL, getPropertiesStatus, getPropertyName, getRevision, getRevisionProperties, getURL, setFile, setInfo, setPreviousRevision, setPreviousURL, setPropertyName, setRevisionProperties, setURL, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SVNEvent

public SVNEvent(File file,
                org.tmatesoft.svn.core.SVNNodeKind kind,
                String mimetype,
                long revision,
                org.tmatesoft.svn.core.wc.SVNStatusType cstatus,
                org.tmatesoft.svn.core.wc.SVNStatusType pstatus,
                org.tmatesoft.svn.core.wc.SVNStatusType lstatus,
                org.tmatesoft.svn.core.SVNLock lock,
                org.tmatesoft.svn.core.wc.SVNEventAction action,
                org.tmatesoft.svn.core.wc.SVNEventAction expected,
                org.tmatesoft.svn.core.SVNErrorMessage error,
                org.tmatesoft.svn.core.SVNMergeRange range,
                String changelistName,
                org.tmatesoft.svn.core.SVNProperties revisionProperties,
                String propertyName)
Method Detail

getExternalInfo

public org.tmatesoft.svn.core.internal.wc.SVNExternal getExternalInfo()

getPreviousExternalInfo

public org.tmatesoft.svn.core.internal.wc.SVNExternal getPreviousExternalInfo()

setExternalInfo

public SVNEvent setExternalInfo(org.tmatesoft.svn.core.internal.wc.SVNExternal prev,
                                org.tmatesoft.svn.core.internal.wc.SVNExternal _new)


Copyright © 2004-2012 Hudson. All Rights Reserved.