Class Completion
- java.lang.Object
-
- jetbrains.buildServer.controllers.Completion
-
- Direct Known Subclasses:
UserCompletionController.UserCompletion
public class Completion extends Object
- Author:
- dmitry.neverov
-
-
Constructor Summary
Constructors Constructor Description Completion(String value, String label, String meta)
Completion(String value, String label, String meta, boolean selectable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
String
getMeta()
String
getValue()
boolean
isSelectable()
String
toString()
-