public final class LibraryCachingConfiguration extends AbstractDescribableImpl<LibraryCachingConfiguration>
Modifier and Type | Class and Description |
---|---|
static class |
LibraryCachingConfiguration.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static String |
GLOBAL_LIBRARIES_DIR |
static String |
LAST_READ_FILE |
static String |
RETRIEVE_LOCK_FILE |
Constructor and Description |
---|
LibraryCachingConfiguration(int refreshTimeMinutes,
String excludedVersionsStr) |
Modifier and Type | Method and Description |
---|---|
String |
getExcludedVersionsStr() |
static FilePath |
getGlobalLibrariesCacheDir() |
long |
getRefreshTimeMilliseconds() |
int |
getRefreshTimeMinutes() |
Boolean |
isExcluded(String version) |
Boolean |
isRefreshEnabled() |
String |
toString() |
getDescriptor
public static final String GLOBAL_LIBRARIES_DIR
public static final String LAST_READ_FILE
public static final String RETRIEVE_LOCK_FILE
@DataBoundConstructor public LibraryCachingConfiguration(int refreshTimeMinutes, String excludedVersionsStr)
public int getRefreshTimeMinutes()
public long getRefreshTimeMilliseconds()
public Boolean isRefreshEnabled()
public String getExcludedVersionsStr()
public static FilePath getGlobalLibrariesCacheDir()
Copyright © 2016–2022. All rights reserved.