google-nomulus/java/google/registry/loadtest
guyben a4f85c33c0 Add the App Engine service used in the Action definition
Our goal is to be able to address every Action by looking at the class itself, and to make it clearer at a glance what you need to access the Action's endpoint

Currently, we can know from the @Action annotation:
- the endpoint path
- the Method needed
- the authentication level needed

This CL adds the service where the Action is hosted, which also translates to the URL.

NOTE - currently we don't have any Action hosted on multiple services. I don't think we will ever need it (since they do the same thing no matter which service they are on, so why host it twice?), but if we do we'll have to update the code to allow it.

The next step after this is to make sure all the @Parameters are defined on the Action itself, and then we will be able to craft access to the endpoint programatically (or at least verify at run-time we crafted a correct URL)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229375735
2019-01-17 18:59:16 -05:00
..
templates mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
BUILD Clean up annotation imports in BUILD files 2018-06-27 15:28:53 -04:00
LoadTestAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
LoadTestModule.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00