Modifier and Type | Method and Description |
---|---|
List<PackerFileEntry> |
PackerInstallation.getFileEntries() |
List<PackerFileEntry> |
PackerPublisher.getFileEntries() |
Modifier and Type | Method and Description |
---|---|
void |
PackerPublisher.setFileEntries(List<PackerFileEntry> fileEntries) |
Constructor and Description |
---|
PackerInstallation(String name,
String home,
String params,
net.sf.json.JSONObject templateMode,
List<PackerFileEntry> fileEntries,
List<? extends hudson.tools.ToolProperty<?>> properties) |
PackerPublisher(String name,
String jsonTemplate,
String jsonTemplateText,
String packerHome,
String params,
List<PackerFileEntry> fileEntries,
boolean useDebug,
String changeDir) |
Copyright © 2016–2018. All rights reserved.