public class InTotoRecorder
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
InTotoRecorder.DescriptorImpl
Descriptor for
InTotoRecorder. |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
InTotoRecorder(String credentialId,
String keyPath,
String stepName,
String transport) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialId() |
protected org.jenkinsci.plugins.plaincredentials.FileCredentials |
getCredentials() |
InTotoRecorder.DescriptorImpl |
getDescriptor() |
String |
getKeyPath() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
String |
getStepName() |
String |
getTransport() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild in interface hudson.tasks.BuildStepprebuild in class hudson.tasks.BuildStepCompatibilityLayerpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic String getCredentialId()
public String getKeyPath()
public String getStepName()
public String getTransport()
protected final org.jenkinsci.plugins.plaincredentials.FileCredentials getCredentials()
throws IOException
IOExceptionpublic InTotoRecorder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>getDescriptor in class hudson.tasks.Recorderpublic hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2020. All rights reserved.