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 String
getNode()
BitbucketDirectoryPath
getPath()
String
getType()
void
setNode(String node)
void
setPath(BitbucketDirectoryPath path)
void
setType(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)
-
-