hudson.plugins.svn_release_mgr.model
Class Revision

java.lang.Object
  extended by hudson.plugins.svn_release_mgr.model.Revision

public class Revision
extends java.lang.Object


Constructor Summary
Revision(org.tmatesoft.svn.core.SVNLogEntry logEntry)
           
 
Method Summary
 void addBuild(hudson.model.Run r)
           
static java.lang.Long getBuildNumber(hudson.model.Run r)
           
 java.util.Map<java.lang.Long,hudson.model.Run> getBuilds()
           
static java.lang.String getBuildUrl(hudson.model.Run r)
           
 org.tmatesoft.svn.core.SVNLogEntry getLogEntry()
           
static java.lang.Long getRevisionNumber(hudson.model.Run r)
           
 boolean hasTagAction(java.lang.Long buildNum)
           
 void setLogEntry(org.tmatesoft.svn.core.SVNLogEntry logEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Revision

public Revision(org.tmatesoft.svn.core.SVNLogEntry logEntry)
Method Detail

getLogEntry

public org.tmatesoft.svn.core.SVNLogEntry getLogEntry()

setLogEntry

public void setLogEntry(org.tmatesoft.svn.core.SVNLogEntry logEntry)

getBuilds

public java.util.Map<java.lang.Long,hudson.model.Run> getBuilds()

addBuild

public void addBuild(hudson.model.Run r)

hasTagAction

public boolean hasTagAction(java.lang.Long buildNum)

getBuildNumber

public static java.lang.Long getBuildNumber(hudson.model.Run r)

getBuildUrl

public static java.lang.String getBuildUrl(hudson.model.Run r)

getRevisionNumber

public static java.lang.Long getRevisionNumber(hudson.model.Run r)


Copyright © 2009. All Rights Reserved.