org.aludratest.service.gitclient.data
Class BranchDeletionData

java.lang.Object
  extended by org.aludratest.dict.Data
      extended by org.aludratest.service.gitclient.data.AbstractGitData
          extended by 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)

Constructor Summary
BranchDeletionData()
          Public default constructor.
BranchDeletionData(String branchName)
          Fully parameterized constructor.
 
Method Summary
 String getBranchName()
           
 void setBranchName(String branchName)
          Sets the name of the branch to delete.
 
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

BranchDeletionData

public BranchDeletionData()
Public default constructor.


BranchDeletionData

public BranchDeletionData(String branchName)
Fully parameterized constructor.

Parameters:
branchName - the name of the branch to delete
Method Detail

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.