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 IntegergetAttempts()Deprecated.LonggetDelay()Deprecated.LonggetInterval()Deprecated.StringgetMode()Deprecated.voidsetAttempts(Integer attempts)Deprecated.voidsetDelay(Long delay)Deprecated.voidsetInterval(Long interval)Deprecated.voidsetMode(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.
-
-