> {
18 |
19 | @DataBoundConstructor
20 | public UpdateTransientProperty() {
21 | }
22 |
23 | @Extension
24 | public static class DescriptorImpl extends JobPropertyDescriptor {
25 |
26 | @Override
27 | public String getDisplayName() {
28 | return "Property used to for job to update transient actions.";
29 | }
30 |
31 | }
32 |
33 | }
34 |
--------------------------------------------------------------------------------
/src/main/resources/hudson/plugins/templateproject/ProxyBuildEnvironment/config.jelly:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/main/resources/hudson/plugins/templateproject/ProxyBuilder/config.jelly:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/main/resources/hudson/plugins/templateproject/ProxyPublisher/config.jelly:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/main/resources/hudson/plugins/templateproject/ProxySCM/config.jelly:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/src/main/resources/index.jelly:
--------------------------------------------------------------------------------
1 |
2 | This plugin lets you use builders, publishers and SCM settings from another project.
3 |
4 |
--------------------------------------------------------------------------------