Class PrivateInternals_UiActionDescription
- java.lang.Object
-
- com.google.gerrit.extensions.webui.PrivateInternals_UiActionDescription
-
public class PrivateInternals_UiActionDescription extends Object
Internal implementation helper for Gerrit Code Review server.Extensions and plugins should not invoke this class.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setId(UiAction.Description d, String id)
static void
setMethod(UiAction.Description d, String method)
-
-
-
Method Detail
-
setMethod
public static void setMethod(UiAction.Description d, String method)
-
setId
public static void setId(UiAction.Description d, String id)
-
-