@Generated public class DeploymentRepository extends Repository implements Serializable, Cloneable
BaseObject.ChildrenTracking
childrenTracking, 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, setSnapshots
getId, getLayout, getName, getUrl, repositoryBaseToApiV3, repositoryBaseToApiV4, setId, setLayout, setName, setUrl
update
public DeploymentRepository()
public DeploymentRepository(DeploymentRepository delegate)
public DeploymentRepository(DeploymentRepository delegate, BaseObject parent)
public DeploymentRepository clone()
clone
in class Repository
public DeploymentRepository getDelegate()
getDelegate
in class Repository
public boolean equals(Object o)
equals
in class Repository
public int hashCode()
hashCode
in class Repository
public boolean isUniqueVersion()
public void setUniqueVersion(boolean uniqueVersion)
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
getLocation
in class Repository
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
setLocation
in class Repository
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 Repository
public 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.