Uses of Class
hudson.plugins.ws_cleanup.Pattern

Uses of Pattern in hudson.plugins.ws_cleanup
 

Methods in hudson.plugins.ws_cleanup that return types with arguments of type Pattern
 hudson.model.Descriptor<Pattern> Pattern.getDescriptor()
           
 List<Pattern> WsCleanup.getPatterns()
           
 List<Pattern> PreBuildCleanup.getPatterns()
           
 

Constructor parameters in hudson.plugins.ws_cleanup with type arguments of type Pattern
PreBuildCleanup(List<Pattern> patterns, boolean deleteDirs)
           
WsCleanup(List<Pattern> patterns, boolean deleteDirs, boolean skipWhenFailed, boolean notFailBuild, boolean cleanupMatrixParent)
           
WsCleanupMatrixAggregator(hudson.matrix.MatrixBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener, List<Pattern> patterns, boolean deleteDirs, boolean skipWhenFailed, boolean notFailBuid)
           
 



Copyright © 2004-2013 Hudson. All Rights Reserved.