40 | * For example, if the url was "view/myView/job/folder/job/taskName/",
41 | * then result will be "job/folder/job/taskName/"
42 | *
43 | * @param fullName Project name
44 | */
45 | public String getCanonicalEventUrl(String fullName) {
46 |
47 | StringBuilder resultUrl = new StringBuilder();
48 |
49 | if (Stapler.getCurrentRequest2() == null) {
50 | return "";
51 | }
52 |
53 | List
20 | * It's lazy-load and a singleton type.
21 | *
22 | * @author johnniang
23 | */
24 | public enum EventDataTransformers {
25 |
26 | INSTANCE;
27 |
28 | private final Map