public class PatchExecutionDTO extends ItemDTO
modifiedPropsSet| Constructor and Description |
|---|
PatchExecutionDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorLog() |
java.lang.String |
getExecutionStatus() |
java.util.Date |
getExecutionTime() |
java.lang.String |
getGitHashCode() |
java.lang.String |
getJenkinsBuild() |
PatchExecutionDTO |
getNextExecution() |
java.lang.Integer |
getNumberOfErrorUnits() |
java.lang.Integer |
getNumberOfUnits() |
java.lang.String |
getPatchDescription() |
java.lang.String |
getPatchId() |
java.lang.String |
getPatchName() |
java.util.Collection<PatchExecutionUnitDTO> |
getPatchUnits() |
PatchExecutionDTO |
getPreviousExecution() |
boolean |
isRerunnable() |
void |
setErrorLog(java.lang.String value) |
void |
setExecutionStatus(java.lang.String value) |
void |
setExecutionTime(java.util.Date value) |
void |
setGitHashCode(java.lang.String value) |
void |
setJenkinsBuild(java.lang.String value) |
void |
setNextExecution(PatchExecutionDTO value) |
void |
setNumberOfErrorUnits(java.lang.Integer value) |
void |
setNumberOfUnits(java.lang.Integer value) |
void |
setPatchDescription(java.lang.String value) |
void |
setPatchId(java.lang.String value) |
void |
setPatchName(java.lang.String value) |
void |
setPatchUnits(java.util.Collection<PatchExecutionUnitDTO> value) |
void |
setPreviousExecution(PatchExecutionDTO value) |
void |
setRerunnable(boolean value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, isSealed, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPk, setSealedgetModifiedProperties, getUri, setUripublic PatchExecutionDTO()
public java.lang.String getErrorLog()
public java.lang.String getExecutionStatus()
public java.util.Date getExecutionTime()
public java.lang.String getGitHashCode()
public java.lang.String getJenkinsBuild()
public PatchExecutionDTO getNextExecution()
public java.lang.Integer getNumberOfErrorUnits()
public java.lang.Integer getNumberOfUnits()
public java.lang.String getPatchDescription()
public java.lang.String getPatchId()
public java.lang.String getPatchName()
public java.util.Collection<PatchExecutionUnitDTO> getPatchUnits()
public PatchExecutionDTO getPreviousExecution()
public boolean isRerunnable()
public void setErrorLog(java.lang.String value)
public void setExecutionStatus(java.lang.String value)
public void setExecutionTime(java.util.Date value)
public void setGitHashCode(java.lang.String value)
public void setJenkinsBuild(java.lang.String value)
public void setNextExecution(PatchExecutionDTO value)
public void setNumberOfErrorUnits(java.lang.Integer value)
public void setNumberOfUnits(java.lang.Integer value)
public void setPatchDescription(java.lang.String value)
public void setPatchId(java.lang.String value)
public void setPatchName(java.lang.String value)
public void setPatchUnits(java.util.Collection<PatchExecutionUnitDTO> value)
public void setPreviousExecution(PatchExecutionDTO value)
public void setRerunnable(boolean value)
Copyright © 2018 SAP SE. All Rights Reserved.