Skip navigation links
B C D E G H I J L O P R S T U W 

B

build(Run<?, ?>) - Method in class hudson.plugins.resultscache.util.BuildDataBuilder
Builds a BuildData instance from a Jenkins Job AbstractBuild instance.
BuildConfig - Class in hudson.plugins.resultscache.model
Represents a configuration for this plugin in a jenkins job.
BuildConfig(String) - Constructor for class hudson.plugins.resultscache.model.BuildConfig
 
BuildConfig(boolean, String) - Constructor for class hudson.plugins.resultscache.model.BuildConfig
 
BuildData - Class in hudson.plugins.resultscache.model
Represents a jenkins job data.
BuildData(String, String, EnvVars) - Constructor for class hudson.plugins.resultscache.model.BuildData
 
BuildData() - Constructor for class hudson.plugins.resultscache.model.BuildData
 
BuildDataBuilder - Class in hudson.plugins.resultscache.util
This class creates a BuildData instance from a Jenkins Job AbstractBuild instance
BuildDataBuilder() - Constructor for class hudson.plugins.resultscache.util.BuildDataBuilder
 
BuildDataPreparer - Class in hudson.plugins.resultscache.util
This class prepares a string from a BuildData instance.
BuildDataPreparer() - Constructor for class hudson.plugins.resultscache.util.BuildDataPreparer
 

C

CACHED_RESULT_BUILD_NUM_ENV_VAR_NAME - Static variable in class hudson.plugins.resultscache.ResultsCacheHelper
 
CacheServerComm - Class in hudson.plugins.resultscache.util
This class implements the communication with the Results Cache Service
CacheServerComm(String, int) - Constructor for class hudson.plugins.resultscache.util.CacheServerComm
Constructor
calculate(Run<?, ?>, BuildConfig) - Method in class hudson.plugins.resultscache.util.HashCalculator
Calculates a job hash from a jenkins job
calculate(Run<?, ?>, BuildConfig, TaskListener) - Method in class hudson.plugins.resultscache.util.HashCalculator
Calculates a job hash from a jenkins job
checkCacheOrExecute() - Method in class hudson.plugins.resultscache.ResultsCacheHelper
 
Constants - Class in hudson.plugins.resultscache
 

D

DescriptorImpl() - Constructor for class hudson.plugins.resultscache.ResultsCacheBuildWrapper.DescriptorImpl
 
DISPLAY_NAME - Static variable in class hudson.plugins.resultscache.Constants
 
doCheckCacheServiceUrl(String) - Method in class hudson.plugins.resultscache.PluginConfiguration
 
doCheckTimeout(String) - Method in class hudson.plugins.resultscache.PluginConfiguration
 

E

EMPTY_RESULT - Static variable in class hudson.plugins.resultscache.JobResult
 
encode(String) - Static method in class hudson.plugins.resultscache.util.URLEncoder
URL encodes the url using UTF-8
error(TaskListener, String, Object...) - Static method in class hudson.plugins.resultscache.util.LoggerUtil
Writes an error log trace
executeGet(String, String) - Method in class hudson.plugins.resultscache.util.RestClientUtil
Executes a HTTP GET to the given url
executePost(String, String) - Method in class hudson.plugins.resultscache.util.RestClientUtil
Executes a HTTP JSON POST to the given url, with the provided json string

G

get() - Static method in class hudson.plugins.resultscache.PluginConfiguration
 
getBuild() - Method in class hudson.plugins.resultscache.JobResult
 
getCachedJobResult(String) - Method in class hudson.plugins.resultscache.util.CacheServerComm
Searches a job result in the cache.
getCacheServiceUrl() - Method in class hudson.plugins.resultscache.PluginConfiguration
 
getCacheServiceUrl() - Static method in class hudson.plugins.resultscache.ResultsCacheHelper
 
getCiUrl() - Method in class hudson.plugins.resultscache.model.BuildData
 
getDisplayName() - Method in class hudson.plugins.resultscache.ResultsCacheBuildWrapper.DescriptorImpl
 
getFullJobName() - Method in class hudson.plugins.resultscache.model.BuildData
 
getHash(String) - Method in class hudson.plugins.resultscache.util.HashGenerator
Returns a MD5 hash from a string
getHashParameters() - Method in class hudson.plugins.resultscache.model.BuildConfig
 
getHashParameters() - Method in class hudson.plugins.resultscache.ResultsCacheBuildWrapper
 
getParameters() - Method in class hudson.plugins.resultscache.model.BuildData
 
getResult() - Method in class hudson.plugins.resultscache.JobResult
 
getTimeout() - Method in class hudson.plugins.resultscache.PluginConfiguration
 
getTimeout() - Static method in class hudson.plugins.resultscache.ResultsCacheHelper
 
getTimeoutInt() - Method in class hudson.plugins.resultscache.PluginConfiguration
 

H

HashCalculator - Class in hudson.plugins.resultscache.util
This class calculates a hash from a Jenkins Job data to be used to identify it in the results cache
HashCalculator() - Constructor for class hudson.plugins.resultscache.util.HashCalculator
 
HashCalculator(BuildDataBuilder, BuildDataPreparer, HashGenerator) - Constructor for class hudson.plugins.resultscache.util.HashCalculator
 
