Package org.jenkinsci.plugins.api
Class BitbucketTeams
- java.lang.Object
-
- org.jenkinsci.plugins.api.BitbucketTeams
-
public class BitbucketTeams extends Object
-
-
Constructor Summary
Constructors Constructor Description BitbucketTeams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getType()
String
getUsername()
void
setDisplayName(String displayName)
void
setType(String type)
void
setUsername(String username)
-