public class InTotoWrapper
extends jenkins.tasks.SimpleBuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
InTotoWrapper.DescriptorImpl
Descriptor for
InTotoRecorder. |
static class |
InTotoWrapper.PostWrap |
jenkins.tasks.SimpleBuildWrapper.Context, jenkins.tasks.SimpleBuildWrapper.Disposer| Constructor and Description |
|---|
InTotoWrapper(String credentialId,
String keyPath,
String stepName,
String transport) |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,io.github.in_toto.models.Artifact.ArtifactHash> |
collectArtifacts(hudson.FilePath path) |
protected org.jenkinsci.plugins.plaincredentials.FileCredentials |
getCredentials() |
String |
getKeyPath() |
String |
getStepName() |
String |
getTransport() |
void |
setUp(jenkins.tasks.SimpleBuildWrapper.Context context,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.EnvVars initialEnvironment) |
public void setUp(jenkins.tasks.SimpleBuildWrapper.Context context,
hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener,
hudson.EnvVars initialEnvironment)
throws IOException,
InterruptedException
setUp in class jenkins.tasks.SimpleBuildWrapperIOExceptionInterruptedExceptionpublic String getKeyPath()
public String getStepName()
public String getTransport()
protected final org.jenkinsci.plugins.plaincredentials.FileCredentials getCredentials()
throws IOException
IOExceptionCopyright © 2016–2020. All rights reserved.