示例#1
0
 @Exported(visibility=999,name="url")
 public final String getAbsoluteUrl() {
     String r = Jenkins.getInstance().getRootUrl();
     if(r==null)
         throw new IllegalStateException("Root URL isn't configured yet. Cannot compute absolute URL.");
     return Util.encode(r+getUrl());
 }