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 EnvironmentExecutionResponseendTime(String endTime)booleanequals(Object o)StringgetEndTime()Get endTimeExecutionRetentionResponsegetRetention()Get retentionStringgetStartTime()Get startTimeinthashCode()EnvironmentExecutionResponseretention(ExecutionRetentionResponse retention)voidsetEndTime(String endTime)voidsetRetention(ExecutionRetentionResponse retention)voidsetStartTime(String startTime)EnvironmentExecutionResponsestartTime(String startTime)StringtoString()
-
-
-
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)
-
-