public class PipelineSnippetGenerator extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
autoAddTabs(ArrayList<String> snippetLines) |
List<String> |
getAgent(Agent agent) |
List<String> |
getArchiveArtifactsStage(ArrayList<String> paths) |
List<String> |
getEnvironment(Environment environment) |
List<String> |
getPostSection(Post postSection) |
List<String> |
getPublishReportsAndArtifactStage(ArrayList<String> reports,
ArtifactPublishingConfig config,
ArrayList<HashMap<String,String>> publishArtifacts) |
List<String> |
getPublishReportSnippet(ArrayList<String> paths) |
List<String> |
getStage(Stage stage) |
List<String> |
getTools(HashMap<String,String> tools) |
List<String> |
gitPushStage(GitConfig gitConfig) |
boolean |
isUnix() |
public List<String> getEnvironment(Environment environment)
public List<String> getPostSection(Post postSection) throws org.jenkinsci.plugins.casc.ConfiguratorException, InstantiationException, IllegalAccessException, InvocationTargetException, org.eclipse.jgit.errors.NotSupportedException, NoSuchMethodException
org.jenkinsci.plugins.casc.ConfiguratorExceptionInstantiationExceptionIllegalAccessExceptionInvocationTargetExceptionorg.eclipse.jgit.errors.NotSupportedExceptionNoSuchMethodExceptionpublic boolean isUnix()
public List<String> getStage(Stage stage) throws InstantiationException, IllegalAccessException, org.jenkinsci.plugins.casc.ConfiguratorException, InvocationTargetException, org.eclipse.jgit.errors.NotSupportedException, NoSuchMethodException
InstantiationExceptionIllegalAccessExceptionorg.jenkinsci.plugins.casc.ConfiguratorExceptionInvocationTargetExceptionorg.eclipse.jgit.errors.NotSupportedExceptionNoSuchMethodExceptionpublic List<String> getPublishReportsAndArtifactStage(ArrayList<String> reports, ArtifactPublishingConfig config, ArrayList<HashMap<String,String>> publishArtifacts)
Copyright © 2016–2018. All rights reserved.