@Generated public class DistributionManagement extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
DistributionManagement() |
DistributionManagement(DistributionManagement delegate) |
DistributionManagement(DistributionManagement delegate,
BaseObject parent) |
update
public DistributionManagement()
public DistributionManagement(DistributionManagement delegate)
public DistributionManagement(DistributionManagement delegate, BaseObject parent)
public DistributionManagement clone()
public DistributionManagement getDelegate()
getDelegate
in class BaseObject
public DeploymentRepository getRepository()
public void setRepository(DeploymentRepository repository)
public DeploymentRepository getSnapshotRepository()
public void setSnapshotRepository(DeploymentRepository snapshotRepository)
public Site getSite()
public void setSite(Site site)
public String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
public Relocation getRelocation()
public void setRelocation(Relocation relocation)
public String getStatus()
public void setStatus(String status)
public InputLocation getLocation(Object key)
InputLocationTracker
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
key
- The key of the field, must not be
null
.location
- The location of the field, may be
null
.protected boolean replace(Object oldDelegate, Object newDelegate)
replace
in class BaseObject
public static List<DistributionManagement> distributionManagementToApiV4(List<DistributionManagement> list)
public static List<DistributionManagement> distributionManagementToApiV3(List<DistributionManagement> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.