Skip to content

Commit

Permalink
Merge pull request #21 from daspilker/JENKINS-31366
Browse files Browse the repository at this point in the history
[JENKINS-31366] added wrapperName field to maintain compatibility
  • Loading branch information
mrooney committed Nov 4, 2015
2 parents eeddf44 + b3f3d6d commit 067ff37
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 067ff37

Please sign in to comment.