Package jenkins.branch
Class NameEncoder
java.lang.Object
jenkins.branch.NameEncoder
Encodes names that are not nice so that they are safe to use as URL path segments.
We don't want to do a full url encoding, only replace problematic names with
%
escaped variants so
that when double encoded by Stapler etc. we bypass issues.- Since:
- 2.0.0
-
Method Summary
-
Method Details
-
encode
-
decode
-