Package org.jenkinsci.plugins.torque.api
Class EnvironmentExecutionResponse
- java.lang.Object
-
- org.jenkinsci.plugins.torque.api.EnvironmentExecutionResponse
-
public class EnvironmentExecutionResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description EnvironmentExecutionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentExecutionResponse
endTime(String endTime)
boolean
equals(Object o)
String
getEndTime()
Get endTimeExecutionRetentionResponse
getRetention()
Get retentionString
getStartTime()
Get startTimeint
hashCode()
EnvironmentExecutionResponse
retention(ExecutionRetentionResponse retention)
void
setEndTime(String endTime)
void
setRetention(ExecutionRetentionResponse retention)
void
setStartTime(String startTime)
EnvironmentExecutionResponse
startTime(String startTime)
String
toString()
-
-
-
Method Detail
-
retention
public EnvironmentExecutionResponse retention(ExecutionRetentionResponse retention)
-
getRetention
public ExecutionRetentionResponse getRetention()
Get retention- Returns:
- retention
-
setRetention
public void setRetention(ExecutionRetentionResponse retention)
-
startTime
public EnvironmentExecutionResponse startTime(String startTime)
-
getStartTime
public String getStartTime()
Get startTime- Returns:
- startTime
-
setStartTime
public void setStartTime(String startTime)
-
endTime
public EnvironmentExecutionResponse endTime(String endTime)
-
getEndTime
public String getEndTime()
Get endTime- Returns:
- endTime
-
setEndTime
public void setEndTime(String endTime)
-
-