Package org.jenkinsci.plugins.fodupload
Class SharedCreateApplicationForm
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.SharedCreateApplicationForm
-
public class SharedCreateApplicationForm extends Object
-
-
Constructor Summary
Constructors Constructor Description SharedCreateApplicationForm()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Result<CreateApplicationResponse>
submitCreateApplication(AuthenticationModel authModel, net.sf.json.JSONObject formObject)
static Result<Integer>
submitCreateMicroservice(AuthenticationModel authModel, net.sf.json.JSONObject formObject)
static Result<Integer>
submitCreateRelease(AuthenticationModel authModel, net.sf.json.JSONObject formObject)
-
-
-
Method Detail
-
submitCreateApplication
public static Result<CreateApplicationResponse> submitCreateApplication(AuthenticationModel authModel, net.sf.json.JSONObject formObject) throws IOException
- Throws:
IOException
-
submitCreateMicroservice
public static Result<Integer> submitCreateMicroservice(AuthenticationModel authModel, net.sf.json.JSONObject formObject) throws IOException
- Throws:
IOException
-
submitCreateRelease
public static Result<Integer> submitCreateRelease(AuthenticationModel authModel, net.sf.json.JSONObject formObject) throws IOException
- Throws:
IOException
-
-