Holds configuration values shared by all SVN tasks and provides SVN information about the current workspace
| Constructor and description |
|---|
SvnToolsPluginExtension
(org.gradle.api.Project project) |
| Type | Name and description |
|---|---|
SvnData |
getInfo()@return svn-info for the project directory (cached) |
SvnData |
getInfo(java.io.File file)Convenience method for receiving SVN status data for an arbitrary path (https://github.com/martoe/gradle-svntools-plugin/issues/21) |
SvnData |
getRemoteInfo(java.lang.String repoUrl, java.lang.String filePath = null)Retrieves SVN status data for a path within a remote repository |
SvnVersionData |
getVersion()@return svn-version for the project directory (cached) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Convenience method for receiving SVN status data for an arbitrary path (https://github.com/martoe/gradle-svntools-plugin/issues/21)
Retrieves SVN status data for a path within a remote repository
repoUrl - An SVN repository URLfilePath - An optional path within the repository
Groovy Documentation