Index

A C D E F G H I L M O P S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

AARCH64 - Enum constant in enum class io.jenkins.plugins.projectenv.agent.Architecture
 
AgentInfo - Record Class in io.jenkins.plugins.projectenv.agent
 
AgentInfo(OperatingSystem, String, Architecture) - Constructor for record class io.jenkins.plugins.projectenv.agent.AgentInfo
Creates an instance of a AgentInfo record class.
AgentInfoCallable - Class in io.jenkins.plugins.projectenv.agent
 
AgentInfoCallable() - Constructor for class io.jenkins.plugins.projectenv.agent.AgentInfoCallable
 
AMD64 - Enum constant in enum class io.jenkins.plugins.projectenv.agent.Architecture
 
architecture() - Method in record class io.jenkins.plugins.projectenv.agent.AgentInfo
Returns the value of the architecture record component.
Architecture - Enum Class in io.jenkins.plugins.projectenv.agent
 

C

call() - Method in class io.jenkins.plugins.projectenv.agent.AgentInfoCallable
 
createGson() - Static method in class io.jenkins.plugins.projectenv.toolinfo.ToolInfoParser
 

D

DescriptorImpl() - Constructor for class io.jenkins.plugins.projectenv.WithProjectEnvStep.DescriptorImpl
 

E

environmentVariables() - Method in record class io.jenkins.plugins.projectenv.toolinfo.ToolInfo
Returns the value of the environmentVariables record component.
equals(Object) - Method in record class io.jenkins.plugins.projectenv.agent.AgentInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.jenkins.plugins.projectenv.proc.ProcResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.jenkins.plugins.projectenv.toolinfo.ToolInfo
Indicates whether some other object is "equal to" this one.
execute(StepContext, String...) - Static method in class io.jenkins.plugins.projectenv.proc.ProcHelper
 
executeAndGetStdOut(StepContext, String...) - Static method in class io.jenkins.plugins.projectenv.proc.ProcHelper
 
exitCode() - Method in record class io.jenkins.plugins.projectenv.proc.ProcResult
Returns the value of the exitCode record component.

F

fromJson(String) - Static method in class io.jenkins.plugins.projectenv.toolinfo.ToolInfoParser
 

G

getComputer(StepContext) - Static method in class io.jenkins.plugins.projectenv.context.StepContextHelper
 
getEnvVars(StepContext) - Static method in class io.jenkins.plugins.projectenv.context.StepContextHelper
 
getFunctionName() - Method in class io.jenkins.plugins.projectenv.WithProjectEnvStep.DescriptorImpl
 
getLauncher(StepContext) - Static method in class io.jenkins.plugins.projectenv.context.StepContextHelper
 
getRequiredContext() - Method in class io.jenkins.plugins.projectenv.WithProjectEnvStep.DescriptorImpl
 
getTaskListener(StepContext) - Static method in class io.jenkins.plugins.projectenv.context.StepContextHelper
 
getTemporaryDirectory(StepContext) - Static method in class io.jenkins.plugins.projectenv.context.StepContextHelper
 
getWorkspace(StepContext) - Static method in class io.jenkins.plugins.projectenv.context.StepContextHelper
 

H

hashCode() - Method in record class io.jenkins.plugins.projectenv.agent.AgentInfo
Returns a hash code value for this object.
hashCode() - Method in record class io.jenkins.plugins.projectenv.proc.ProcResult
Returns a hash code value for this object.
hashCode() - Method in record class io.jenkins.plugins.projectenv.toolinfo.ToolInfo
Returns a hash code value for this object.

I

io.jenkins.plugins.projectenv - package io.jenkins.plugins.projectenv
 
io.jenkins.plugins.projectenv.agent - package io.jenkins.plugins.projectenv.agent
 
io.jenkins.plugins.projectenv.context - package io.jenkins.plugins.projectenv.context
 
io.jenkins.plugins.projectenv.proc - package io.jenkins.plugins.projectenv.proc
 
io.jenkins.plugins.projectenv.toolinfo - package io.jenkins.plugins.projectenv.toolinfo
 

L

lineSeparator() - Method in record class io.jenkins.plugins.projectenv.agent.AgentInfo
Returns the value of the lineSeparator record component.
LINUX - Enum constant in enum class io.jenkins.plugins.projectenv.agent.OperatingSystem
 

