Skip to content

Commit

Permalink
added wrapperName field to maintain compatibility
Browse files Browse the repository at this point in the history
[FIXES JENKINS-31366]
  • Loading branch information
daspilker committed Nov 4, 2015
1 parent eeddf44 commit b3f3d6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/htmlpublisher/HtmlPublisherTarget.java
Expand Up @@ -63,6 +63,12 @@ public class HtmlPublisherTarget extends AbstractDescribableImpl<HtmlPublisherTa
*/
private final boolean allowMissing;

/**
* Do not use, but keep to maintain compatibility with older releases. See JENKINS-31366.
*/
@Deprecated
private transient String wrapperName;

/**
* The name of the file which will be used as the wrapper index.
*/
Expand Down

0 comments on commit b3f3d6d

Please sign in to comment.