Index

C D G I M P S T _ 
All Classes and Interfaces|All Packages|Serialized Form

C

canProvision(Cloud.CloudState) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud
 
check(AbstractCloudComputer<?>) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsRetentionStrategy
 
createComputer() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgent
 

D

DescriptorImpl() - Constructor for class io.jenkins.plugins.ghacloud.GitHubActionsAgent.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.ghacloud.GitHubActionsCloud.DescriptorImpl
 
DescriptorImpl() - Constructor for class io.jenkins.plugins.ghacloud.GitHubActionsRetentionStrategy.DescriptorImpl
 
doCheckLabelString(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate.DescriptorImpl
 
doCheckName(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud.DescriptorImpl
 
doCheckRepository(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud.DescriptorImpl
 
doCheckWorkflowFileName(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate.DescriptorImpl
 
doFillCredentialsIdItems(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud.DescriptorImpl
 
doFillGitHubApiUrlItems(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud.DescriptorImpl
 

G

getCloudName() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgent
 
getCredentialsId() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud
 
getDisplayName() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgent.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud.DescriptorImpl
 
getDisplayName() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsRetentionStrategy.DescriptorImpl
 
getGitHubApiUrl() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud
 
getGitRef() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
getIdleMinutes() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
getIdleMinutes() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsRetentionStrategy
 
getLabelString() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
getMaxAgents() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
getMaxAgents() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud
 
getNamePrefix() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
getNumExecutors() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
getRemoteFs() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
getRepository() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud
 
getTemplates() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud
 
getWorkflowFileName() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
GitHubActionsAgent - Class in io.jenkins.plugins.ghacloud
 
GitHubActionsAgent(String, String, String, int, int, String) - Constructor for class io.jenkins.plugins.ghacloud.GitHubActionsAgent
 
GitHubActionsAgent.DescriptorImpl - Class in io.jenkins.plugins.ghacloud
 
GitHubActionsAgentTemplate - Class in io.jenkins.plugins.ghacloud
 
GitHubActionsAgentTemplate(String) - Constructor for class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
GitHubActionsAgentTemplate.DescriptorImpl - Class in io.jenkins.plugins.ghacloud
 
GitHubActionsCloud - Class in io.jenkins.plugins.ghacloud
 
GitHubActionsCloud(String, String, String, List<GitHubActionsAgentTemplate>) - Constructor for class io.jenkins.plugins.ghacloud.GitHubActionsCloud
 
GitHubActionsCloud.DescriptorImpl - Class in io.jenkins.plugins.ghacloud
 
GitHubActionsComputer - Class in io.jenkins.plugins.ghacloud
 
GitHubActionsComputer(GitHubActionsAgent) - Constructor for class io.jenkins.plugins.ghacloud.GitHubActionsComputer
 
GitHubActionsRetentionStrategy - Class in io.jenkins.plugins.ghacloud
 
GitHubActionsRetentionStrategy(int) - Constructor for class io.jenkins.plugins.ghacloud.GitHubActionsRetentionStrategy
 
GitHubActionsRetentionStrategy.DescriptorImpl - Class in io.jenkins.plugins.ghacloud
 
GitHubClient - Class in io.jenkins.plugins.ghacloud
Minimal GitHub REST API client for triggering workflow_dispatch events.
GitHubClient(String, String) - Constructor for class io.jenkins.plugins.ghacloud.GitHubClient
 

I

io.jenkins.plugins.ghacloud - package io.jenkins.plugins.ghacloud
 
isInstantiable() - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgent.DescriptorImpl
 

M

matches(Label) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
matches(GitHubActionsAgent) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 

P

provision(Cloud.CloudState, int) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud
 

S

setGitHubApiUrl(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud
 
setGitRef(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
setIdleMinutes(int) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
setMaxAgents(int) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
setMaxAgents(int) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsCloud
 
setNamePrefix(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
setNumExecutors(int) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
setRemoteFs(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
setWorkflowFileName(String) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgentTemplate
 
start(AbstractCloudComputer<?>) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsRetentionStrategy
 

T

triggerWorkflow(String, String, String, Map<String, String>) - Method in class io.jenkins.plugins.ghacloud.GitHubClient
Triggers a workflow_dispatch event on the specified repository and workflow file.

_

_terminate(TaskListener) - Method in class io.jenkins.plugins.ghacloud.GitHubActionsAgent
 
C D G I M P S T _ 
All Classes and Interfaces|All Packages|Serialized Form