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 StringgetLabel()StringgetMeta()StringgetValue()booleanisSelectable()StringtoString()
-