Class BitbucketDirectoryPath
- java.lang.Object
 - 
- com.atlassian.bitbucket.jenkins.internal.model.BitbucketDirectoryPath
 
 
- 
public class BitbucketDirectoryPath extends Object
- Since:
 - 3.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getComponents()StringgetName()StringgetParent()StringgetToString()voidsetComponents(List<String> components)voidsetName(String name)voidsetParent(String parent)voidsetToString(String toString) 
 -