Class BitbucketDirectoryChild
- java.lang.Object
 - 
- com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryChild
 
 
- 
public class BitbucketDirectoryChild extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description BitbucketDirectoryChild(String node, BitbucketDirectoryPath path, String type) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNode()BitbucketDirectoryPathgetPath()StringgetType()voidsetNode(String node)voidsetPath(BitbucketDirectoryPath path)voidsetType(String type) 
 - 
 
- 
- 
Constructor Detail
- 
BitbucketDirectoryChild
public BitbucketDirectoryChild(String node, BitbucketDirectoryPath path, String type)
 
 - 
 
- 
Method Detail
- 
getNode
public String getNode()
 
- 
setNode
public void setNode(String node)
 
- 
getPath
public BitbucketDirectoryPath getPath()
 
- 
setPath
public void setPath(BitbucketDirectoryPath path)
 
- 
getType
public String getType()
 
- 
setType
public void setType(String type)
 
 - 
 
 -