Index

A B C D F G I M S T 
All Classes and Interfaces|All Packages|Serialized Form

A

ActiveGitBranchesParameterDefinition - Class in io.jenkins.plugins.activegitbranches
Active Git Branches Parameter Definition.
ActiveGitBranchesParameterDefinition(String, String, int, String) - Constructor for class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
ActiveGitBranchesParameterDefinition.BranchInfo - Class in io.jenkins.plugins.activegitbranches
Branch information holder.
ActiveGitBranchesParameterDefinition.DescriptorImpl - Class in io.jenkins.plugins.activegitbranches
 
ActiveGitBranchesParameterValue - Class in io.jenkins.plugins.activegitbranches
Parameter value for Active Git Branches parameter.
ActiveGitBranchesParameterValue(String, String) - Constructor for class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterValue
 
ActiveGitBranchesParameterValue(String, String, String) - Constructor for class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterValue
 

B

BranchInfo(String, long) - Constructor for class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.BranchInfo
 
BranchInfo(String, long, boolean) - Constructor for class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.BranchInfo
 

C

createValue(StaplerRequest2) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
createValue(StaplerRequest2, JSONObject) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 

D

DescriptorImpl() - Constructor for class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.DescriptorImpl
 
doCheckAlwaysIncludeBranches(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.DescriptorImpl
Validates the always include branches regex.
doCheckBranchFilter(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.DescriptorImpl
Validates the branch filter regex.
doCheckExcludeBranches(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.DescriptorImpl
Validates the exclude branches regex.
doCheckMaxBranchCount(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.DescriptorImpl
Validates the max branch count.
doCheckRepositoryUrl(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.DescriptorImpl
Validates the repository URL.
doFillCredentialsIdItems(Item, String, String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.DescriptorImpl
Fills the credentials dropdown.
doTestConnection(Item, String, String, int, String, String, String, boolean) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.DescriptorImpl
Test connection to the repository.

F

fetchBranches() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
Returns the branch list shown to the user, filtered and limited according to this parameter's configuration.

G

getAlwaysIncludeBranches() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
getBranchFilter() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
getCacheFetchedAgoText() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
Human-readable age of the cached branch list (e.g.
getCommitTime() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.BranchInfo
 
getCredentialsId() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
getDefaultParameterValue() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
getDefaultValue() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
getDisplayName() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.DescriptorImpl
 
getEffectiveDefaultValue() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
Resolves the effective default branch name to be pre-selected in the UI.
getExcludeBranches() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
getMaxBranchCount() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
getName() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.BranchInfo
 
getRepositoryUrl() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 

I

io.jenkins.plugins.activegitbranches - package io.jenkins.plugins.activegitbranches
 
isAllowCustomBranch() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
isDisabled() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.BranchInfo
 
isLastRefreshFailed() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
Whether the most recent background refresh failed; used by the Jelly view to show a small warning next to the freshness hint.
isUseQuickFetch() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 

M

matchesExcludeBranches(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 

S

setAllowCustomBranch(boolean) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
setAlwaysIncludeBranches(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
setBranchFilter(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
setCredentialsId(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
setDefaultValue(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
setExcludeBranches(String) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 
setUseQuickFetch(boolean) - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition
 

T

toString() - Method in class io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterValue
 
A B C D F G I M S T 
All Classes and Interfaces|All Packages|Serialized Form