提交 2b7357d5 编写于 作者: K kohsuke

I guess URL needs to be exposed with high visibility so that the programs know how to access it.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3089 71c3de6d-444a-0410-be80-ed276b4c234a
上级 4c5e7fc0
......@@ -86,7 +86,7 @@ public class User extends AbstractModelObject {
/**
* The URL of the user page.
*/
@Exposed
@Exposed(visibility=999)
public String getAbsoluteUrl() {
return Stapler.getCurrentRequest().getRootPath()+'/'+getUrl();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册