public class ArtifactsDocLinksConfig extends Object implements hudson.model.Describable<ArtifactsDocLinksConfig>
| Modifier and Type | Class and Description |
|---|---|
static class |
ArtifactsDocLinksConfig.DescriptorImpl |
| Constructor and Description |
|---|
ArtifactsDocLinksConfig(String title,
String artifactsPattern,
String initialPath,
String indexFile) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactsPattern()
Returns ant file name pattern to specify artifacts.
|
ArtifactsDocLinksConfig.DescriptorImpl |
getDescriptor() |
String |
getIndexFile()
The file used for access to a directory.
|
String |
getInitialPath()
The initial path when accessed to this artifact.
|
String |
getTitle() |
Collection<String> |
scanArtifacts(hudson.model.AbstractBuild<?,?> build) |
public String getTitle()
public String getArtifactsPattern()
public String getInitialPath()
public String getIndexFile()
public ArtifactsDocLinksConfig.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<ArtifactsDocLinksConfig>Describable.getDescriptor()public Collection<String> scanArtifacts(hudson.model.AbstractBuild<?,?> build)
Copyright © 2004-2016. All Rights Reserved.