public class UpdateJobResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateJobResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateJobResult |
clone() |
boolean |
equals(Object obj) |
List<Artifact> |
getArtifactList() |
Boolean |
getSuccess() |
String |
getWarningMessage() |
int |
hashCode() |
Boolean |
isSuccess() |
void |
setArtifactList(Collection<Artifact> artifactList) |
void |
setSuccess(Boolean success) |
void |
setWarningMessage(String warningMessage) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateJobResult |
withArtifactList(Artifact... artifactList)
NOTE: This method appends the values to the existing list (if
any).
|
UpdateJobResult |
withArtifactList(Collection<Artifact> artifactList) |
UpdateJobResult |
withSuccess(Boolean success) |
UpdateJobResult |
withWarningMessage(String warningMessage) |
public void setSuccess(Boolean success)
success - public Boolean getSuccess()
public UpdateJobResult withSuccess(Boolean success)
success - public Boolean isSuccess()
public void setWarningMessage(String warningMessage)
warningMessage - public String getWarningMessage()
public UpdateJobResult withWarningMessage(String warningMessage)
warningMessage - public void setArtifactList(Collection<Artifact> artifactList)
artifactList - public UpdateJobResult withArtifactList(Artifact... artifactList)
NOTE: This method appends the values to the existing list (if
any). Use setArtifactList(java.util.Collection) or
withArtifactList(java.util.Collection) if you want to override
the existing values.
artifactList - public UpdateJobResult withArtifactList(Collection<Artifact> artifactList)
artifactList - public String toString()
toString in class ObjectObject.toString()public UpdateJobResult clone()
Copyright © 2016. All rights reserved.