Class Svn
-
- All Implemented Interfaces:
-
com.github.vlsi.gradle.release.svn.SvnCredentials
public final class Svn implements SvnCredentials
-
-
Field Summary
Fields Modifier and Type Field Description private Stringusernameprivate Stringpasswordprivate final ExecOperationsexecOperationsprivate final Loggerloggerprivate final FileprojectDirprivate final URIuri
-
Method Summary
Modifier and Type Method Description StringgetUsername()UnitsetUsername(String username)StringgetPassword()UnitsetPassword(String password)final ExecOperationsgetExecOperations()final LoggergetLogger()final FilegetProjectDir()final URIgetUri()final ByteArraycat(Function1<CatOptions, Unit> options)final List<SvnEntry>ls(Function1<LsOptions, Unit> options)-
-
Method Detail
-
getUsername
String getUsername()
-
setUsername
Unit setUsername(String username)
-
getPassword
String getPassword()
-
setPassword
Unit setPassword(String password)
-
getExecOperations
final ExecOperations getExecOperations()
-
getLogger
final Logger getLogger()
-
getProjectDir
final File getProjectDir()
-
cat
final ByteArray cat(Function1<CatOptions, Unit> options)
-
-
-
-