public class TokenMacroAliasProvider extends AliasProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
TokenMacroAliasProvider.DescriptorImpl |
AliasProvider.Descriptor| Constructor and Description |
|---|
TokenMacroAliasProvider(String template) |
| Modifier and Type | Method and Description |
|---|---|
TokenMacroAliasProvider.DescriptorImpl |
getDescriptor() |
List<String> |
names(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
Get build aliases to be attached to the build
Aliases not conforming to the BuildAliasSetter#validateAlias(String) are
not going to be attached and an error will be reported.
|
validateAliaspublic final String template
@DataBoundConstructor public TokenMacroAliasProvider(String template)
public List<String> names(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener) throws IOException, InterruptedException
AliasProvidernames in class AliasProviderIOExceptionInterruptedExceptionAliasProvider.validateAlias(String)public TokenMacroAliasProvider.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<AliasProvider>getDescriptor in class hudson.model.AbstractDescribableImpl<AliasProvider>Copyright © 2004-2016. All Rights Reserved.