public abstract class NonVirtualRepositoryBuilderBase<B extends org.jfrog.artifactory.client.model.builder.NonVirtualRepositoryBuilder,R extends org.jfrog.artifactory.client.model.NonVirtualRepository> extends RepositoryBuilderBase<B,R> implements org.jfrog.artifactory.client.model.builder.NonVirtualRepositoryBuilder<B,R>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
archiveBrowsingEnabled |
protected boolean |
blackedOut |
protected java.util.List<java.lang.String> |
propertySets |
customProperties, description, excludesPattern, includesPattern, key, notes, repoLayoutRef, settings, supportedTypes, xraySettings| Modifier | Constructor and Description |
|---|---|
protected |
NonVirtualRepositoryBuilderBase(java.util.Set<org.jfrog.artifactory.client.model.PackageType> supportedTypes) |
| Modifier and Type | Method and Description |
|---|---|
B |
archiveBrowsingEnabled(boolean archiveBrowsingEnabled) |
B |
blackedOut(boolean blackedOut) |
java.util.List<java.lang.String> |
getPropertySets() |
boolean |
isArchiveBrowsingEnabled() |
boolean |
isBlackedOut() |
B |
propertySets(java.util.List<java.lang.String> propertySets) |
customProperties, description, excludesPattern, getDescription, getExcludesPattern, getIncludesPattern, getKey, getNotes, getRepositorySettings, getRepositoryType, getXraySettings, includesPattern, key, notes, repoLayoutRef, repositorySettings, setRepoLayoutFromSettings, validate, xraySettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, customProperties, description, excludesPattern, getDescription, getExcludesPattern, getIncludesPattern, getKey, getNotes, getRepositorySettings, getXraySettings, includesPattern, key, notes, repoLayoutRef, repositorySettings, setRepoLayoutFromSettings, validate, xraySettingsprotected boolean blackedOut
protected java.util.List<java.lang.String> propertySets
protected boolean archiveBrowsingEnabled
protected NonVirtualRepositoryBuilderBase(java.util.Set<org.jfrog.artifactory.client.model.PackageType> supportedTypes)
public B blackedOut(boolean blackedOut)
public boolean isBlackedOut()
public B propertySets(java.util.List<java.lang.String> propertySets)
public java.util.List<java.lang.String> getPropertySets()
public B archiveBrowsingEnabled(boolean archiveBrowsingEnabled)
public boolean isArchiveBrowsingEnabled()