Skip to content

Commit

Permalink
[FIXED JENKINS-11558] ListSubversionTagsParameterValue doesn't implem…
Browse files Browse the repository at this point in the history
…ent getShortDescription()
  • Loading branch information
sogabe committed Nov 1, 2011
1 parent 8004083 commit 44e81a9
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -80,4 +80,8 @@ public void setTagsDir(String tagsDir) {
this.tagsDir = tagsDir;
}

@Override
public String toString() {
return "(ListSubversionTagsParameterValue) " + getName() + ": Repository URL='" + tagsDir + "' Tag='" + tag + "'";
}
}

0 comments on commit 44e81a9

Please sign in to comment.