|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.tasks.JavadocArchiver.JavadocAction
hudson.maven.reporters.AbstractMavenJavadocArchiver.MavenJavadocAction
protected static class AbstractMavenJavadocArchiver.MavenJavadocAction
Constructor Summary | |
---|---|
AbstractMavenJavadocArchiver.MavenJavadocAction(AbstractItem project,
FilePath target,
String title,
String urlName,
String displayName)
|
Method Summary | |
---|---|
protected File |
dir()
|
String |
getDisplayName()
Gets the string to be displayed. |
protected String |
getTitle()
|
String |
getUrlName()
Gets the URL path name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractMavenJavadocArchiver.MavenJavadocAction(AbstractItem project, FilePath target, String title, String urlName, String displayName)
Method Detail |
---|
public String getDisplayName()
Action
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
getDisplayName
in class hudson.tasks.JavadocArchiver.JavadocAction
protected String getTitle()
getTitle
in class hudson.tasks.JavadocArchiver.JavadocAction
public String getUrlName()
Action
tions For example, if this method returns "xyz", and if the parent object (that this action is associated with) is bound to /foo/bar/zot, then this action object will be exposed to /foo/bar/zot/xyz.
This method should return a string that's unique among other Action
s.
The returned string can be an absolute URL, like "http://www.sun.com/", which is useful for directly connecting to external systems.
If the returned string starts with '/', like '/foo', then it's assumed to be relative to the context path of the Jenkins webapp.
getUrlName
in interface Action
getUrlName
in class hudson.tasks.JavadocArchiver.JavadocAction
Action.getIconFileName()
.Functions.getActionUrl(String, Action)
protected File dir()
dir
in class hudson.tasks.JavadocArchiver.JavadocAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |