public class QueueItem extends BaseModel
| Constructor and Description |
|---|
QueueItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Executable |
getExecutable() |
Long |
getId() |
Long |
getInQueueSince() |
String |
getParams() |
String |
getUrl() |
String |
getWhy() |
int |
hashCode() |
boolean |
isBlocked() |
boolean |
isBuildable() |
boolean |
isCancelled() |
boolean |
isStuck() |
void |
setBlocked(boolean blocked) |
void |
setBuildable(boolean buildable) |
void |
setCancelled(boolean cancelled) |
void |
setExecutable(Executable executable) |
void |
setId(Long id) |
void |
setInQueueSince(Long inQueueSince) |
void |
setParams(String params) |
void |
setStuck(boolean stuck) |
void |
setUrl(String url) |
void |
setWhy(String why) |
public boolean isBlocked()
public void setBlocked(boolean blocked)
public boolean isBuildable()
public void setBuildable(boolean buildable)
public Long getId()
public void setId(Long id)
public Long getInQueueSince()
public void setInQueueSince(Long inQueueSince)
public String getParams()
public void setParams(String params)
public boolean isStuck()
public void setStuck(boolean stuck)
public String getUrl()
public void setUrl(String url)
public String getWhy()
public void setWhy(String why)
public boolean isCancelled()
public void setCancelled(boolean cancelled)
public Executable getExecutable()
public void setExecutable(Executable executable)
Copyright © 2016. All rights reserved.