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()
String
getName()
String
getParent()
String
getToString()
void
setComponents(List<String> components)
void
setName(String name)
void
setParent(String parent)
void
setToString(String toString)
-