Groovy Documentation

javaposse.jobdsl.dsl.helpers.publisher
[Groovy] Class StaticAnalysisContext

java.lang.Object
  javaposse.jobdsl.dsl.helpers.publisher.StaticAnalysisContext
All Implemented Interfaces:
Context

class StaticAnalysisContext

Property Summary
boolean canRunOnFailed

java.lang.String defaultEncoding

boolean doNotResolveRelativePaths

boolean dontComputeNew

java.lang.Integer healthy

boolean shouldDetectModules

java.lang.String thresholdLimit

java.util.Map thresholdMap

java.lang.Integer unHealthy

boolean useDeltaValues

boolean useStableBuildAsReference

 
Method Summary
java.lang.Object canRunOnFailed(java.lang.Object canRunOnFailed = true)

java.lang.Object computeNew(java.lang.Object computeNew)

java.lang.Object defaultEncoding(java.lang.String encoding)

java.lang.Object healthLimits(java.lang.Integer healthy, java.lang.Integer unHealthy)

java.lang.Object shouldDetectModules(boolean shouldDetectModules = true)

java.lang.Object thresholdLimit(java.lang.String limit)

java.lang.Object thresholds(java.util.Map thresholdMap)

java.lang.Object useDeltaValues(boolean useDeltaValues = true)

java.lang.Object useStableBuildAsReference(boolean useStableBuildAsReference = true)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

canRunOnFailed

boolean canRunOnFailed


defaultEncoding

java.lang.String defaultEncoding


doNotResolveRelativePaths

boolean doNotResolveRelativePaths


dontComputeNew

boolean dontComputeNew


healthy

java.lang.Integer healthy


shouldDetectModules

boolean shouldDetectModules


thresholdLimit

java.lang.String thresholdLimit


thresholdMap

java.util.Map thresholdMap


unHealthy

java.lang.Integer unHealthy


useDeltaValues

boolean useDeltaValues


useStableBuildAsReference

boolean useStableBuildAsReference


 
Method Detail

canRunOnFailed

java.lang.Object canRunOnFailed(java.lang.Object canRunOnFailed = true)


computeNew

java.lang.Object computeNew(java.lang.Object computeNew)


defaultEncoding

java.lang.Object defaultEncoding(java.lang.String encoding)


healthLimits

java.lang.Object healthLimits(java.lang.Integer healthy, java.lang.Integer unHealthy)


shouldDetectModules

java.lang.Object shouldDetectModules(boolean shouldDetectModules = true)


thresholdLimit

java.lang.Object thresholdLimit(java.lang.String limit)


thresholds

java.lang.Object thresholds(java.util.Map thresholdMap)


useDeltaValues

java.lang.Object useDeltaValues(boolean useDeltaValues = true)


useStableBuildAsReference

java.lang.Object useStableBuildAsReference(boolean useStableBuildAsReference = true)


 

Groovy Documentation