Class SVNRepositoryView.ChildEntry

java.lang.Object
jenkins.scm.impl.subversion.SVNRepositoryView.ChildEntry
All Implemented Interfaces:
Serializable
Enclosing class:
SVNRepositoryView

public static class SVNRepositoryView.ChildEntry extends Object implements Serializable
See Also:
  • Constructor Details

    • ChildEntry

      public ChildEntry(long revision, long lastModified, org.tmatesoft.svn.core.SVNNodeKind type, String name)
  • Method Details

    • getType

      public org.tmatesoft.svn.core.SVNNodeKind getType()
    • getRevision

      public long getRevision()
    • getName

      public String getName()
    • getLastModified

      public long getLastModified()