public class LightweightRepositoryImpl
extends java.lang.Object
implements org.jfrog.artifactory.client.model.LightweightRepository
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfiguration() |
java.lang.String |
getDescription() |
java.lang.String |
getKey() |
java.lang.String |
getPackageType() |
org.jfrog.artifactory.client.model.RepositoryType |
getType() |
java.lang.String |
getUrl() |
void |
setPackageType(java.lang.String packageType) |
public java.lang.String getPackageType()
getPackageType in interface org.jfrog.artifactory.client.model.LightweightRepositorypublic void setPackageType(java.lang.String packageType)
public java.lang.String getDescription()
getDescription in interface org.jfrog.artifactory.client.model.LightweightRepositorypublic java.lang.String getKey()
getKey in interface org.jfrog.artifactory.client.model.LightweightRepositorypublic org.jfrog.artifactory.client.model.RepositoryType getType()
getType in interface org.jfrog.artifactory.client.model.LightweightRepositorypublic java.lang.String getUrl()
getUrl in interface org.jfrog.artifactory.client.model.LightweightRepositorypublic java.lang.String getConfiguration()
getConfiguration in interface org.jfrog.artifactory.client.model.LightweightRepository