Package org.jenkinsci.plugins.nomad.Api
Class RestartPolicy
- java.lang.Object
-
- org.jenkinsci.plugins.nomad.Api.RestartPolicy
-
@Deprecated public class RestartPolicy extends Object
Deprecated.Only required for backward compatibility
-
-
Constructor Summary
Constructors Constructor Description RestartPolicy(Integer attempts, Long interval, Long delay, String mode)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Integer
getAttempts()
Deprecated.Long
getDelay()
Deprecated.Long
getInterval()
Deprecated.String
getMode()
Deprecated.void
setAttempts(Integer attempts)
Deprecated.void
setDelay(Long delay)
Deprecated.void
setInterval(Long interval)
Deprecated.void
setMode(String mode)
Deprecated.
-
-
-
Method Detail
-
getInterval
public Long getInterval()
Deprecated.
-
setInterval
public void setInterval(Long interval)
Deprecated.
-
getMode
public String getMode()
Deprecated.
-
setMode
public void setMode(String mode)
Deprecated.
-
getDelay
public Long getDelay()
Deprecated.
-
setDelay
public void setDelay(Long delay)
Deprecated.
-
getAttempts
public Integer getAttempts()
Deprecated.
-
setAttempts
public void setAttempts(Integer attempts)
Deprecated.
-
-