public class V1RepositoryConfiguration extends ManagedRepositoryConfiguration implements Serializable
Modifier and Type | Field and Description |
---|---|
private boolean |
indexed
Field indexed.
|
private String |
url
The URL for this repository.
|
Constructor and Description |
---|
V1RepositoryConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getUrl()
Get the URL for this repository.
|
boolean |
isIndexed()
Get the indexed field.
|
void |
setIndexed(boolean indexed)
Set the indexed field.
|
void |
setUrl(String url)
Set the URL for this repository.
|
getDaysOlder, getLocation, getRefreshCronExpression, getRetentionCount, isBlockRedeployments, isDeleteReleasedSnapshots, isReleases, isScanned, isSkipPackedIndexCreation, isSnapshots, isStageRepoNeeded, setBlockRedeployments, setDaysOlder, setDeleteReleasedSnapshots, setLocation, setRefreshCronExpression, setReleases, setRetentionCount, setScanned, setSkipPackedIndexCreation, setSnapshots, setStageRepoNeeded
equals, getDescription, getId, getIndexDir, getLayout, getName, hashCode, setDescription, setId, setIndexDir, setLayout, setName
private boolean indexed
public V1RepositoryConfiguration()
public boolean isIndexed()
public void setIndexed(boolean indexed)
indexed
- Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.