|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aludratest.dict.Data
org.aludratest.service.gitclient.data.AbstractGitData
org.aludratest.service.gitclient.data.CloneRepositoryData
public class CloneRepositoryData
Wraps data for the invocation of the GitClient's clone method.
GitClient#clone(CloneRepositoryData)| Constructor Summary | |
|---|---|
CloneRepositoryData()
Public default constructor. |
|
CloneRepositoryData(String repository)
Convenience constructor. |
|
CloneRepositoryData(String repository,
String directory)
Fully parameterized constructor. |
|
| Method Summary | |
|---|---|
String |
getDirectory()
Returns the target directory in which to store the clone. |
String |
getRepository()
Returns the repository. |
void |
setDirectory(String directory)
Sets the target directory in which to store the clone. |
void |
setRepository(String repository)
Sets the repository. |
| Methods inherited from class org.aludratest.dict.Data |
|---|
buildDescriptionString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CloneRepositoryData()
public CloneRepositoryData(String repository)
repository -
public CloneRepositoryData(String repository,
String directory)
repository - the source repository to clonedirectory - the target directory in which to store the clone| Method Detail |
|---|
public String getRepository()
public void setRepository(String repository)
repository - the repository to setpublic String getDirectory()
public void setDirectory(String directory)
directory - the target directory in which to store the clone
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||