Add test case description
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
@@ -38,11 +38,9 @@ public class ProxyTarget extends Target {
|
||||
|
||||
private TargetIdName targetIdName;
|
||||
|
||||
private Long createdAt;
|
||||
private String assignedDistNameVersion;
|
||||
|
||||
private String assignedDistNameVersion = null;
|
||||
|
||||
private String installedDistNameVersion = null;
|
||||
private String installedDistNameVersion;
|
||||
|
||||
private String pollStatusToolTip;
|
||||
|
||||
@@ -251,22 +249,6 @@ public class ProxyTarget extends Target {
|
||||
this.installedDistributionSet = installedDistributionSet;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the createdAt
|
||||
*/
|
||||
@Override
|
||||
public Long getCreatedAt() {
|
||||
return createdAt;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param createdAt
|
||||
* the createdAt to set
|
||||
*/
|
||||
public void setCreatedAt(final Long createdAt) {
|
||||
this.createdAt = createdAt;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the targetIdName
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user