public class ResultsCacheHelper extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
CACHED_RESULT_BUILD_NUM_ENV_VAR_NAME |
Constructor and Description |
---|
ResultsCacheHelper(AbstractBuild<?,?> build,
TaskListener listener,
BuildConfig buildConfig) |
Modifier and Type | Method and Description |
---|---|
void |
checkCacheOrExecute() |
static String |
getCacheServiceUrl() |
static int |
getTimeout() |
public static final String CACHED_RESULT_BUILD_NUM_ENV_VAR_NAME
public ResultsCacheHelper(AbstractBuild<?,?> build, TaskListener listener, BuildConfig buildConfig)
public void checkCacheOrExecute() throws IOException, InterruptedException
IOException
InterruptedException
public static String getCacheServiceUrl()
public static int getTimeout()
Copyright © 2016–2021. All rights reserved.