|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.BlameSubversionSCM.ModuleLocation
@ExportedBean public static final class BlameSubversionSCM.ModuleLocation
small structure to store local and remote (repository) location information of the repository. As a addition it holds the invalid field to make failure messages when doing a checkout possible
| Field Summary | |
|---|---|
String |
local
Deprecated. Code should use getLocalDir(). This field is
only intended for form binding. |
String |
remote
Subversion URL to check out. |
| Constructor Summary | |
|---|---|
BlameSubversionSCM.ModuleLocation(String remote,
String local)
|
|
| Method Summary | |
|---|---|
BlameSubversionSCM.ModuleLocation |
getExpandedLocation(hudson.model.AbstractBuild<?,?> build)
Expand location value based on Build parametric execution. |
String |
getLocalDir()
Local directory to place the file to. |
org.tmatesoft.svn.core.SVNURL |
getRepositoryRoot(hudson.model.AbstractProject context)
|
org.tmatesoft.svn.core.wc.SVNRevision |
getRevision(org.tmatesoft.svn.core.wc.SVNRevision defaultValue)
Figures out which revision to check out. |
org.tmatesoft.svn.core.SVNURL |
getSVNURL()
Gets remote as SVNURL. |
String |
getURL()
Returns the pure URL portion of remote by removing possible
"@NNN" suffix. |
UUID |
getUUID(hudson.model.AbstractProject context)
Repository UUID. |
org.tmatesoft.svn.core.io.SVNRepository |
openRepository(hudson.model.AbstractProject context)
|
static List<BlameSubversionSCM.ModuleLocation> |
parse(String[] remoteLocations,
String[] localLocations)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Exported public final String remote
@Exported public final String local
getLocalDir(). This field is
only intended for form binding.
| Constructor Detail |
|---|
@DataBoundConstructor
public BlameSubversionSCM.ModuleLocation(String remote,
String local)
| Method Detail |
|---|
public String getLocalDir()
public String getURL()
remote by removing possible
"@NNN" suffix.
public org.tmatesoft.svn.core.SVNURL getSVNURL()
throws org.tmatesoft.svn.core.SVNException
remote as SVNURL.
org.tmatesoft.svn.core.SVNException
public UUID getUUID(hudson.model.AbstractProject context)
throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNException
public org.tmatesoft.svn.core.io.SVNRepository openRepository(hudson.model.AbstractProject context)
throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNException
public org.tmatesoft.svn.core.SVNURL getRepositoryRoot(hudson.model.AbstractProject context)
throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNExceptionpublic org.tmatesoft.svn.core.wc.SVNRevision getRevision(org.tmatesoft.svn.core.wc.SVNRevision defaultValue)
remote is url@rev, then this method returns that
specific revision.
defaultValue - If "@NNN" portion is not in the URL, this value will be
returned. Normally, this is the SVN revision timestamped
at the build date.public BlameSubversionSCM.ModuleLocation getExpandedLocation(hudson.model.AbstractBuild<?,?> build)
build - Build instance for expanding parameters into their values
public String toString()
toString in class Object
public static List<BlameSubversionSCM.ModuleLocation> parse(String[] remoteLocations,
String[] localLocations)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||