Package hudson.plugins.tics
Class InstallTicsApiResponse.Links
- java.lang.Object
-
- hudson.plugins.tics.InstallTicsApiResponse.Links
-
- Enclosing class:
- InstallTicsApiResponse
public static class InstallTicsApiResponse.Links extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
installTics
Link to GET API that will return a script that can be used to install TICS.String
queryArtifact
String
setPropPath
String
uploadArtifact
-
Constructor Summary
Constructors Constructor Description Links()
-
-
-
Field Detail
-
setPropPath
public String setPropPath
-
queryArtifact
public String queryArtifact
-
uploadArtifact
public String uploadArtifact
-
installTics
public String installTics
Link to GET API that will return a script that can be used to install TICS. For this link to be returned you have to provide parameters:- configuration
- platform
- URL
-
-