public interface TriggerRun
TriggerHelper
and a Jenkins run. Allows for mocking.Modifier and Type | Method and Description |
---|---|
String |
getEnvironment(String name)
Gets an environment variable
|
hudson.model.Result |
getResult()
Result of the build
|
@CheckForNull hudson.model.Result getResult()
@CheckForNull String getEnvironment(String name) throws IOException, InterruptedException
name
- Name of the environment variableIOException
- If an I/O exception occursInterruptedException
- If the call is interruptedCopyright © 2016–2023. All rights reserved.