Package org.jenkinsci.plugins.torque.api
Class EnvironmentResponse
- java.lang.Object
-
- org.jenkinsci.plugins.torque.api.EnvironmentResponse
-
- All Implemented Interfaces:
Serializable
public class EnvironmentResponse extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description EnvironmentDetailsResponse
details
-
Constructor Summary
Constructors Constructor Description EnvironmentResponse()
-
-
-
Field Detail
-
details
@SerializedName("details") public EnvironmentDetailsResponse details
-
-