org.aludratest.service.gitclient.data
Class BranchDeletionData
java.lang.Object
org.aludratest.dict.Data
org.aludratest.service.gitclient.data.AbstractGitData
org.aludratest.service.gitclient.data.BranchDeletionData
public class BranchDeletionData
- extends AbstractGitData
Wraps data for the invocation of the GitClient
's deleteBranch method.
- Author:
- Volker Bergmann
- See Also:
GitClient.deleteBranch(BranchDeletionData)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BranchDeletionData
public BranchDeletionData()
- Public default constructor.
BranchDeletionData
public BranchDeletionData(String branchName)
- Fully parameterized constructor.
- Parameters:
branchName
- the name of the branch to delete
getBranchName
public String getBranchName()
- Returns:
- the name of the branch to delete
setBranchName
public void setBranchName(String branchName)
- Sets the name of the branch to delete.
- Parameters:
branchName
- the name of the branch to delete
Copyright © 2015 aludratest.org. All rights reserved.