public class JenkinsHelpers extends Object
Constructor and Description |
---|
JenkinsHelpers() |
Modifier and Type | Method and Description |
---|---|
static hudson.util.ListBoxModel |
fillCredentialsIdItems(hudson.model.Item project) |
static String |
getBuildLogOutput(hudson.model.Run<?,?> run)
Get the full build log from the Run object
|
static Proxy |
getProxy(String host)
Uses proxy if configured on pluginManager/advanced page
|
@Nonnull public static Proxy getProxy(String host)
host
- GitHub's hostname to build proxy topublic static hudson.util.ListBoxModel fillCredentialsIdItems(hudson.model.Item project)
public static String getBuildLogOutput(hudson.model.Run<?,?> run) throws IOException
run
- jenkins run classIOException
Copyright © 2016–2019. All rights reserved.