public class LibraryStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
Modifier and Type | Class and Description |
---|---|
static class |
LibraryStep.DescriptorImpl |
static class |
LibraryStep.Execution |
static class |
LibraryStep.LoadedClasses |
static class |
LibraryStep.LoadedClassesWhitelist |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
LibraryStep(String identifier) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getChangelog() |
String |
getIdentifier() |
LibraryRetriever |
getRetriever() |
void |
setChangelog(Boolean changelog) |
void |
setRetriever(LibraryRetriever retriever) |
@DataBoundConstructor public LibraryStep(String identifier)
public String getIdentifier()
public LibraryRetriever getRetriever()
public Boolean getChangelog()
@DataBoundSetter public void setRetriever(LibraryRetriever retriever)
@DataBoundSetter public void setChangelog(Boolean changelog)
Copyright © 2016–2022. All rights reserved.