提交 a723028f 编写于 作者: K kohsuke

mismatch with the form.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7471 71c3de6d-444a-0410-be80-ed276b4c234a
上级 463ed8f1
......@@ -33,9 +33,9 @@ public class RedeployPublisher extends Publisher {
private final boolean uniqueVersion;
@DataBoundConstructor
public RedeployPublisher(String id, String repositoryUrl, boolean uniqueVersion) {
public RedeployPublisher(String id, String url, boolean uniqueVersion) {
this.id = id;
this.repositoryUrl = repositoryUrl;
this.repositoryUrl = url;
this.uniqueVersion = uniqueVersion;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册