public final class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
filterMap(Map<String,String> map,
hudson.model.AbstractBuild<?,?> build)
Filters the map according to what getPasswordRestrictionPatterns returns.
|
public static Map<String,String> filterMap(Map<String,String> map, hudson.model.AbstractBuild<?,?> build)
map - the map being filtered.build - the build for which we are filtering the map.Copyright © 2004–2019. All rights reserved.