public class NugetRepositorySettingsImpl
extends org.jfrog.artifactory.client.model.repository.settings.AbstractRepositorySettings
implements org.jfrog.artifactory.client.model.repository.settings.NugetRepositorySettings
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
defaultLayout |
| Constructor and Description |
|---|
NugetRepositorySettingsImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDownloadContextPath() |
java.lang.String |
getFeedContextPath() |
java.lang.Boolean |
getForceNugetAuthentication() |
java.lang.Boolean |
getListRemoteFolderItems() |
java.lang.Integer |
getMaxUniqueSnapshots() |
org.jfrog.artifactory.client.model.PackageType |
getPackageType() |
java.lang.String |
getV3FeedUrl() |
int |
hashCode() |
void |
setDownloadContextPath(java.lang.String downloadContextPath) |
void |
setFeedContextPath(java.lang.String feedContextPath) |
void |
setForceNugetAuthentication(java.lang.Boolean forceNugetAuthentication) |
void |
setListRemoteFolderItems(java.lang.Boolean listRemoteFolderItems) |
void |
setMaxUniqueSnapshots(java.lang.Integer maxUniqueSnapshots) |
void |
setV3FeedUrl(java.lang.String v3FeedUrl) |
getRepoLayout, setRepoLayoutpublic org.jfrog.artifactory.client.model.PackageType getPackageType()
getPackageType in interface org.jfrog.artifactory.client.model.repository.settings.RepositorySettingspublic java.lang.Integer getMaxUniqueSnapshots()
getMaxUniqueSnapshots in interface org.jfrog.artifactory.client.model.repository.settings.NugetRepositorySettingspublic void setMaxUniqueSnapshots(java.lang.Integer maxUniqueSnapshots)
public java.lang.Boolean getForceNugetAuthentication()
getForceNugetAuthentication in interface org.jfrog.artifactory.client.model.repository.settings.NugetRepositorySettingspublic void setForceNugetAuthentication(java.lang.Boolean forceNugetAuthentication)
public java.lang.String getFeedContextPath()
getFeedContextPath in interface org.jfrog.artifactory.client.model.repository.settings.NugetRepositorySettingspublic void setFeedContextPath(java.lang.String feedContextPath)
public java.lang.String getDownloadContextPath()
getDownloadContextPath in interface org.jfrog.artifactory.client.model.repository.settings.NugetRepositorySettingspublic void setDownloadContextPath(java.lang.String downloadContextPath)
public java.lang.String getV3FeedUrl()
getV3FeedUrl in interface org.jfrog.artifactory.client.model.repository.settings.NugetRepositorySettingspublic void setV3FeedUrl(java.lang.String v3FeedUrl)
public java.lang.Boolean getListRemoteFolderItems()
getListRemoteFolderItems in interface org.jfrog.artifactory.client.model.repository.settings.NugetRepositorySettingspublic void setListRemoteFolderItems(java.lang.Boolean listRemoteFolderItems)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class org.jfrog.artifactory.client.model.repository.settings.AbstractRepositorySettings