public class HostedRepository extends ArtifactStore
METADATA_CHANGELOG| Constructor and Description |
|---|
HostedRepository(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSnapshotTimeoutSeconds() |
String |
getStorage() |
protected StoreKey |
initKey(String name) |
boolean |
isAllowReleases() |
boolean |
isAllowSnapshots() |
void |
setAllowReleases(boolean allowReleases) |
void |
setAllowSnapshots(boolean allowSnapshots) |
void |
setSnapshotTimeoutSeconds(int snapshotTimeoutSeconds) |
void |
setStorage(String storage) |
String |
toString() |
equals, getDescription, getDoctype, getKey, getMetadata, getMetadata, getName, getTransientMetadata, hashCode, setDescription, setMetadata, setMetadata, setName, setTransientMetadatapublic HostedRepository(String name)
public boolean isAllowSnapshots()
public void setAllowSnapshots(boolean allowSnapshots)
public boolean isAllowReleases()
public void setAllowReleases(boolean allowReleases)
public String toString()
toString in class ArtifactStorepublic int getSnapshotTimeoutSeconds()
public void setSnapshotTimeoutSeconds(int snapshotTimeoutSeconds)
public String getStorage()
public void setStorage(String storage)
protected StoreKey initKey(String name)
initKey in class ArtifactStoreCopyright © 2015. All Rights Reserved.