Class ArtifactsDocLinksAction
- java.lang.Object
-
- hudson.plugins.doclinks.artifacts.ArtifactsDocsLinksActionBase
-
- hudson.plugins.doclinks.artifacts.ArtifactsDocLinksAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class ArtifactsDocLinksAction extends ArtifactsDocsLinksActionBase
An action to hold the link to artifact documents.
-
-
Field Summary
-
Fields inherited from class hudson.plugins.doclinks.artifacts.ArtifactsDocsLinksActionBase
URLNAME
-
-
Constructor Summary
Constructors Constructor Description ArtifactsDocLinksAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(ArtifactsDocLinksDocument doc)
boolean
addAll(Collection<ArtifactsDocLinksDocument> docs)
List<ArtifactsDocLinksDocument>
getArtifactsDocLinksDocumentList()
String
getDisplayName()
ArtifactsDocLinksDocument
getDynamic(String token)
-
Methods inherited from class hudson.plugins.doclinks.artifacts.ArtifactsDocsLinksActionBase
getBuild, getIconFileName, getLastDocumentedBuild, getOwner, getProject, getUrlName
-
-
-
-
Method Detail
-
getArtifactsDocLinksDocumentList
public List<ArtifactsDocLinksDocument> getArtifactsDocLinksDocumentList()
- Returns:
- the list of artifact documents.
-
add
public boolean add(ArtifactsDocLinksDocument doc)
- Parameters:
doc
-- Returns:
-
addAll
public boolean addAll(Collection<ArtifactsDocLinksDocument> docs)
- Parameters:
docs
-- Returns:
-
getDisplayName
public String getDisplayName()
- Returns:
- See Also:
Action.getDisplayName()
-
getDynamic
public ArtifactsDocLinksDocument getDynamic(String token)
- Parameters:
token
-- Returns:
-
-