@Generated public class DeploymentRepository extends Repository implements Serializable, Cloneable
BaseObject.ChildrenTrackingchildrenTracking, delegate| Constructor and Description |
|---|
DeploymentRepository() |
DeploymentRepository(DeploymentRepository delegate) |
DeploymentRepository(DeploymentRepository delegate,
BaseObject parent) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentRepository |
clone() |
static List<DeploymentRepository> |
deploymentRepositoryToApiV3(List<DeploymentRepository> list) |
static List<DeploymentRepository> |
deploymentRepositoryToApiV4(List<DeploymentRepository> list) |
boolean |
equals(Object o) |
DeploymentRepository |
getDelegate() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
int |
hashCode() |
boolean |
isUniqueVersion() |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setUniqueVersion(boolean uniqueVersion) |
getReleases, getSnapshots, repositoryToApiV3, repositoryToApiV4, setReleases, setSnapshotsgetId, getLayout, getName, getUrl, repositoryBaseToApiV3, repositoryBaseToApiV4, setId, setLayout, setName, setUrlupdatepublic DeploymentRepository()
public DeploymentRepository(DeploymentRepository delegate)
public DeploymentRepository(DeploymentRepository delegate, BaseObject parent)
public DeploymentRepository clone()
clone in class Repositorypublic DeploymentRepository getDelegate()
getDelegate in class Repositorypublic boolean equals(Object o)
equals in class Repositorypublic int hashCode()
hashCode in class Repositorypublic boolean isUniqueVersion()
public void setUniqueVersion(boolean uniqueVersion)
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackergetLocation in class Repositorykey - The key of the field, must not be
null.null if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackersetLocation in class Repositorykey - 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 Repositorypublic static List<DeploymentRepository> deploymentRepositoryToApiV4(List<DeploymentRepository> list)
public static List<DeploymentRepository> deploymentRepositoryToApiV3(List<DeploymentRepository> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.