HashGenerator - Class in hudson.plugins.resultscache.util
Hash Generator utility
HashGenerator() - Constructor for class hudson.plugins.resultscache.util.HashGenerator
 
hudson.plugins.resultscache - package hudson.plugins.resultscache
 
hudson.plugins.resultscache.model - package hudson.plugins.resultscache.model
 
hudson.plugins.resultscache.util - package hudson.plugins.resultscache.util
 

I

info(TaskListener, String, Object...) - Static method in class hudson.plugins.resultscache.util.LoggerUtil
Writes an info log trace
isApplicable(AbstractProject<?, ?>) - Method in class hudson.plugins.resultscache.ResultsCacheBuildWrapper.DescriptorImpl
 
isExcludeMachineName() - Method in class hudson.plugins.resultscache.model.BuildConfig
 
isExcludeMachineName() - Method in class hudson.plugins.resultscache.ResultsCacheBuildWrapper
 

J

JobDslExtension - Class in hudson.plugins.resultscache
 
JobDslExtension() - Constructor for class hudson.plugins.resultscache.JobDslExtension
 
JobResult - Class in hudson.plugins.resultscache
 
JobResult(Result, Integer) - Constructor for class hudson.plugins.resultscache.JobResult
 

L

LOG_LINE_HEADER - Static variable in class hudson.plugins.resultscache.Constants
 
LoggerUtil - Class in hudson.plugins.resultscache.util
Logger Util utility
logMessage(TaskListener, String, Object...) - Static method in class hudson.plugins.resultscache.util.LoggerUtil
Writes a log message

O

onCompleted(AbstractBuild<?, ?>, TaskListener) - Method in class hudson.plugins.resultscache.ResultsCacheBuildWrapper.RunListenerImpl
 

P

PluginConfiguration - Class in hudson.plugins.resultscache
 
PluginConfiguration() - Constructor for class hudson.plugins.resultscache.PluginConfiguration
 
postJobResult(String, JobResult) - Method in class hudson.plugins.resultscache.util.CacheServerComm
Adds or Updates a job result into the cache
preCheckout(AbstractBuild, Launcher, BuildListener) - Method in class hudson.plugins.resultscache.ResultsCacheBuildWrapper
 
prepare(BuildData, BuildConfig) - Method in class hudson.plugins.resultscache.util.BuildDataPreparer
Prepares a string from a BuildData instance.

R

RestClientUtil - Class in hudson.plugins.resultscache.util
REST client utility
RestClientUtil(int, int) - Constructor for class hudson.plugins.resultscache.util.RestClientUtil
Constructor
resultsCache() - Method in class hudson.plugins.resultscache.JobDslExtension
 
resultsCache(boolean) - Method in class hudson.plugins.resultscache.JobDslExtension
 
resultsCache(String) - Method in class hudson.plugins.resultscache.JobDslExtension
 
resultsCache(boolean, String) - Method in class hudson.plugins.resultscache.JobDslExtension
 
ResultsCacheBuildWrapper - Class in hudson.plugins.resultscache
 
ResultsCacheBuildWrapper(boolean, String) - Constructor for class hudson.plugins.resultscache.ResultsCacheBuildWrapper
 
ResultsCacheBuildWrapper.DescriptorImpl - Class in hudson.plugins.resultscache
 
ResultsCacheBuildWrapper.RunListenerImpl - Class in hudson.plugins.resultscache
 
ResultsCacheHelper - Class in hudson.plugins.resultscache
 
ResultsCacheHelper(AbstractBuild<?, ?>, TaskListener, BuildConfig) - Constructor for class hudson.plugins.resultscache.ResultsCacheHelper
 
RunListenerImpl() - Constructor for class hudson.plugins.resultscache.ResultsCacheBuildWrapper.RunListenerImpl
 

S

setCacheServiceUrl(String) - Method in class hudson.plugins.resultscache.PluginConfiguration
 
setCiUrl(String) - Method in class hudson.plugins.resultscache.model.BuildData
 
setExcludeMachineName(boolean) - Method in class hudson.plugins.resultscache.model.BuildConfig
 
setExcludeMachineName(boolean) - Method in class hudson.plugins.resultscache.ResultsCacheBuildWrapper
 
setFullJobName(String) - Method in class hudson.plugins.resultscache.model.BuildData
 
setHashParameters(String) - Method in class hudson.plugins.resultscache.model.BuildConfig
 
setHashParameters(String) - Method in class hudson.plugins.resultscache.ResultsCacheBuildWrapper
 
setParameters(EnvVars) - Method in class hudson.plugins.resultscache.model.BuildData
 
setTimeout(String) - Method in class hudson.plugins.resultscache.PluginConfiguration
 
setUp(AbstractBuild, Launcher, BuildListener) - Method in class hudson.plugins.resultscache.ResultsCacheBuildWrapper
 

T

toString() - Method in class hudson.plugins.resultscache.model.BuildConfig
 
toString() - Method in class hudson.plugins.resultscache.model.BuildData
 

U

URLEncoder - Class in hudson.plugins.resultscache.util
URL Encoder utility

W

warn(TaskListener, String, Object...) - Static method in class hudson.plugins.resultscache.util.LoggerUtil
Writes a warning log trace
B C D E G H I J L O P R S T U W 
Skip navigation links

Copyright © 2016–2021. All rights reserved.