Class LsOptions
-
- All Implemented Interfaces:
-
com.github.vlsi.gradle.release.svn.SvnCredentials
public final class LsOptions implements SvnCredentials
-
-
Constructor Summary
Constructors Constructor Description LsOptions()
-
Method Summary
Modifier and Type Method Description StringgetUsername()UnitsetUsername(String username)StringgetPassword()UnitsetPassword(String password)final List<String>getFolders()final LsDepthgetDepth()final UnitsetDepth(LsDepth depth)final IntegergetRevision()-
-
Method Detail
-
getUsername
String getUsername()
-
setUsername
Unit setUsername(String username)
-
getPassword
String getPassword()
-
setPassword
Unit setPassword(String password)
-
getFolders
final List<String> getFolders()
-
getRevision
final Integer getRevision()
-
-
-
-