Package google.registry.tools.server
Class CreateGroupsAction
- java.lang.Object
-
- google.registry.tools.server.CreateGroupsAction
-
- All Implemented Interfaces:
java.lang.Runnable
public class CreateGroupsAction extends java.lang.Object implements java.lang.Runnable
Action that creates Google Groups for a registrar's mailing lists.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLIENT_ID_PARAM
static java.lang.String
PATH
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
PATH
public static final java.lang.String PATH
- See Also:
- Constant Field Values
-
CLIENT_ID_PARAM
public static final java.lang.String CLIENT_ID_PARAM
- See Also:
- Constant Field Values
-
-