M

MACOS - Enum constant in enum class io.jenkins.plugins.projectenv.agent.OperatingSystem
 

O

operatingSystem() - Method in record class io.jenkins.plugins.projectenv.agent.AgentInfo
Returns the value of the operatingSystem record component.
OperatingSystem - Enum Class in io.jenkins.plugins.projectenv.agent
 

P

pathElements() - Method in record class io.jenkins.plugins.projectenv.toolinfo.ToolInfo
Returns the value of the pathElements record component.
primaryExecutable() - Method in record class io.jenkins.plugins.projectenv.toolinfo.ToolInfo
Returns the value of the primaryExecutable record component.
ProcHelper - Class in io.jenkins.plugins.projectenv.proc
 
ProcResult - Record Class in io.jenkins.plugins.projectenv.proc
 
ProcResult(int, String) - Constructor for record class io.jenkins.plugins.projectenv.proc.ProcResult
Creates an instance of a ProcResult record class.

S

setCliDebug(boolean) - Method in class io.jenkins.plugins.projectenv.WithProjectEnvStep
 
setCliVersion(String) - Method in class io.jenkins.plugins.projectenv.WithProjectEnvStep
 
setConfigFile(String) - Method in class io.jenkins.plugins.projectenv.WithProjectEnvStep
 
setSkipCleanup(boolean) - Method in class io.jenkins.plugins.projectenv.WithProjectEnvStep
 
start() - Method in class io.jenkins.plugins.projectenv.WithProjectEnvStepExecution
 
start(StepContext) - Method in class io.jenkins.plugins.projectenv.WithProjectEnvStep
 
stdOutput() - Method in record class io.jenkins.plugins.projectenv.proc.ProcResult
Returns the value of the stdOutput record component.
StepContextHelper - Class in io.jenkins.plugins.projectenv.context
 
StepContextHelper() - Constructor for class io.jenkins.plugins.projectenv.context.StepContextHelper
 

T

takesImplicitBlockArgument() - Method in class io.jenkins.plugins.projectenv.WithProjectEnvStep.DescriptorImpl
 
ToolInfo - Record Class in io.jenkins.plugins.projectenv.toolinfo
 
ToolInfo(String, Map<String, String>, List<String>, Map<String, String>) - Constructor for record class io.jenkins.plugins.projectenv.toolinfo.ToolInfo
Creates an instance of a ToolInfo record class.
ToolInfoParser - Class in io.jenkins.plugins.projectenv.toolinfo
 
toString() - Method in record class io.jenkins.plugins.projectenv.agent.AgentInfo
Returns a string representation of this record class.
toString() - Method in record class io.jenkins.plugins.projectenv.proc.ProcResult
Returns a string representation of this record class.
toString() - Method in record class io.jenkins.plugins.projectenv.toolinfo.ToolInfo
Returns a string representation of this record class.

U

unhandledProjectResources() - Method in record class io.jenkins.plugins.projectenv.toolinfo.ToolInfo
Returns the value of the unhandledProjectResources record component.

V

valueOf(String) - Static method in enum class io.jenkins.plugins.projectenv.agent.Architecture
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.jenkins.plugins.projectenv.agent.OperatingSystem
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.jenkins.plugins.projectenv.agent.Architecture
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.jenkins.plugins.projectenv.agent.OperatingSystem
Returns an array containing the constants of this enum class, in the order they are declared.

W

WINDOWS - Enum constant in enum class io.jenkins.plugins.projectenv.agent.OperatingSystem
 
WithProjectEnvStep - Class in io.jenkins.plugins.projectenv
 
WithProjectEnvStep() - Constructor for class io.jenkins.plugins.projectenv.WithProjectEnvStep
 
WithProjectEnvStep.DescriptorImpl - Class in io.jenkins.plugins.projectenv
 
WithProjectEnvStepExecution - Class in io.jenkins.plugins.projectenv
 
WithProjectEnvStepExecution(StepContext, boolean, String, String, boolean) - Constructor for class io.jenkins.plugins.projectenv.WithProjectEnvStepExecution
 
A C D E F G H I L M O P S T U V W 
All Classes and Interfaces|All Packages|Serialized Form