A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes All Packages

A

AbstractProjectReference - Class in hudson.plugins.project_inheritance.projects.references
 
AbstractProjectReference(String) - Constructor for class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 
AbstractProjectReference.ProjectReferenceDescriptor - Class in hudson.plugins.project_inheritance.projects.references
 
acceptableErrorUrls - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
ADD_IF_EXTENSION - hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.WhitespaceMode
Keep whitespace, but also automatically add one, if extending others
addEdges(T, T...) - Method in class hudson.plugins.project_inheritance.util.svg.Graph
Simple name-wrapper for Graph.addNode(Object, Object...), as the code for adding a node or adding edges is identical.
addElements(SVGPrimitive...) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
addItem(T) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
addNode(T, T...) - Method in class hudson.plugins.project_inheritance.util.svg.Graph
 
addParentReference(AbstractProjectReference) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
addParentReference(AbstractProjectReference, boolean) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Adds the given ProjectReference as a parent to this node.
addProjectToBeCreatedTransient(String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
addReferenceFilter(String, IProjectReferenceFilter) - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
 
addSingleEdge(T, T) - Method in class hudson.plugins.project_inheritance.util.svg.Graph
 
addSingleNode(T) - Method in class hudson.plugins.project_inheritance.util.svg.Graph
 
addVersions(Map<String, Long>) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
Will merge the currently configured versions (if any) with the given map.
all() - Static method in class hudson.plugins.project_inheritance.projects.causes.BuildCauseOverride
 
all() - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector
 
all() - Static method in class hudson.plugins.project_inheritance.projects.rebuild.RebuildParameterFilter
 
all() - Static method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 
all() - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionChangeListener
Returns all the registered VersionChangeListener that construct classes derived from this abstract base class.
all() - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
This method returns all extensions for this extension point.
all() - Static method in class hudson.plugins.project_inheritance.util.BuildDiscardPreventer
Simple wrapper around Jenkins.getExtensionList(Class).
all(Class<AbstractProjectReference>) - Static method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 
all(String) - Static method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 
ALL - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
ALL - hudson.plugins.project_inheritance.views.RelatedProjectView.ProjectTypes
 
ALLOW_ADMIN - hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.RenameRestriction
 
ALLOW_ALL - hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.RenameRestriction
 
applyAgainstList(List<T>, InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector
This method scans through the given List and filters/merges the elements based on the instructions that the subclass delivers.
areAllVersionsUnstable() - Method in class hudson.plugins.project_inheritance.util.VersionsNotification
 
areIdentical(VersionedObjectStore.Version, VersionedObjectStore.Version) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
ArrowProperty - Class in hudson.plugins.project_inheritance.util.svg.properties
 
ArrowProperty(ColorProperty, boolean, double, double) - Constructor for class hudson.plugins.project_inheritance.util.svg.properties.ArrowProperty
Constructor to set all arrow properties.
AssignabilityChecker() - Constructor for class hudson.plugins.project_inheritance.util.Reflection.AssignabilityChecker
 
assigner - Static variable in class hudson.plugins.project_inheritance.util.Reflection
 
attach - Variable in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
AUTO - hudson.plugins.project_inheritance.projects.InheritanceProject.IMode
 

B

blockBuildWhenDownstreamBuilding() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
blockBuildWhenDownstreamBuilding(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
blockBuildWhenUpstreamBuilding() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
blockBuildWhenUpstreamBuilding(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
body - Variable in class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
 
BOLD - hudson.plugins.project_inheritance.util.svg.properties.TextProperty.STYLE
 
BOLDITALIC - hudson.plugins.project_inheritance.util.svg.properties.TextProperty.STYLE
 
bothNullOrEqual(Object, Object) - Static method in class hudson.plugins.project_inheritance.util.Helpers
Checks, if the given two objects are either both null, or equal according to their Object.equals(Object) method.
box - Variable in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
BTM - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
BTM_LEFT - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
BTM_MID - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
BTM_RIGHT - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
BUILD_WRAPPER - hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator.SELECTOR
 
BuildCauseOverride - Class in hudson.plugins.project_inheritance.projects.causes
This class serves as an extension point to enable plugins to contribute additional entries for Cause.
BuildCauseOverride() - Constructor for class hudson.plugins.project_inheritance.projects.causes.BuildCauseOverride
 
buildDependencyGraph(DependencyGraph) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method is called after a save to restructure the dependency graph.
BuildDiscardPreventer - Class in hudson.plugins.project_inheritance.util
This class servers as an extension point which, when extended, allow a plugin to prevent the deletion of a build.
BuildDiscardPreventer() - Constructor for class hudson.plugins.project_inheritance.util.BuildDiscardPreventer
 
BUILDER - hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator.SELECTOR
 
builderPriority - Variable in class hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioMap
 
BuildFlowScriptAction - Class in hudson.plugins.project_inheritance.projects.view
This class implements the action that allows you to see and download all the build steps that make up a particular run of a project.
BuildFlowScriptAction() - Constructor for class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
BuildFlowScriptAction.BuildFlowScriptActionDescriptor - Class in hudson.plugins.project_inheritance.projects.view
 
BuildFlowScriptActionDescriptor() - Constructor for class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction.BuildFlowScriptActionDescriptor
 
BuildFlowScriptExtension - Class in hudson.plugins.project_inheritance.projects.view
This class is an extension point to add new handlers for turning certain Builder into executable shell scripts
BuildFlowScriptExtension() - Constructor for class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
 
BuildViewExtension - Class in hudson.plugins.project_inheritance.projects.view
This class servers as an extension point to render additional configuration entries for a build action.
BuildViewExtension() - Constructor for class hudson.plugins.project_inheritance.projects.view.BuildViewExtension
 
buildWithParameters(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
buildWithParameters(StaplerRequest, StaplerResponse, TimeDuration) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
 
buildWrapperPriority - Variable in class hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioMap
 

C

CachedClassResolver() - Constructor for class hudson.plugins.project_inheritance.util.Reflection.CachedClassResolver
Creates a class resolver that does not clear its entries.
CachedClassResolver(Long) - Constructor for class hudson.plugins.project_inheritance.util.Reflection.CachedClassResolver
 
CacheEntry(Class<?>) - Constructor for class hudson.plugins.project_inheritance.util.Reflection.CachedClassResolver.CacheEntry
 
CachingInheritanceListService - Class in hudson.plugins.project_inheritance.projects.actions.service
Concrete implementation of InheritanceListService that obtains inheritance data from the job itself.
CachingInheritanceListService() - Constructor for class hudson.plugins.project_inheritance.projects.actions.service.CachingInheritanceListService
 
calcArrowPoints(Point2D.Double, Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.properties.ArrowProperty
 
callable - Variable in class hudson.plugins.project_inheritance.projects.view.scripts.MetaScript
This flag specifies, whether the file ought to be called from a control file -- or not.
callAll(AbstractProject<?, ?>, StaplerRequest) - Static method in class hudson.plugins.project_inheritance.projects.view.BuildViewExtension
 
calledFromClass(int, Class<?>...) - Static method in class hudson.plugins.project_inheritance.util.Reflection
This method determines whether or not it was called by an object derived from the InheritanceBuild class.
calledFromClass(Class<?>...) - Static method in class hudson.plugins.project_inheritance.util.Reflection
Wrapper for Reflection.calledFromClass(int, Class...), with the maxDepth set to 30.
calledFromClassNames(int, String...) - Static method in class hudson.plugins.project_inheritance.util.Reflection
 
calledFromClassNames(String...) - Static method in class hudson.plugins.project_inheritance.util.Reflection
 
calledFromMethod(Class<?>, int, String...) - Static method in class hudson.plugins.project_inheritance.util.Reflection
Determines whether or not at least one of the given methods from the given class are present in the call stack.
calledFromMethod(Class<?>, String...) - Static method in class hudson.plugins.project_inheritance.util.Reflection
Wrapper for Reflection.calledFromMethod(Class, int, String...), with the maxDepth set to 30.
caller - Variable in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
castToDescribableList(Object) - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
castToDestinationType(Object) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
This function should take an arbitrary Object o and cast it directly to T if possible; or return null if o is incompatible.
castToList(Object) - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
checkParameterSanity(InheritanceBuild, BuildListener) - Static method in class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
This checks if the assignment of all variables via Inheritance is sane and okay.
checkPermission(Permission) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
CHILD - hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship.Type
 
CHILDREN - hudson.plugins.project_inheritance.views.RelatedProjectView.Relationships
 
classAssignabilityMap - Variable in class hudson.plugins.project_inheritance.util.Reflection.AssignabilityChecker
This map stores for a class name, which other class names have been found to be assignable to it.
clazz - Variable in class hudson.plugins.project_inheritance.util.Reflection.CachedClassResolver.CacheEntry
 
clean() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
cleanup() - Method in class hudson.plugins.project_inheritance.util.ThreadAssocStore
 
cleanUp() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
cleanUp() - Method in class hudson.plugins.project_inheritance.projects.view.scripts.ShellBuildFlow
 
cleanUp(BuildListener) - Method in class hudson.plugins.project_inheritance.projects.InheritanceBuild.InheritanceBuildExecution
 
cleanUpThread() - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
The logical counterpart to BuildFlowScriptExtension.initThread(), but called after the last external call to the script generation is done.
clear(String) - Method in class hudson.plugins.project_inheritance.util.ThreadAssocStore
 
clear(Thread) - Method in class hudson.plugins.project_inheritance.util.ThreadAssocStore
 
clear(Thread, String) - Method in class hudson.plugins.project_inheritance.util.ThreadAssocStore
 
clear(O) - Method in class hudson.plugins.project_inheritance.util.TimedBuffer
This method removes all keys (and thus values) associated with the given object.
clearAll() - Method in class hudson.plugins.project_inheritance.util.TimedBuffer
This method clears everything in this buffer.
clearAll(K) - Method in class hudson.plugins.project_inheritance.util.TimedBuffer
This method clears all values associated with the given key across all objects.
clearBuffers(InheritanceProject) - Static method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
clearVersions() - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
 
clearVersionsPartial() - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
Same as VersionHandler.clearVersions(), but only clears "permanent" storage areas, that might leak into subsequent runs.
color - Variable in class hudson.plugins.project_inheritance.util.svg.properties.ColorProperty
 
color - Variable in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
colored_block() - Method in interface lib.CustomTagLib
 
colored_block(Closure<?>) - Method in interface lib.CustomTagLib
 
colored_block(Map<?, ?>) - Method in interface lib.CustomTagLib
 
colored_block(Map<?, ?>, Closure<?>) - Method in interface lib.CustomTagLib
 
ColorProperty - Class in hudson.plugins.project_inheritance.util.svg.properties
 
ColorProperty(Color, double, double, String) - Constructor for class hudson.plugins.project_inheritance.util.svg.properties.ColorProperty
 
compare(AbstractProjectReference, AbstractProjectReference) - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator
 
compareTo(Project) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
compareTo(InheritanceProject.Dependency) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.Dependency
 
compareTo(InheritanceProject.ParameterDerivationDetails) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.ParameterDerivationDetails
 
compareTo(Object) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
compatibilityAlias() - Static method in class hudson.plugins.project_inheritance.projects.causes.ReferenceUserIdCause
 
compatibleProjects - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
This list stores references to the projects this project was marked as being compatible with.
COMPATIBLES - hudson.plugins.project_inheritance.views.RelatedProjectView.Relationships
 
contains(TopLevelItem) - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
contains(SVGRectangle.AttachPoints) - Method in enum hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
content - Variable in class hudson.plugins.project_inheritance.projects.view.scripts.MetaScript
The content of the script file.
copyOnRename - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
copySortParameters(List<ParameterDefinition>) - Static method in class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
 
copyWithDefaultValue(ParameterValue) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
This function creates a new ParameterDefinition that carries the given value as the default value.
copyWithDefaultValue(ParameterValue) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
 
CORNERS - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
createBuffers() - Static method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
createConfigureVersionsPermission() - Static method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This blank static initializer method will ensure that the class is loaded on start-up and that the VERSION_CONFIG permission is created.
createConnection(SVGPrimitive, SVGPrimitive, ColorProperty) - Static method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
createConnection(SVGPrimitive, SVGPrimitive, ColorProperty, ArrowProperty) - Static method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
 
createFor(AbstractProject) - Method in class hudson.plugins.project_inheritance.projects.actions.InheritanceListActionFactory
Creates and returns one single InheritanceListAction that will be added to the given job.
createNextVersion() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
This method creates the next version and copies all key/value object entries from the previous one.
createNextVersionAsEmpty() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
Creates the next version with an empty key/value object mapping.
createNextVersionWithMapping(Map<String, Object>) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
createTgzArchive(File, List<MetaScript>) - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
createTransientActions() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Overrides the super-function to always return an empty list.
createValue(String) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
Same as InheritableStringParameterDefinition.createValue(StaplerRequest, JSONObject), only with a simple assignment of the value, which happens when the user uses the API directly, instead of going through the WebUI.
createValue(StaplerRequest, JSONObject) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
This function is invoked, when the user creates the value from an HTML form request.
createVersionAwareTransientActions() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Creates a list of temporary Actions as they are contributed by the various Builders, Publishers, etc.
creationClass - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
This stores the name of the creation class this project falls in.
CreationClass(String, String) - Constructor for class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationClass
 
CreationClass_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.creation.Messages
Key CreationClass.DisplayName: Project Type.
creationClasses - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
creationClassesDescriptors - Static variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
creationExecutor - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
CreationItemListener - Class in hudson.plugins.project_inheritance.projects.creation
 
CreationItemListener() - Constructor for class hudson.plugins.project_inheritance.projects.creation.CreationItemListener
 
CreationMating(String, String, String) - Constructor for class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating
 
CreationMating_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.creation.Messages
Key CreationMating.DisplayName: Project Type Combination.
cull() - Method in class hudson.plugins.project_inheritance.util.TimedBuffer
This method will remove all entries that aged beyond the assigned timeout.
currentUserMayRename() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
CustomTagLib - Interface in lib
 

D

decideWorkspace(Node, WorkspaceList) - Method in class hudson.plugins.project_inheritance.projects.InheritanceBuild.InheritanceBuildExecution
This function will check if the parent project is set up to construct the workspace path from a string containing assigned variables, instead of a fixed path.
decodedVersionMaps - Static variable in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
 
decodeUrlParameter(String) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
 
delete() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
Dependency(String, String...) - Constructor for class hudson.plugins.project_inheritance.projects.InheritanceProject.Dependency
 
Dependency(String, List<String>) - Constructor for class hudson.plugins.project_inheritance.projects.InheritanceProject.Dependency
 
description - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationClass
 
description - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating
 
description - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject.InheritedVersionInfo
 
DESCRIPTOR - Static variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationClass
 
DESCRIPTOR - Static variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating
 
DESCRIPTOR - Static variable in class hudson.plugins.project_inheritance.projects.creation.ProjectTemplate
 
DESCRIPTOR - Static variable in class hudson.plugins.project_inheritance.projects.creation.ProjectWizard
 
DESCRIPTOR - Static variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
DescriptorImpl() - Constructor for class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationClass.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.plugins.project_inheritance.views.RelatedProjectView.DescriptorImpl
 
DISALLOW_ALL - hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.RenameRestriction
 
disallowVanillaArchiver - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
distance - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship
 
doBuild(StaplerRequest, StaplerResponse, TimeDuration) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Executes a build started from the GUI.
doBuildSpecificVersion(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method is used, when the user wishes to build a very specific version of this project or its parents.
doBuildWithParameters(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
doCheckBuilderPriority(String) - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference.OrderedProjectReferenceDescriptor
 
doCheckBuildWrapperPriority(String) - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference.OrderedProjectReferenceDescriptor
 
doCheckDefaultValue(String) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.DescriptorImpl
 
doCheckDefaultValue(String) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition.DescriptorImpl
 
doCheckFirstClass(String, String) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating.DescriptorImpl
 
doCheckMiscPriority(String) - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference.OrderedProjectReferenceDescriptor
 
doCheckName(String, InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.DescriptorImpl
 
doCheckName(String, String, InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
Checks whether the "name" field is sensible.
doCheckNumberOfMates(String, String) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating.DescriptorImpl
 
doCheckParameterPriority(String) - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference.OrderedProjectReferenceDescriptor
 
doCheckPublisherPriority(String) - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference.OrderedProjectReferenceDescriptor
 
doCheckSecondClass(String, String) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating.DescriptorImpl
 
doCheckVariance(String) - Method in class hudson.plugins.project_inheritance.projects.references.ParameterizedProjectReference.ParameterizedReferenceDescriptor
 
doComputeVersionDiff(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
doConfigDotXml(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Accepts config.xml submission, as well as serve it.
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
doConfigSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
This method contains the necessary steps to re-build a Project based on the altered parameters present in the StaplerRequest.
doConfigVersionsSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
doCreateItem(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
doCreateProjects(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
This starts the job creation and redirects the user to the result page.
doDoDelete(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
doDownload() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
Creates an HttpResponse that will send a TGZ containing build scripts.
doFillCreationClassFilterItems() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView.DescriptorImpl
 
doFillCreationClassItems() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
doFillFirstClassItems() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating.DescriptorImpl
 
doFillInheritanceModeItems() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.DescriptorImpl
 
doFillNameItems() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectTemplate.ProjectTemplateDescriptor
 
doFillNameItems() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectWizard.ProjectWizardDescriptor
 
doFillNameItems(String, InheritanceProject, String, String) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition.DescriptorImpl
Fills the name select box, with all parameters from a pool of referenced jobs.
doFillNameItems(String, String) - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
 
doFillProjectClassItems() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
Wrapper around InheritanceProject.DescriptorImpl.doFillCreationClassItems() to account for slightly different field names used by BuildFlowScriptAction's groovy scripts.
doFillProjectClassItems() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction.BuildFlowScriptActionDescriptor
 
doFillProjectNameItems() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView.DescriptorImpl
 
doFillRenameRestrictionItems() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.ProjectCreationEngineDescriptor
 
doFillSecondClassItems() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating.DescriptorImpl
 
doFillUserDesiredVersionItems() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
doFillWhitespaceModeItems() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.DescriptorImpl
 
doGetConfigAsXML(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method displays the configuration as a complete XML dump.
doGetParamDefaultsAsXML() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method dumps the default values of all parameters (even derived ones) into an XML file.
doGetParamExpansionsAsXML() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method dumps the full expansion of all parameters (even derived ones) based on their default values into an XML file.
doGetVersionsAsCompressedXML() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method dumps the version store as serialized, GZIP compressed, Base64 encoded XML.
doGetVersionsAsXML() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method dumps the version store as serialized XML.
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.view.ReadOnlyConfigurationArchive
 
doRenderSVGRelationGraph() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
doRun(BuildListener) - Method in class hudson.plugins.project_inheritance.projects.InheritanceBuild.InheritanceBuildExecution
 
doSubmitChildJobCreation(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
dropProjectToBeCreatedTransient(String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
dumpConfigToNewVersion() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Wrapper around InheritanceProject.dumpConfigToNewVersion(String) with an empty message.
dumpConfigToNewVersion(String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method takes the current configuration and dumps all relevant fields into the versioning-store.
dumpConfigToVersion(VersionedObjectStore.Version) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method implements the actual association of a set of objects with a given version.

E

enableApplyButton - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
enableCreation - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
enableLeakedLogCleaner - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
Deprecated.
since 19.05.01
encodeUrlParameter(InheritanceProject) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
 
encodeUrlParameter(Map<String, Long>) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
 
end - Variable in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
ensurePathCorrect(Node, String) - Method in class hudson.plugins.project_inheritance.util.NodeFileSeparator
Ensures that the given path uses the right file separator for the given node.
equals(Object) - Method in class hudson.plugins.project_inheritance.projects.causes.ReferenceUserIdCause
equals(Object) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.ParameterDerivationDetails
 
equals(Object) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
ExecutabilityFilter - Class in hudson.plugins.project_inheritance.projects.references.filters
This filters a list of projects down to those, that can be potentially executed.
ExecutabilityFilter() - Constructor for class hudson.plugins.project_inheritance.projects.references.filters.ExecutabilityFilter
 
expandHyperlink() - Method in interface lib.CustomTagLib
 
expandHyperlink(Closure<?>) - Method in interface lib.CustomTagLib
 
expandHyperlink(Map<?, ?>) - Method in interface lib.CustomTagLib
 
expandHyperlink(Map<?, ?>, Closure<?>) - Method in interface lib.CustomTagLib
 
ExtendedBuildHistoryWidget - Class in hudson.plugins.project_inheritance.widgets
 
ExtendedBuildHistoryWidget(Queue.Task, Iterable<InheritanceProject>, HistoryWidget.Adapter<? super InheritanceProject>) - Constructor for class hudson.plugins.project_inheritance.widgets.ExtendedBuildHistoryWidget
 
EXTENSIBLE - hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.IModes
 

F

fieldName - Variable in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
file - Variable in class hudson.plugins.project_inheritance.projects.view.scripts.MetaScript
The file path that should be used for the script file.
fill - Variable in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
fillHead - Variable in class hudson.plugins.project_inheritance.util.svg.properties.ArrowProperty
 
filterApplies(InheritanceProject) - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
filterEnv(Map<String, String>) - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
Static wrapper for BuildFlowScriptExtension.filterEnvironment(Map) over all extensions.
filterEnvironment(Map<String, String>) - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
Override this method to filter environment variables set at the beginning of the script.
filterEnvironment(Map<String, String>) - Method in class hudson.plugins.project_inheritance.projects.view.scripts.ShellBuildFlow
 
filters - Variable in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
 
filterVersionMap(Map<String, Long>) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method simplifies the given versioning map, by removing all versions that superfluous.
finalize() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
firstClass - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating
 
FIXED - hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.IModes
 
fontName - Variable in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
fontSzPx - Variable in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 

G

generateExecutableCompoundScript(AbstractBuild<?, ?>, List<Builder>, String, Map<String, String>) - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
generateNameFor(String, String...) - Static method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
generateNameFor(String, List<String>) - Static method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
generateResponse(StaplerRequest, StaplerResponse, Object) - Method in class hudson.plugins.project_inheritance.projects.view.ReadOnlyConfigurationArchive
 
get(O, K) - Method in class hudson.plugins.project_inheritance.util.TimedBuffer
 
getAbsoluteUrl() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getAcceptableErrorUrls() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
Returns the list of error URLs that are safe to ignore when checking the validation fields of the job configuration files.
getAcceptableErrorUrlsList() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
Returns the list of error URLs that are safe to ignore when checking the validation fields of the job configuration files.
getACL() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getActions() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getActions(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getAllInheritedVersionsList() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getAllInheritedVersionsList(InheritanceBuild) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Returns the versions for all parent projects (including the current one) based on the information in the given build.
getAllInheritedVersionsList(InheritanceProject, InheritanceBuild) - Static method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getAllJobs() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getAllParentReferences(ProjectReference.PrioComparator.SELECTOR) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method returns a list of all parent references.
getAllParentReferences(ProjectReference.PrioComparator.SELECTOR, boolean) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Wrapper for InheritanceProject.getAllParentReferences(ProjectReference.PrioComparator.SELECTOR), but will add a reference to this project too, if needed.
getAllProperties() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getAllProperties(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getAllRelations() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
getAllScopedParameterDefinitions(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector
Returns all parameter definitions that are involved in generating parameter values.
getAllValueMaps() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
getAllVersions() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
Returns a new set of all versions, sorted by their ID in ascending order.
getAllVersionsSince(Long) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
gets all the more recent version ids since the sinceVersionId
getAssignedLabel() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getAssignedLabel(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getAssignedLabelString() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getAttachmentPoints() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
 
getAttachmentPoints() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
getAttachmentPoints() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLink
 
getAttachmentPoints() - Method in interface hudson.plugins.project_inheritance.util.svg.primitives.SVGPrimitive
Returns the list of points to which other elements (especially arrows) can be attached.
getAttachmentPoints() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
getAttachmentPoints() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
getAttachmentPoints() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
getAwtFontStyle() - Method in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
getBashControlFile(File, String, List<MetaScript>, Map<String, String>, boolean) - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
This method generates a "build.sh" Bash control file for the given script files.
getBounds() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
 
getBounds() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
getBounds() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLink
 
getBounds() - Method in interface hudson.plugins.project_inheritance.util.svg.primitives.SVGPrimitive
Returns the outer, rectangular bounds of this primitive.
getBounds() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
getBounds() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
getBounds() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
getBrokenLine(String) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
getBrokenLines() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
getBuild() - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
 
getBuild() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
getBuild(StaplerRequest) - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
 
getBuild(StaplerRequest) - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
getBuildCauseOverride(StaplerRequest) - Method in class hudson.plugins.project_inheritance.projects.causes.BuildCauseOverride
 
getBuildCauseOverride(StaplerRequest) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This is a copy (not a wrapper) of getBuildCause() in AbstractProject.
getBuildCauseOverrideByAll(StaplerRequest) - Static method in class hudson.plugins.project_inheritance.projects.causes.BuildCauseOverride
Compiles a list of all Cause to be contributed to the build.
getBuildClass() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getBuildDir() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getBuildDiscarder() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getBuildDiscarder(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Inheritance-aware wrapper for InheritanceProject.getBuildDiscarder()
getBuilderPriority() - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference
 
getBuildersFor(AbstractProject<?, ?>) - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
Returns the list of build steps for a given project, or an empty list if the project is invalid or has no builders.
getBuildersFor(Map<String, Long>, Class<?>) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getBuildersList() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getBuildersList(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getBuildersListForVersion(Long) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getBuildWrapperPriority() - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference
 
getBuildWrappersList() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getBuildWrappersList(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getCategoryId() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectWizard.ProjectWizardDescriptor
 
getCategoryId() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
getChildJobs() - Method in class hudson.plugins.project_inheritance.projects.actions.InheritanceListAction
Retrieves the jobs that are the immediate descendants of our job.
getChildJobs(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.actions.service.CachingInheritanceListService
Retrieves the immediate descents of the given job.
getChildJobs(InheritanceProject) - Method in interface hudson.plugins.project_inheritance.projects.actions.service.InheritanceListService
Retrieves the immediate descents of the given job.
getChildrenByBuildDate(Map<InheritanceProject, InheritanceProject.Relationship>) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Returns the children in this relationship map ordered by last build start time, if a last build exists
getChildrenProjects() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getCmdControlFile(File, String, List<MetaScript>, Map<String, String>, boolean) - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
This method generates a "build.bat" windows CMD control file for the given script files
getColumns() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
getCompatibleProjects() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getCompatibleProjects(ProjectReference.PrioComparator.SELECTOR) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getConfigFile() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getConfiguredProject() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
getConfiguredProject(StaplerRequest) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
This method identifies the project under configuration.
getConnectionGraph() - Static method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getCopyOnRename() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getCreationClass() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getCreationClasses() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getCreationClassesDescriptors() - Static method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getCreationClassFilter() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
getCurrentVersionNotification() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getCustomWorkspace() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getCustomWorkspace(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getDefault() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.ParameterDerivationDetails
 
getDefaultParameterValue() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
Returns the default value for this parameter.
getDependentProjects(AbstractProject<?, ?>) - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
This method returns the dependent projects and will be called by BuildFlowScriptExtension.getDependentProjectsFor(AbstractProject, Map), so that the individual extension does not have to care about versioning.
getDependentProjects(AbstractProject<?, ?>) - Method in class hudson.plugins.project_inheritance.projects.view.scripts.ShellBuildFlow
 
getDependentProjectsFor(AbstractProject<?, ?>, Map<String, Long>) - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
This method returns the list of dependent projects for the given project and versioning map.
getDescription() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getDescription() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectWizard.ProjectWizardDescriptor
 
getDescription() - Method in class hudson.plugins.project_inheritance.projects.InheritableProjectsCategory
 
getDescription() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
getDescription() - Method in enum hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship.Type
 
getDescription() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
 
getDescription() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
getDescriptor() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getDescriptor() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectTemplate
 
getDescriptor() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectWizard
 
getDescriptor() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Returns the Descriptor for the parent object.

The returned object should be a class-singleton that can be used to create an instance of its parent class and thereafter display a configuration dialog.
As such, this class has the responsibility of creating a suitable instance, serving up the HTML/Jelly configuration fields, reading their values and modifying the created instance accordingly.

Do note that the configuration-dialog for the object is displayed after the instance was created.
getDescriptor() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
We need to override this method do prevent Jenkins from trying to register this class as a "real" property worthy of inclusion in the configuration view.
getDescriptor() - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 
getDescriptor() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
getDescriptor() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getDescriptor(Class<? extends AbstractProjectReference>) - Static method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 
getDescriptorStatic() - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
getDetail() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.ParameterDerivationDetails
 
getDisallowVanillaArchiver() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.actions.InheritanceListAction
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.actions.VersioningAction
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationClass.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.ProjectCreationEngineDescriptor
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectWizard.ProjectWizardDescriptor
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.InheritableProjectsCategory
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.references.ParameterizedProjectReference.ParameterizedReferenceDescriptor
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference.OrderedProjectReferenceDescriptor
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference.SimpleParameterizedReferenceDescriptor
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.references.SimpleProjectReference.SimpleProjectReferenceDescriptor
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction.BuildFlowScriptActionDescriptor
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getDisplayName() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView.DescriptorImpl
 
getEdgesFor(T) - Method in class hudson.plugins.project_inheritance.util.svg.Graph
 
getElements() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
getElements() - Method in class hudson.plugins.project_inheritance.util.svg.renderers.SVGGraphRenderer
This method returns all drawables defined by the current graph.
getElements() - Method in class hudson.plugins.project_inheritance.util.svg.renderers.SVGTreeRenderer
 
getEnableApplyButton() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getEnableCreation() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getEnableReflectionCaching() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getEnvFor(AbstractBuild<?, ?>, TaskListener) - Static method in class hudson.plugins.project_inheritance.util.Resolver
 
getFromFormRequest(StaplerRequest) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
Decodes the versions stored in the form-part of the given request.
getFromName(String) - Static method in enum hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.IModes
 
getFromProject(AbstractProject<?, ?>) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
This method loads the map of versions from the parameters passed in via the current StaperRequest's URL.
getFromRequest() - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
Attempts to read the active versions from the current request, no matter if stored as inside the URL parameters or the form part of the request.
getFromUrlParameter() - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
This method loads the map of versions from the parameters passed in via the current StaperRequest's URL.
getFullDisplayName() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getFullName() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getFullScopeOrdered(InheritanceProject, ProjectReference.PrioComparator.SELECTOR, Set<String>) - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
Returns the list of parents of a given job (including the given root), ordered according to the given selector.
getFullUrlParameter(String) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
 
getFullUrlParameter(Map<String, Long>) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
 
getHasCustomQuietPeriod() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getHeightOfLine() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
getHelpFile() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.DescriptorImpl
 
getHelpFile() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition.DescriptorImpl
 
getIconClassName() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectWizard.ProjectWizardDescriptor
 
getIconClassName() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
getIconFileName() - Method in class hudson.plugins.project_inheritance.projects.actions.InheritanceListAction
getIconFileName() - Method in class hudson.plugins.project_inheritance.projects.actions.VersioningAction
 
getIconFileName() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getIconFileName() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getIconFileName() - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
 
getIconFileName() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
getIconFilePathPattern() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
getId() - Method in class hudson.plugins.project_inheritance.projects.InheritableProjectsCategory
 
getInheritanceMode() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
getInheritanceModeAsVar() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
getInheritanceModeAsVar() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
 
getInstance() - Static method in class hudson.plugins.project_inheritance.util.ThreadAssocStore
 
getIsHidden() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
getIsHidden() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
 
getIsTransient() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getItem(String) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getItems() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getItems() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
getJobPropertyDescriptors(Class<? extends Job>, boolean, String...) - Static method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getLastCreationState() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getLatestStable() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
getLatestVersion() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getLatestVersion() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
This retrieves the actual last versioned object.
getLeaves(Set<T>) - Method in class hudson.plugins.project_inheritance.util.svg.Graph
This function returns terminal leaf nodes.
getLocalTimestamp() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
getLocationString(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
This method returns the chain of project names that contribute to the final value of the current parameter.
getLocationStringViaStapler() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
getLogRotator() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Deprecated.
getLogRotator(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Deprecated.
getMatingDescriptors() - Static method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getMatings() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getMergeWithOther(ParameterDefinition) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
getMinimalInboundEdgeNodes(Set<T>) - Method in class hudson.plugins.project_inheritance.util.svg.Graph
This function returns all those nodes that have the current minimum number of inbound edges.
getMinimalOutboundEdgeNodes(Set<T>) - Method in class hudson.plugins.project_inheritance.util.svg.Graph
This function returns all those nodes that have the current minimum of outbound edges.
getMinToShow() - Method in class hudson.plugins.project_inheritance.projects.InheritableProjectsCategory
 
getMiscPriority() - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference
 
getMissingDependencies() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Checks if there are missing dependencies somewhere in the inheritance or automated compound generation.
getModeFor(Class<?>) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector
This method decides which mode should be used for the given class, if your selector supports that type at all!
getModeFor(Class<?>) - Method in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector
 
getMustBeAssigned() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
getMustBeAssigned() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
 
getMustHaveDefaultValue() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
getMustHaveDefaultValue() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
Will fetch that field from its nearest parent; using the rootProperty
getName() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectTemplate
 
getName() - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 
getName() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getNearestTo(Long) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
getNodes() - Method in class hudson.plugins.project_inheritance.util.svg.Graph
 
getNotificationMessage() - Method in class hudson.plugins.project_inheritance.util.VersionsNotification
Returns the message associated with this notification
getNumberOfProjects() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationClass
 
getNumNodes() - Method in class hudson.plugins.project_inheritance.util.svg.Graph
 
getObject(VersionedObjectStore.Version, String) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
getObject(Long, String) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
getObjectIdentifier(JobProperty<?>) - Method in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector
 
getObjectIdentifier(T) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector
This method returns an identifier for the given object.
getOrder() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.ParameterDerivationDetails
 
getOverrides() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getOverrides(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getParameterDefinitionSubset(boolean) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
 
getParameterDerivationList() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getParameterizedWorkspace() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getParameterizedWorkspace(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getParameterName() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.ParameterDerivationDetails
 
getParameterPriority() - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference
 
getParameters() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getParameters() - Method in class hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference
 
getParameters(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getParameterSanity() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method checks if the current project has a valid set of parameters through inheritance.
getParametersFor(StaplerRequest) - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
 
getParametersFor(StaplerRequest, Boolean) - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
 
getParameterValues(Run<?, ?>) - Static method in class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
 
getParent() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
This works like InheritableStringParameterReferenceDefinition.getParent(InheritanceProject), only that it tries to grab the current Project from the current stapler request.
getParent() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getParent(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
This method returns the InheritableStringParameterDefinition that is the parent of this reference, but is not a reference itself.
getParentJobs() - Method in class hudson.plugins.project_inheritance.projects.actions.InheritanceListAction
Retrieves the jobs that are the immediate parents of our job.
getParentJobs(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.actions.service.CachingInheritanceListService
Retrieves the immediate parents of the given job.
getParentJobs(InheritanceProject) - Method in interface hudson.plugins.project_inheritance.projects.actions.service.InheritanceListService
Retrieves the immediate parents of the given job.
getParentProjects() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Returns the immediate parents of this job in the order they have on the config page.
getParentReferences() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getParentReferences(ProjectReference.PrioComparator.SELECTOR) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getPriorityFor(AbstractProjectReference, ProjectReference.PrioComparator.SELECTOR) - Static method in class hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator
 
getProject() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectTemplate
 
getProject() - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
Returns the InheritanceProject associated with the current StaplerRequest.
getProject() - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
Returns the project associated with this reference.
getProject() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
Returns the project associated with the build this action is configured on.
getProject(StaplerRequest) - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
This method returns the InheritanceProject associated with the given request; if any are.
getProject(StaplerRequest) - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
This method returns the InheritanceProject associated with the given request; if any are.
getProjectAndDetail() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.ParameterDerivationDetails
 
getProjectByName(String) - Static method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getProjectFromRequest(StaplerRequest) - Static method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getProjectName() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.ParameterDerivationDetails
 
getProjectReferences() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
getProjectsMap() - Static method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Deprecated.
Do not use this function anymore, as its caching is somewhat unreliable in certain situations and it might cause deadlocks as it iterates over all items registered in Jenkins.
getProjectVersions() - Method in class hudson.plugins.project_inheritance.projects.InheritanceBuild
 
getPronoun() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getProperties() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getProperties(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getProperty(Class<T>) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getProperty(Class<T>, InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getProperty(String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getProperty(String, InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getPublisherPriority() - Method in class hudson.plugins.project_inheritance.projects.references.ProjectReference
 
getPublishersList() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
getPublishersList(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getQuietPeriod() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getQuietPeriodObject() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawActions() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawAllProperties() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method will fetch all properties defined for the current project and only those defined on it.
getRawAssignedLabel() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawBlockBuildWhenDownstreamBuilding() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawBlockBuildWhenUpstreamBuilding() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawBuildersList() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawBuildWrappersList() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawCompatibleProjects() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawCustomWorkspace() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawField(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
getRawParameterizedWorkspace() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawParentReferences() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawPublishersList() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawQuietPeriod() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawScm() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawScmCheckoutRetryCount() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawScmCheckoutStrategy() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawTrigger(Class<T>) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRawTriggers() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRebuildBuildId() - Method in class hudson.plugins.project_inheritance.projects.rebuild.RebuildCause
identify the build id of the project related to rebuild
getReferencedJobs() - Method in interface hudson.plugins.project_inheritance.projects.references.Referencer
This method returns the set of all job names referenced by this class.
getReferencedProjects(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.DescriptorImpl
Determines the set of projects referenced from the given project (including the current project).
getRelatedProjects() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRelationships() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRelationshipsOfType(InheritanceProject.Relationship.Type) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getRelativeNameFrom(Item) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getRelativeNameFrom(ItemGroup) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getRelativePath(String, String, String) - Static method in class hudson.plugins.project_inheritance.util.PathMapping
Get the relative path from one file to another, specifying the directory separator.
getRenameRestriction() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getRenameRestrictionValue() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getResolvedBuildParameters(AbstractBuild<?, ?>) - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
getResolvedBuildParameters(InheritanceProject) - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
getRGB24() - Method in class hudson.plugins.project_inheritance.util.svg.properties.ColorProperty
 
getRGB24Hex() - Method in class hudson.plugins.project_inheritance.util.svg.properties.ColorProperty
 
getRGB32() - Method in class hudson.plugins.project_inheritance.util.svg.properties.ColorProperty
 
getRootDir() - Method in class hudson.plugins.project_inheritance.projects.InheritanceBuild
getRootDir() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method tells this class and all its superclass's which directory to use for storing stuff.
getRootDir() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getRootDirFor(T) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getSafePath(String) - Static method in class hudson.plugins.project_inheritance.util.PathMapping
 
getScm() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getScm(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getScmCheckoutRetryCount() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getScmCheckoutRetryCountObject() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getScmCheckoutStrategy() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getScmCheckoutStrategy(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getScopedParameterDefinition(InheritanceProject, String) - Method in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector
 
getScriptsFor(File, AbstractProject<?, ?>, AbstractBuild<?, ?>, Builder, Map<String, String>, AtomicInteger) - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
This method asks the extension to handle the given builder and return a valid set of scripts along with some metadata of how to handle it.
getScriptsFor(File, AbstractProject<?, ?>, AbstractBuild<?, ?>, Builder, Map<String, String>, AtomicInteger) - Method in class hudson.plugins.project_inheritance.projects.view.scripts.ShellBuildFlow
 
getScriptsFor(File, AbstractProject<?, ?>, AbstractBuild<?, ?>, List<Builder>, Map<String, String>, AtomicInteger) - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
Uses the registered BuildFlowScriptExtension instances to turn the list of builders into a list of MetaScript instances that can be used in a script.
getSearch() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getSearchIndex() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getSearchName() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getSearchUrl() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getSelectedRelations() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
getSepFor(Node) - Method in class hudson.plugins.project_inheritance.util.NodeFileSeparator
Returns the separator for that node -- if possible to be retrieved.
getShortDescription() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectTemplate
 
getShortDescription() - Method in class hudson.plugins.project_inheritance.projects.rebuild.RebuildCause
getShortUrl() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getSizeAsPts() - Method in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
getSizeAsPx() - Method in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
getSortedCopy(List<AbstractProjectReference>, ProjectReference.PrioComparator.SELECTOR) - Static method in class hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator
 
getSpanningTree() - Method in class hudson.plugins.project_inheritance.util.svg.Graph
 
getStability() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
getStabilityString() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
getStableVersion() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getStableVersions() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getSubmittedFormSafely(StaplerRequest) - Static method in class hudson.plugins.project_inheritance.projects.view.BuildViewExtension
Calling getSubmittedForm, if no form is present in a StaplerRequest will throw an ugly exception.
getSubTasks() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This needs to be overridden, because AbstractProject reads the properties field directly; which circumvents inheritance.
getSVGDetail() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getSVGDetail() - Method in interface hudson.plugins.project_inheritance.util.svg.SVGNode
Returns a multi-line string containing a detailed description of the node.
getSVGLabel() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getSVGLabel() - Method in interface hudson.plugins.project_inheritance.util.svg.SVGNode
Returns the unique, one-line label for the node.
getSVGLabelLink() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getSVGLabelLink() - Method in interface hudson.plugins.project_inheritance.util.svg.SVGNode
The link to the node through the browser.
getSVGRelationGraph() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getTemplates() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getText() - Method in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
getTrigger(Class<T>) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Gets the specific trigger, or null if the property is not configured for this job.
getTrigger(Class<T>, InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getTriggerOnChange() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getTriggerOnStartup() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getTriggers() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Returns all triggers defined on this project; or if detected to be necessary, also all parents.
getTriggers(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getTruncatedDescription() - Method in class hudson.plugins.project_inheritance.projects.InheritanceBuild
 
getTypeFilter() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
getUrl() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getURL() - Method in class hudson.plugins.project_inheritance.projects.view.ReadOnlyConfigurationArchive
 
getUrlChildPrefix() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
getUrlName() - Method in class hudson.plugins.project_inheritance.projects.actions.InheritanceListAction
getUrlName() - Method in class hudson.plugins.project_inheritance.projects.actions.VersioningAction
 
getUrlName() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
getUrlName() - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
 
getUrlName() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
getUrlRebuildBuildId() - Method in class hudson.plugins.project_inheritance.projects.rebuild.RebuildCause
url of the build id
getUserDesiredVersion() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Returns the currently desired version in the request state as a String.
getUsername() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
Returns the name of the user that created this version.
getUserName() - Method in class hudson.plugins.project_inheritance.projects.causes.ReferenceUserIdCause
Get the unique username string that identifies the build was a reference cause
getUserNotificationFor(Long) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
This method generates a notification to the user, depending on what type of version currently being edited: user is editing an unstable version (Warning) user is editing the last stable version which is not the last version (Warning) user is editing the last stable version which is the last version (Info) user is editing some stable version which is not the latest stable version (Warning)
getValue(String) - Method in class hudson.plugins.project_inheritance.util.ThreadAssocStore
 
getValue(Thread, String) - Method in class hudson.plugins.project_inheritance.util.ThreadAssocStore
 
getValueMapFor(Long) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
This returns an immutable map that wraps around the key/value object map associated with the given version.
getValuePage() - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
 
getValuePage() - Method in class hudson.plugins.project_inheritance.projects.view.BuildViewExtension
 
getVariance() - Method in class hudson.plugins.project_inheritance.projects.references.ParameterizedProjectReference
 
getVarianceParameters() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getVersion(InheritanceProject) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
 
getVersion(Long) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
getVersionedField(InheritanceProject, Long) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
getVersionedObjectStore() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getVersionFile() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getVersionFrom(InheritanceProject, Map<String, Long>) - Static method in class hudson.plugins.project_inheritance.projects.InheritanceProject.InheritedVersionInfo
 
getVersionIDs() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getVersions() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
getVersions() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.InheritedVersionInfo
 
getVersions() - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
Tries to fetch pre-initialised versioning information.
getWhitespaceMode() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
getWhitespaceModeAsVar() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
getWhitespaceModeAsVar() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
 
getWhyKeepLog() - Method in class hudson.plugins.project_inheritance.projects.InheritanceBuild
 
getWhyKeepLog(InheritanceBuild) - Method in class hudson.plugins.project_inheritance.util.BuildDiscardPreventer
Same behaviour and role as Run.getWhyKeepLog() -- only as an extension point.
getWidgets() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
The above is overridden in a way, that the Build-History widget is removed if the build is abstract and can't be run anyway.
getWidthOfLine(String) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
getWithTimestamp(O, K) - Method in class hudson.plugins.project_inheritance.util.TimedBuffer
 
getWorkspacePathFor(Node, InheritanceProject, Map<String, String>) - Static method in class hudson.plugins.project_inheritance.projects.InheritanceBuild
 
graph - Variable in class hudson.plugins.project_inheritance.util.svg.renderers.SVGGraphRenderer
 
Graph<T> - Class in hudson.plugins.project_inheritance.util.svg
This class implements a very simple directed graph.
Graph() - Constructor for class hudson.plugins.project_inheritance.util.svg.Graph
 

H

HadToConvertErrorException(Throwable) - Constructor for exception hudson.plugins.project_inheritance.projects.InheritanceBuild.HadToConvertErrorException
 
handleSingleton(JobProperty<?>, InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector
This method is triggered, when a singleton is encountered -- either after everything has been merged or there is only a single value left.
handleSingleton(T, InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector
This function will be called with the final object that was selected to be returned to Jenkins during application of this selector.
hasCustomScmCheckoutRetryCount() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
hasCyclicDependency() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Wrapper for InheritanceProject.hasCyclicDependency(String...) with no new project references added on top of the existing ones.
hasCyclicDependency(boolean, String...) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Tests if this project's configuration leads to a cyclic, diamond or multiple dependency.

See cycle detection and diamond problem.
hasCyclicDependency(String[]) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Wrapper around InheritanceProject.hasCyclicDependency(boolean, String...), with addExisting set to true.
hashCode() - Method in class hudson.plugins.project_inheritance.projects.causes.ReferenceUserIdCause
hashCode() - Method in class hudson.plugins.project_inheritance.projects.rebuild.RebuildCause
hashCode() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
hasPermission(Permission) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
hasStablesAfter() - Method in class hudson.plugins.project_inheritance.util.VersionsNotification
 
hasStablesBefore() - Method in class hudson.plugins.project_inheritance.util.VersionsNotification
 
head - Variable in class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
 
headAngle - Variable in class hudson.plugins.project_inheritance.util.svg.properties.ArrowProperty
 
headLen - Variable in class hudson.plugins.project_inheritance.util.svg.properties.ArrowProperty
 
height - Variable in class hudson.plugins.project_inheritance.util.svg.renderers.SVGGraphRenderer
 
Helpers - Class in hudson.plugins.project_inheritance.util
 
Helpers() - Constructor for class hudson.plugins.project_inheritance.util.Helpers
 
hetero_list() - Method in interface lib.CustomTagLib
 
hetero_list(Closure<?>) - Method in interface lib.CustomTagLib
 
hetero_list(Map<?, ?>) - Method in interface lib.CustomTagLib
 
hetero_list(Map<?, ?>, Closure<?>) - Method in interface lib.CustomTagLib
 
HORIZ - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
horizLineDist - Variable in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
HttpStatusException - Exception in hudson.plugins.project_inheritance.util.exceptions
 
HttpStatusException(int, String) - Constructor for exception hudson.plugins.project_inheritance.util.exceptions.HttpStatusException
 
HttpStatusException(int, String, Throwable) - Constructor for exception hudson.plugins.project_inheritance.util.exceptions.HttpStatusException
 
HttpStatusException(int, Throwable) - Constructor for exception hudson.plugins.project_inheritance.util.exceptions.HttpStatusException
 
hudson.plugins.project_inheritance.projects - package hudson.plugins.project_inheritance.projects
 
hudson.plugins.project_inheritance.projects.actions - package hudson.plugins.project_inheritance.projects.actions
 
hudson.plugins.project_inheritance.projects.actions.service - package hudson.plugins.project_inheritance.projects.actions.service
 
hudson.plugins.project_inheritance.projects.causes - package hudson.plugins.project_inheritance.projects.causes
 
hudson.plugins.project_inheritance.projects.creation - package hudson.plugins.project_inheritance.projects.creation
 
hudson.plugins.project_inheritance.projects.inheritance - package hudson.plugins.project_inheritance.projects.inheritance
 
hudson.plugins.project_inheritance.projects.parameters - package hudson.plugins.project_inheritance.projects.parameters
 
hudson.plugins.project_inheritance.projects.rebuild - package hudson.plugins.project_inheritance.projects.rebuild
 
hudson.plugins.project_inheritance.projects.references - package hudson.plugins.project_inheritance.projects.references
 
hudson.plugins.project_inheritance.projects.references.filters - package hudson.plugins.project_inheritance.projects.references.filters
 
hudson.plugins.project_inheritance.projects.versioning - package hudson.plugins.project_inheritance.projects.versioning
This package contains the needed classes for proper versioning of the Jenkins project configuration.
hudson.plugins.project_inheritance.projects.view - package hudson.plugins.project_inheritance.projects.view
 
hudson.plugins.project_inheritance.projects.view.scripts - package hudson.plugins.project_inheritance.projects.view.scripts
 
hudson.plugins.project_inheritance.util - package hudson.plugins.project_inheritance.util
 
hudson.plugins.project_inheritance.util.exceptions - package hudson.plugins.project_inheritance.util.exceptions
 
hudson.plugins.project_inheritance.util.svg - package hudson.plugins.project_inheritance.util.svg
 
hudson.plugins.project_inheritance.util.svg.prefabs - package hudson.plugins.project_inheritance.util.svg.prefabs
 
hudson.plugins.project_inheritance.util.svg.primitives - package hudson.plugins.project_inheritance.util.svg.primitives
 
hudson.plugins.project_inheritance.util.svg.properties - package hudson.plugins.project_inheritance.util.svg.properties
 
hudson.plugins.project_inheritance.util.svg.renderers - package hudson.plugins.project_inheritance.util.svg.renderers
 
hudson.plugins.project_inheritance.views - package hudson.plugins.project_inheritance.views
 
hudson.plugins.project_inheritance.widgets - package hudson.plugins.project_inheritance.widgets
 

I

id - Variable in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
This field is the unique ID of this class.
ID - Static variable in class hudson.plugins.project_inheritance.projects.InheritableProjectsCategory
 
id_block() - Method in interface lib.CustomTagLib
 
id_block(Closure<?>) - Method in interface lib.CustomTagLib
 
id_block(Map<?, ?>) - Method in interface lib.CustomTagLib
 
id_block(Map<?, ?>, Closure<?>) - Method in interface lib.CustomTagLib
 
INHERIT_FORCED - hudson.plugins.project_inheritance.projects.InheritanceProject.IMode
 
InheritableProjectsCategory - Class in hudson.plugins.project_inheritance.projects
Designed for projects which derive from InheritanceProject class and offer features to inherit properties between classes.
InheritableProjectsCategory() - Constructor for class hudson.plugins.project_inheritance.projects.InheritableProjectsCategory
 
InheritableStringParameterDefinition - Class in hudson.plugins.project_inheritance.projects.parameters
 
InheritableStringParameterDefinition(InheritableStringParameterDefinition) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
InheritableStringParameterDefinition(String, String) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
InheritableStringParameterDefinition(String, String, InheritableStringParameterDefinition.IModes, boolean, boolean, InheritableStringParameterDefinition.WhitespaceMode, boolean) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
InheritableStringParameterDefinition(String, String, String, InheritableStringParameterDefinition.IModes, boolean, boolean, InheritableStringParameterDefinition.WhitespaceMode, boolean) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
InheritableStringParameterDefinition(String, String, String, String, boolean, boolean, String, boolean) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
InheritableStringParameterDefinition_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.parameters.Messages
Key InheritableStringParameterDefinition.DisplayName: Inheritable Parameter.
InheritableStringParameterDefinition.DescriptorImpl - Class in hudson.plugins.project_inheritance.projects.parameters
 
InheritableStringParameterDefinition.IModes - Enum in hudson.plugins.project_inheritance.projects.parameters
 
InheritableStringParameterDefinition.WhitespaceMode - Enum in hudson.plugins.project_inheritance.projects.parameters
 
InheritableStringParameterReferenceDefinition - Class in hudson.plugins.project_inheritance.projects.parameters
This class extends InheritableStringParameterDefinition by enabling the user to make a reference to an actual, full, parameter definition.
InheritableStringParameterReferenceDefinition(InheritableStringParameterDefinition) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
 
InheritableStringParameterReferenceDefinition(String, String) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
 
InheritableStringParameterReferenceDefinition.DescriptorImpl - Class in hudson.plugins.project_inheritance.projects.parameters
 
InheritableStringParameterReferencesDefinition_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.parameters.Messages
Key InheritableStringParameterReferencesDefinition.DisplayName: Inheritable Parameter Reference.
InheritableStringParameterValue - Class in hudson.plugins.project_inheritance.projects.parameters
Deprecated.
since v2.1
InheritableStringParameterValue(String, String) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterValue
Deprecated.
 
InheritableStringParameterValue(String, String, String) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterValue
Deprecated.
 
InheritanceBuild - Class in hudson.plugins.project_inheritance.projects
 
InheritanceBuild(InheritanceProject) - Constructor for class hudson.plugins.project_inheritance.projects.InheritanceBuild
 
InheritanceBuild(InheritanceProject, File) - Constructor for class hudson.plugins.project_inheritance.projects.InheritanceBuild
 
InheritanceBuild_BuildAborted() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceBuild.BuildAborted: Build was aborted.
InheritanceBuild.HadToConvertErrorException - Exception in hudson.plugins.project_inheritance.projects
This exception is raised, when an Error had to be converted into an Exception to work around a Jenkins file handle leak in Run.execute().
InheritanceBuild.InheritanceBuildExecution - Class in hudson.plugins.project_inheritance.projects
 
InheritanceBuildExecution() - Constructor for class hudson.plugins.project_inheritance.projects.InheritanceBuild.InheritanceBuildExecution
 
InheritanceGovernor<T> - Class in hudson.plugins.project_inheritance.projects.inheritance
This class offers a few helper functions to facilitate correct inheritance and versioning of the various types of fields of Jenkins projects.
InheritanceGovernor(String, ProjectReference.PrioComparator.SELECTOR, InheritanceProject) - Constructor for class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
InheritanceListAction - Class in hudson.plugins.project_inheritance.projects.actions
Action used for showing the list of inherited from, and inherited by jobs for a given job.
InheritanceListAction(InheritanceProject, InheritanceListService) - Constructor for class hudson.plugins.project_inheritance.projects.actions.InheritanceListAction
 
InheritanceListActionFactory - Class in hudson.plugins.project_inheritance.projects.actions
Jenkins extension for creating actions that will be used for displaying the inheritance diagram of jobs of type inheritance project.
InheritanceListActionFactory() - Constructor for class hudson.plugins.project_inheritance.projects.actions.InheritanceListActionFactory
 
InheritanceListService - Interface in hudson.plugins.project_inheritance.projects.actions.service
Service that provides information on job inheriting from, and jobs inherited by for a given job.
inheritanceLookupRequired(InheritanceProject) - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
inheritanceLookupRequired(InheritanceProject, boolean) - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
InheritanceParametersDefinitionProperty - Class in hudson.plugins.project_inheritance.projects.parameters
This class is a wrapper around ParametersDefinitionProperty.
InheritanceParametersDefinitionProperty(AbstractProject<?, ?>, ParameterDefinition...) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
 
InheritanceParametersDefinitionProperty(AbstractProject<?, ?>, ParametersDefinitionProperty) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
 
InheritanceParametersDefinitionProperty(AbstractProject<?, ?>, List<ParameterDefinition>) - Constructor for class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
 
InheritanceParametersDefinitionProperty.DescriptorImpl - Class in hudson.plugins.project_inheritance.projects.parameters
 
InheritanceProject - Class in hudson.plugins.project_inheritance.projects
A simple base class for all inheritable jobs/projects.
InheritanceProject(ItemGroup, String, boolean) - Constructor for class hudson.plugins.project_inheritance.projects.InheritanceProject
 
InheritanceProject_Description() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Description: This should be chosen for all tasks that run real commands on build nodes. Such projects allow properties to be inherited between each other. This allows the definition of "parent" projects, that have generic settings. Other, more specific, child tasks can then inherit these settings without having to re-define them from scratch..
InheritanceProject_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.DisplayName: Inheritance Project.
InheritanceProject_ErrorMsg_ParameterDefaultValue() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.ErrorMsg.ParameterDefaultValue: Parameters '' %s '' did not have a default set. This is only allowed if the project is marked as abstract..
InheritanceProject_NoVersionMarkedAsStable() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.NoVersionMarkedAsStable: Attention! No version has been marked as stable..
InheritanceProject_OlderVersionMarkedAsStable() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.OlderVersionMarkedAsStable: Attention! This project has more recent changes than the current stable version, which are younger than the active version..
InheritanceProject_Relationship_Type_Child() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.Child: Child.
InheritanceProject_Relationship_Type_ChildDesc() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.ChildDesc: Jobs that use settings from this job.
InheritanceProject_Relationship_Type_Mate() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.Mate: Mate.
InheritanceProject_Relationship_Type_MateDesc() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.MateDesc: Jobs that are compatible with this job.
InheritanceProject_Relationship_Type_Parent() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.Parent: Parent.
InheritanceProject_Relationship_Type_ParentDesc() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.ParentDesc: Jobs that contribute settings to this job.
InheritanceProject_TransientPronounLabel() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.TransientPronounLabel: Compound.
InheritanceProject_VersionsConfigPermissionDescription() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.VersionsConfigPermissionDescription: Inheritance Project.
InheritanceProject.Dependency - Class in hudson.plugins.project_inheritance.projects
 
InheritanceProject.DescriptorImpl - Class in hudson.plugins.project_inheritance.projects
 
InheritanceProject.IMode - Enum in hudson.plugins.project_inheritance.projects
 
InheritanceProject.InheritedVersionInfo - Class in hudson.plugins.project_inheritance.projects
 
InheritanceProject.ParameterDerivationDetails - Class in hudson.plugins.project_inheritance.projects
 
InheritanceProject.Relationship - Class in hudson.plugins.project_inheritance.projects
A very simple enum for the possible relationship states between to projects.
InheritanceProject.Relationship.Type - Enum in hudson.plugins.project_inheritance.projects
 
InheritanceProjectsCategory_Description() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProjectsCategory.Description: This category contains project types that offer to inherit properties between each other..
InheritanceProjectsCategory_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProjectsCategory.DisplayName: Inheritable Projects.
InheritanceRebuildAction - Class in hudson.plugins.project_inheritance.projects.rebuild
This class implements the actions that are necessary to rebuild a parameterised, inheritable job.
InheritanceRebuildAction() - Constructor for class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuildAction
 
InheritanceRebuilder - Class in hudson.plugins.project_inheritance.projects.rebuild
This class implements a RunListener specifically geared towards the InheritanceBuild class.
InheritanceRebuilder() - Constructor for class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuilder
 
InheritanceSelector<T> - Class in hudson.plugins.project_inheritance.projects.inheritance
Extension point that allows other plugins to decide how a particular type of object should be treated during inheritance.
InheritanceSelector() - Constructor for class hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector
 
InheritanceSelector.MODE - Enum in hudson.plugins.project_inheritance.projects.inheritance
This enumeration lists the various modes of inheritance that can be specified.
InheritanceViewConfigurer - Class in hudson.plugins.project_inheritance.projects.view
This class implements a RunListener specifically geared towards the InheritanceBuild class.
InheritanceViewConfigurer() - Constructor for class hudson.plugins.project_inheritance.projects.view.InheritanceViewConfigurer
 
InheritedVersionInfo(InheritanceProject, Long, List<Long>, String) - Constructor for class hudson.plugins.project_inheritance.projects.InheritanceProject.InheritedVersionInfo
 
init() - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
Extension counterpart of BuildFlowScriptExtension.initThread().
init() - Method in class hudson.plugins.project_inheritance.projects.view.scripts.ShellBuildFlow
 
initColumns() - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
initializeXStream() - Static method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterReferenceDefinition
 
initThread() - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptExtension
This function is called before the first external call of BuildFlowScriptExtension.getScriptsFor(File, AbstractProject, AbstractBuild, Builder, Map, AtomicInteger) is initiated.
initVersions(AbstractProject<?, ?>) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
Will initialise the versioning information and distribute it across the various avenues of saving it.
initVersions(Map<String, Long>) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
Will initialise the versioning information and distribute it across the various avenues of saving it.
instance - Static variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
The singleton instance used throughout a Jenkins-run.
instance - Static variable in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector
 
instance - Static variable in class hudson.plugins.project_inheritance.util.NodeFileSeparator
 
internalFillNameItems(String, IProjectReferenceFilter) - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
Internal listing of permissible references.
invokeIfPossible(Object, String, Object...) - Static method in class hudson.plugins.project_inheritance.util.Reflection
 
IProjectReferenceFilter - Interface in hudson.plugins.project_inheritance.projects.references.filters
This interface defines methods needed to filter a list of Jenkins jobs.
isAbsolute(String) - Static method in class hudson.plugins.project_inheritance.util.PathMapping
 
isAbstract - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
Flag to denote a project that can't be built directly; but contrary to to the InheritanceProject.isBuildable() value, additionally means that certain checks for inheritance consistence are relaxed.
isApplicable(AbstractBuild) - Method in class hudson.plugins.project_inheritance.projects.rebuild.RebuildValidatorSuppressor
Method for acknowledge that another plug-ins wants handle the Rebuild functionality itself.
isApplicable(Descriptor) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
isApplicable(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.references.filters.ExecutabilityFilter
 
isApplicable(InheritanceProject) - Method in interface hudson.plugins.project_inheritance.projects.references.filters.IProjectReferenceFilter
 
isApplicable(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.references.filters.MatingReferenceFilter
 
isApplicable(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.references.filters.TransienceFilter
 
isApplicableFor(Class<?>) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector
This method must return true, if the given Class is a valid supertype of the generic class used by your type.
isApplicableFor(Class<?>) - Method in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector
 
isApplicableIn(ItemGroup) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectWizard.ProjectWizardDescriptor
 
isAssignableFrom(Class<?>, Class<?>) - Method in class hudson.plugins.project_inheritance.util.Reflection.AssignabilityChecker
Checks if the 'clazz' class is assignable from the 'other' class.
isBuildable() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
isCallable() - Method in class hudson.plugins.project_inheritance.projects.view.scripts.MetaScript
 
isConcurrentBuild() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
isConcurrentBuild(InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method learns the actual value of concurrency, but is too slow to be executed thousands of times per second, as the Jenkins default scheduler often does.
isConcurrentBuildFast(boolean) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method behaves similar to InheritanceProject.isConcurrentBuild(IMode), but will not even bother with versioning and skip reflection at all, if no inheritance is needed.
isFirstInCreationMating(String) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
isFixed() - Method in enum hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.IModes
Necessary because stupid Jelly can't easily compare enum constants TODO: Find a way to fix that for file: src\main\resources\hudson\plugins\project_inheritance\projects\...
isHighlightWarning() - Method in class hudson.plugins.project_inheritance.util.VersionsNotification
 
isLeaf - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship
 
isNewest() - Method in class hudson.plugins.project_inheritance.util.VersionsNotification
 
isNumber(String, String) - Static method in class hudson.plugins.project_inheritance.projects.references.ProjectReference.OrderedProjectReferenceDescriptor
 
isOlderThan(long) - Method in class hudson.plugins.project_inheritance.util.Reflection.CachedClassResolver.CacheEntry
 
isParameterAllowed(ParameterValue) - Method in class hudson.plugins.project_inheritance.projects.rebuild.RebuildParameterFilter
Check if the given parameter value is permitted to be used in a rebuild.
isParameterAllowedByAll(ParameterValue) - Static method in class hudson.plugins.project_inheritance.projects.rebuild.RebuildParameterFilter
isParameterized() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
In Vanilla-Jenkins, this method is really just a glorious wrapper around the following call:
isPathSingleton(String) - Static method in class hudson.plugins.project_inheritance.util.PathMapping
 
isRawConcurrentBuild() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
isRawParameterized() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
isStable() - Method in class hudson.plugins.project_inheritance.util.VersionsNotification
 
isTransient - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
Flag to denote a transient project that is not serialized to disk.
isUnixPath(String) - Static method in class hudson.plugins.project_inheritance.util.PathMapping
 
isWarning() - Method in class hudson.plugins.project_inheritance.util.VersionsNotification
 
ITALIC - hudson.plugins.project_inheritance.util.svg.properties.TextProperty.STYLE
 

J

join(String, String) - Static method in class hudson.plugins.project_inheritance.util.PathMapping
 
joinWithCommas(String...) - Static method in class hudson.plugins.project_inheritance.util.Resolver
Takes multiple strings, protects commas as '\,' and then joins them, separated with ', '.

K

KEEP - hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.WhitespaceMode
Keep whitespace chars as-is

L

lastCreationState - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
LEFT - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
leftExpandButton() - Method in interface lib.CustomTagLib
 
leftExpandButton(Closure<?>) - Method in interface lib.CustomTagLib
 
leftExpandButton(Map<?, ?>) - Method in interface lib.CustomTagLib
 
leftExpandButton(Map<?, ?>, Closure<?>) - Method in interface lib.CustomTagLib
 
lib - package lib
 
LimitedHashMap<K,​V> - Class in hudson.plugins.project_inheritance.util
 
LimitedHashMap(int) - Constructor for class hudson.plugins.project_inheritance.util.LimitedHashMap
 
LimitedHashMap(int, int) - Constructor for class hudson.plugins.project_inheritance.util.LimitedHashMap
 
load(File) - Static method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
Loads a VersionedObjectStore from the given file.
loadVersionedObjectStore() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
LOCAL_ONLY - hudson.plugins.project_inheritance.projects.InheritanceProject.IMode
 

M

map - Variable in class hudson.plugins.project_inheritance.util.PathMapping
 
matches(String) - Method in enum hudson.plugins.project_inheritance.views.RelatedProjectView.ProjectTypes
 
matches(String) - Method in enum hudson.plugins.project_inheritance.views.RelatedProjectView.Relationships
 
MATE - hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship.Type
 
matingDescriptors - Static variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
MatingReferenceFilter - Class in hudson.plugins.project_inheritance.projects.references.filters
Filters jobs according to whether or not the mating is valid.
MatingReferenceFilter(InheritanceProject) - Constructor for class hudson.plugins.project_inheritance.projects.references.filters.MatingReferenceFilter
Filters jobs down to those, that the given project can mate with.
matings - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
MAX_STACK_DEPTH - Static variable in class hudson.plugins.project_inheritance.util.Reflection
 
maxAge - Variable in class hudson.plugins.project_inheritance.util.Reflection.CachedClassResolver
 
merge(JobProperty<?>, JobProperty<?>, InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector
 
merge(T, T, InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector
This function is called when InheritanceSelector.isApplicableFor(Class) returned the InheritanceSelector.MODE.MERGE mode and the two objects have the same ID as returned by InheritanceSelector.getObjectIdentifier(Object).
MERGE - hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector.MODE
 
mergeParameters(List<Action>) - Static method in class hudson.plugins.project_inheritance.projects.view.BuildViewExtension
 
Messages - Class in hudson.plugins.project_inheritance.projects.creation
Generated localization support class.
Messages - Class in hudson.plugins.project_inheritance.projects
Generated localization support class.
Messages - Class in hudson.plugins.project_inheritance.projects.parameters
Generated localization support class.
Messages - Class in hudson.plugins.project_inheritance.projects.references
Generated localization support class.
Messages - Class in hudson.plugins.project_inheritance.util
Generated localization support class.
Messages - Class in hudson.plugins.project_inheritance.views
Generated localization support class.
Messages() - Constructor for class hudson.plugins.project_inheritance.projects.creation.Messages
 
Messages() - Constructor for class hudson.plugins.project_inheritance.projects.Messages
 
Messages() - Constructor for class hudson.plugins.project_inheritance.projects.parameters.Messages
 
Messages() - Constructor for class hudson.plugins.project_inheritance.projects.references.Messages
 
Messages() - Constructor for class hudson.plugins.project_inheritance.util.Messages
 
Messages() - Constructor for class hudson.plugins.project_inheritance.views.Messages
 
MetaScript - Class in hudson.plugins.project_inheritance.projects.view.scripts
This class encapsulates a script and the metadata surrounding it.
MetaScript(String, String, File) - Constructor for class hudson.plugins.project_inheritance.projects.view.scripts.MetaScript
 
MID_LEFT - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
MID_RIGHT - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
MIDPOINTS - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
MISC - hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator.SELECTOR
 
miscPriority - Variable in class hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioMap
 
MockItemGroup<T extends Job<?,​?>> - Class in hudson.plugins.project_inheritance.util
This class is a pure mockery of an ItemGroup, used to handle projects that are created only ephemerally and should not be visible to the Jenkins core.
MockItemGroup() - Constructor for class hudson.plugins.project_inheritance.util.MockItemGroup
 
modulo - Variable in enum hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
moveTo(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
 
moveTo(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
moveTo(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLink
 
moveTo(Point2D.Double) - Method in interface hudson.plugins.project_inheritance.util.svg.primitives.SVGPrimitive
Move the object to the given (x,y) position.
moveTo(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
moveTo(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
moveTo(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
MULTIPLE - hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector.MODE
 

N

name - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationClass
 
name - Variable in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 
needsCreationClass() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method decides, whether this class needs the 'project type' / 'creation class' box.
newInstance(ItemGroup, String) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectWizard.ProjectWizardDescriptor
 
newInstance(ItemGroup, String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationClass.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.project_inheritance.projects.references.ParameterizedProjectReference.ParameterizedReferenceDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference.SimpleParameterizedReferenceDescriptor
 
NodeFileSeparator - Class in hudson.plugins.project_inheritance.util
This class implements the ability to efficiently look up the file separator used for each Node.
NOT_RESPONSIBLE - hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector.MODE
 
notifyJenkinsStartupComplete() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
notifyProjectChange(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
notifyProjectDelete(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
notifyProjectNew(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 

O

onAttached(Run<?, ?>) - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
onBuild(AbstractProject<?, ?>, StaplerRequest) - Method in class hudson.plugins.project_inheritance.projects.view.BuildViewExtension
This function is being called, shortly before a build is being scheduled.
onBuild(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method may be used by projects extending from this class, to modify the build, shortly before it is passed over to scheduling.
onChangeBuffer - Static variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
Same as InheritanceProject.onSelfChangeBuffer, but this buffer is cleared when any project is changed or loaded anew.
onCompleted(InheritanceBuild, TaskListener) - Method in class hudson.plugins.project_inheritance.projects.rebuild.InheritanceRebuilder
 
onCompleted(InheritanceBuild, TaskListener) - Method in class hudson.plugins.project_inheritance.projects.view.InheritanceViewConfigurer
 
onCopiedFrom(Item) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
onCopiedFrom(Item) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
onCreated(Item) - Method in class hudson.plugins.project_inheritance.projects.creation.CreationItemListener
 
onCreatedFromScratch() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
onDeleted(Item) - Method in class hudson.plugins.project_inheritance.projects.creation.CreationItemListener
 
onDeleted(Item) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.RenameWatcher
 
onDeleted(T) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
onInheritChangeBuffer - Static variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
This buffer is used for objects that don't need to be repeatedly generated, as long as the configuration of this project or its parents has not changed.
onJenkinsJobsGuaranteedLoaded() - Static method in class hudson.plugins.project_inheritance.projects.creation.CreationItemListener
This method does the same as CreationItemListener.onJenkinsStart(), except that it has no reason to wait, since all static Jobs are guaranteed to have been created by then.
onJenkinsStart() - Static method in class hudson.plugins.project_inheritance.projects.creation.CreationItemListener
This function will wait until it thinks all static jobs have been loaded and then tries to generate the transients before letting Jenkins attain the InitMilestone.JOB_LOADED milestone.
onJenkinsStop() - Static method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
This method makes sure the name lookup does not survive Jenkins tear-down in-between Unittests or Jenkins soft-restarts.
onJobRenamed(Item, String, String) - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method restores transient fields that could not be deserialized.
onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
onLoad(Run<?, ?>) - Method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
onLoaded() - Method in class hudson.plugins.project_inheritance.projects.creation.CreationItemListener
 
onRenamed(Item, String, String) - Method in class hudson.plugins.project_inheritance.projects.creation.CreationItemListener
 
onRenamed(Item, String, String) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.RenameWatcher
 
onRenamed(T, String, String) - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
onRun() - Method in class hudson.plugins.project_inheritance.projects.InheritanceBuild
 
onScheduleBuild2(int, Cause, Collection<? extends Action>) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method may be used by projects extending from this class, to modify the build, shortly before it is actually submitted into the Queue.
onSelfChangeBuffer - Static variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
Same as InheritanceProject.onSelfChangeBuffer, but this buffer is cleared only when the project itself is changed.
onUpdated(Item) - Method in class hudson.plugins.project_inheritance.projects.creation.CreationItemListener
 
onUpdated(Item) - Method in class hudson.plugins.project_inheritance.projects.versioning.VersionChangeListener
Called after a job has its configuration updated on show all versions items
opacity - Variable in class hudson.plugins.project_inheritance.util.svg.properties.ColorProperty
 
OrderedProjectReferenceDescriptor() - Constructor for class hudson.plugins.project_inheritance.projects.references.ProjectReference.OrderedProjectReferenceDescriptor
 
orderMode - Variable in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
OVERWRITABLE - hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.IModes
 
owner - Variable in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector.ScopeEntry
 

P

param - Variable in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector.ScopeEntry
 
paramComp - Static variable in class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
 
PARAMETER - hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator.SELECTOR
 
ParameterDerivationDetails(String, String, String, Object) - Constructor for class hudson.plugins.project_inheritance.projects.InheritanceProject.ParameterDerivationDetails
 
ParameterizedProjectReference - Class in hudson.plugins.project_inheritance.projects.references
This class extends SimpleParameterizedProjectReference to add a variance to the reference, in case the same project needs to be referred to multiple times.
ParameterizedProjectReference(String, String, List<ParameterDefinition>) - Constructor for class hudson.plugins.project_inheritance.projects.references.ParameterizedProjectReference
 
ParameterizedProjectReference_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.references.Messages
Key ParameterizedProjectReference.DisplayName: Parameterized Project Reference.
ParameterizedProjectReference.ParameterizedReferenceDescriptor - Class in hudson.plugins.project_inheritance.projects.references
 
ParameterizedReferenceDescriptor() - Constructor for class hudson.plugins.project_inheritance.projects.references.ParameterizedProjectReference.ParameterizedReferenceDescriptor
 
parameterizedWorkspace - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
parameterPriority - Variable in class hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioMap
 
parameters - Variable in class hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference
 
ParameterSelector - Class in hudson.plugins.project_inheritance.projects.inheritance
 
ParameterSelector() - Constructor for class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector
 
ParameterSelector.ScopeEntry - Class in hudson.plugins.project_inheritance.projects.inheritance
 
PARENT - hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship.Type
 
parentReferences - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
This list stores the adjacency relationship of this project to its parents.
PARENTS - hudson.plugins.project_inheritance.views.RelatedProjectView.Relationships
 
PathMapping - Class in hudson.plugins.project_inheritance.util
 
PathMapping(String, Set<String>, String) - Constructor for class hudson.plugins.project_inheritance.util.PathMapping
 
PLAIN - hudson.plugins.project_inheritance.util.svg.properties.TextProperty.STYLE
 
PrioComparator(ProjectReference.PrioComparator.SELECTOR) - Constructor for class hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator
 
prioMap - Variable in class hudson.plugins.project_inheritance.projects.references.ProjectReference
 
PrioMap(int...) - Constructor for class hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioMap
 
project - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject.InheritedVersionInfo
 
ProjectCreationEngine - Class in hudson.plugins.project_inheritance.projects.creation
This class encapsulates the properties and actions of the project creation mechanism.
ProjectCreationEngine_Description() - Static method in class hudson.plugins.project_inheritance.projects.creation.Messages
Key ProjectCreationEngine.Description: Configure the Inheritance Plugin..
ProjectCreationEngine_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.creation.Messages
Key ProjectCreationEngine.DisplayName: Inheritance Configuration.
ProjectCreationEngine.CreationClass - Class in hudson.plugins.project_inheritance.projects.creation
This class describes the fundamental properties of a creation class type.
ProjectCreationEngine.CreationClass.DescriptorImpl - Class in hudson.plugins.project_inheritance.projects.creation
 
ProjectCreationEngine.CreationMating - Class in hudson.plugins.project_inheritance.projects.creation
This class references two creation class names and marks them as to be mated by this creation engine.
ProjectCreationEngine.CreationMating.DescriptorImpl - Class in hudson.plugins.project_inheritance.projects.creation
 
ProjectCreationEngine.ProjectCreationEngineDescriptor - Class in hudson.plugins.project_inheritance.projects.creation
 
ProjectCreationEngine.RenameRestriction - Enum in hudson.plugins.project_inheritance.projects.creation
 
ProjectCreationEngine.RenameWatcher - Class in hudson.plugins.project_inheritance.projects.creation
 
ProjectCreationEngineDescriptor() - Constructor for class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.ProjectCreationEngineDescriptor
 
projectIsCompatible(Project) - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
 
ProjectReference - Class in hudson.plugins.project_inheritance.projects.references
 
ProjectReference(String, int) - Constructor for class hudson.plugins.project_inheritance.projects.references.ProjectReference
Usability constructor, in case all priorities are identical
ProjectReference(String, int, int, int, int, int) - Constructor for class hudson.plugins.project_inheritance.projects.references.ProjectReference
 
ProjectReference_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.references.Messages
Key ProjectReference.DisplayName: Ordered Project Reference.
ProjectReference.OrderedProjectReferenceDescriptor - Class in hudson.plugins.project_inheritance.projects.references
 
ProjectReference.PrioComparator - Class in hudson.plugins.project_inheritance.projects.references
 
ProjectReference.PrioComparator.SELECTOR - Enum in hudson.plugins.project_inheritance.projects.references
 
ProjectReference.PrioMap - Class in hudson.plugins.project_inheritance.projects.references
 
ProjectReferenceDescriptor() - Constructor for class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
Infers the type of the corresponding AbstractProjectReference.ProjectReferenceDescriptor from the outer class.
ProjectReferenceDescriptor(Class<? extends AbstractProjectReference>) - Constructor for class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference.ProjectReferenceDescriptor
 
ProjectTemplate - Class in hudson.plugins.project_inheritance.projects.creation
 
ProjectTemplate(String, String) - Constructor for class hudson.plugins.project_inheritance.projects.creation.ProjectTemplate
 
ProjectTemplate.ProjectTemplateDescriptor - Class in hudson.plugins.project_inheritance.projects.creation
 
ProjectTemplateDescriptor() - Constructor for class hudson.plugins.project_inheritance.projects.creation.ProjectTemplate.ProjectTemplateDescriptor
 
projectVersions - Variable in class hudson.plugins.project_inheritance.projects.InheritanceBuild
 
ProjectWizard - Class in hudson.plugins.project_inheritance.projects.creation
This class is responsible for adding a "Wizard" functionality to the "New Item" page, that expands on the "Copy from other Job" feature.
ProjectWizard() - Constructor for class hudson.plugins.project_inheritance.projects.creation.ProjectWizard
 
ProjectWizard_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.creation.Messages
Key ProjectWizard.DisplayName: Project Wizard.
ProjectWizard.ProjectWizardDescriptor - Class in hudson.plugins.project_inheritance.projects.creation
 
ProjectWizardDescriptor() - Constructor for class hudson.plugins.project_inheritance.projects.creation.ProjectWizard.ProjectWizardDescriptor
 
PUBLISHER - hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator.SELECTOR
 
publisherPriority - Variable in class hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioMap
 

R

range() - Method in interface lib.CustomTagLib
 
range(Closure<?>) - Method in interface lib.CustomTagLib
 
range(Map<?, ?>) - Method in interface lib.CustomTagLib
 
range(Map<?, ?>, Closure<?>) - Method in interface lib.CustomTagLib
 
ReadOnlyConfigurationArchive - Class in hudson.plugins.project_inheritance.projects.view
 
ReadOnlyConfigurationArchive(String, File) - Constructor for class hudson.plugins.project_inheritance.projects.view.ReadOnlyConfigurationArchive
 
readResolve() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
readResolve() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
readResolve() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterValue
Deprecated.
 
RebuildCause - Class in hudson.plugins.project_inheritance.projects.rebuild
Wrapper around Cause.UserIdCause with some additional parameters
RebuildCause(int, String) - Constructor for class hudson.plugins.project_inheritance.projects.rebuild.RebuildCause
Creates a new RebuildCause object.
rebuildForSimplifiedView(StaplerRequest, JSONObject, List<? extends Descriptor<T>>) - Method in class hudson.plugins.project_inheritance.projects.SimplifiedViewDescribableList
 
RebuildParameterFilter - Class in hudson.plugins.project_inheritance.projects.rebuild
This extension point allows you, to specify whether a given parameter should be included in a rebuild of a job, or not.
RebuildParameterFilter() - Constructor for class hudson.plugins.project_inheritance.projects.rebuild.RebuildParameterFilter
 
RebuildValidatorSuppressor - Class in hudson.plugins.project_inheritance.projects.rebuild
 
RebuildValidatorSuppressor() - Constructor for class hudson.plugins.project_inheritance.projects.rebuild.RebuildValidatorSuppressor
 
redirectTask() - Method in interface lib.CustomTagLib
 
redirectTask(Closure<?>) - Method in interface lib.CustomTagLib
 
redirectTask(Map<?, ?>) - Method in interface lib.CustomTagLib
 
redirectTask(Map<?, ?>, Closure<?>) - Method in interface lib.CustomTagLib
 
reduceByMerge(Deque<List<R>>, Class<?>, InheritanceProject) - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
Simple helper function to use a merge as the default reduction.
reduceByMergeWithDuplicates(Deque<List<R>>, Class<?>, InheritanceProject) - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
Simple helper function to use a merge as the default reduction.
reduceDescribableByMerge(Deque<DescribableList<R, Descriptor<R>>>) - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
reduceDescribableByMergeWithoutDuplicates(Deque<DescribableList<R, Descriptor<R>>>) - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 
reduceFromFullInheritance(Deque<T>) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
This is a reduction function that is tasked to reduce the List<T> that is generated through inheritance down to a single T.
ref - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject.Dependency
 
Referencer - Interface in hudson.plugins.project_inheritance.projects.references
This interface can be added to all BuildWrappers, Builders and Publishers, that reference other AbstractProjects.
ReferenceUserIdCause - Class in hudson.plugins.project_inheritance.projects.causes
Wrapper around Cause.UserIdCause that behaves exactly like it and merely serves as a marker for whether or not a run started by this cause should be considered a reference run or not.
ReferenceUserIdCause() - Constructor for class hudson.plugins.project_inheritance.projects.causes.ReferenceUserIdCause
 
Reflection - Class in hudson.plugins.project_inheritance.util
 
Reflection() - Constructor for class hudson.plugins.project_inheritance.util.Reflection
 
Reflection.AssignabilityChecker - Class in hudson.plugins.project_inheritance.util
 
Reflection.CachedClassResolver - Class in hudson.plugins.project_inheritance.util
This is a cache for loading classes by their name.
Reflection.CachedClassResolver.CacheEntry - Class in hudson.plugins.project_inheritance.util
A single entry for the cache that can be checked for freshness
registerXStream() - Static method in class hudson.plugins.project_inheritance.projects.view.BuildFlowScriptAction
 
REGULARS - hudson.plugins.project_inheritance.views.RelatedProjectView.ProjectTypes
 
RelatedProjectView - Class in hudson.plugins.project_inheritance.views
 
RelatedProjectView(String) - Constructor for class hudson.plugins.project_inheritance.views.RelatedProjectView
 
RelatedProjectView(String, ViewGroup) - Constructor for class hudson.plugins.project_inheritance.views.RelatedProjectView
 
RelatedProjectView_AllClassesSelector() - Static method in class hudson.plugins.project_inheritance.views.Messages
Key RelatedProjectView.AllClassesSelector: All Classes.
RelatedProjectView_DisplayName() - Static method in class hudson.plugins.project_inheritance.views.Messages
Key RelatedProjectView.DisplayName: Related Projects View.
RelatedProjectView.DescriptorImpl - Class in hudson.plugins.project_inheritance.views
 
RelatedProjectView.ProjectTypes - Enum in hudson.plugins.project_inheritance.views
 
RelatedProjectView.Relationships - Enum in hudson.plugins.project_inheritance.views
 
Relationship(InheritanceProject.Relationship.Type, int, boolean) - Constructor for class hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship
 
remove(O, K) - Method in class hudson.plugins.project_inheritance.util.TimedBuffer
 
removeEdge(T, T) - Method in class hudson.plugins.project_inheritance.util.svg.Graph
 
removeEldestEntry(Map.Entry<K, V>) - Method in class hudson.plugins.project_inheritance.util.LimitedHashMap
 
removeElements(SVGPrimitive...) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
removeNode(T) - Method in class hudson.plugins.project_inheritance.util.svg.Graph
 
removeParentReference(String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Removes a parent reference.
renameRestriction - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
renameTo(String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
RenameWatcher() - Constructor for class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.RenameWatcher
 
render() - Method in class hudson.plugins.project_inheritance.util.svg.renderers.SVGGraphRenderer
This method renders the graph as a full SVG 1.1 document.
render(Document) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
 
render(Document) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
render(Document) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLink
 
render(Document) - Method in interface hudson.plugins.project_inheritance.util.svg.primitives.SVGPrimitive
This function should return an element containing the primitive in question at its current location that can be inserted into the given Document.
render(Document) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
render(Document) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
render(Document) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
renderSVGRelationGraph(int, int) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
rescale(double, boolean) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
 
rescale(double, boolean) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
rescale(double, boolean) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLink
 
rescale(double, boolean) - Method in interface hudson.plugins.project_inheritance.util.svg.primitives.SVGPrimitive
Rescales the primitive by the given positive factor.
rescale(double, boolean) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
rescale(double, boolean) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
rescale(double, boolean) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
resolve(VariableResolver<String>, String...) - Static method in class hudson.plugins.project_inheritance.util.Resolver
 
resolve(String) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
resolve(String) - Method in class hudson.plugins.project_inheritance.util.Reflection.CachedClassResolver
 
resolve(Map<String, Long>) - Static method in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
 
resolve(Map<String, String>, String...) - Static method in class hudson.plugins.project_inheritance.util.Resolver
 
resolveMap - Variable in class hudson.plugins.project_inheritance.util.Reflection.CachedClassResolver
 
resolver - Static variable in class hudson.plugins.project_inheritance.util.Reflection
A short-term (30s) cache to speed up resolving classes
Resolver - Class in hudson.plugins.project_inheritance.util
 
Resolver() - Constructor for class hudson.plugins.project_inheritance.util.Resolver
 
resolveSingle(VariableResolver<String>, String) - Static method in class hudson.plugins.project_inheritance.util.Resolver
 
resolveSingle(Map<String, String>, String) - Static method in class hudson.plugins.project_inheritance.util.Resolver
 
retrieveFullyDerivedField(InheritanceProject, InheritanceProject.IMode) - Method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
This method moves through as much of the inheritance tree as is necessary to retrieve the desired field as defined by this class.
RIGHT - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
run() - Method in class hudson.plugins.project_inheritance.projects.InheritanceBuild
This method schedules the execution of this build object.
runUriRegExp - Static variable in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
 

S

save() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
save() - Method in class hudson.plugins.project_inheritance.projects.InheritanceBuild
 
save() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method serializes this object to offline storage.
save() - Method in class hudson.plugins.project_inheritance.util.MockItemGroup
 
save(File) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
Calling this function causes the store to be saved to disk.
saveVersionedObjectStore() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
scheduleBuild2(int, Cause, Collection<? extends Action>) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
ScopeEntry(String, ParameterDefinition) - Constructor for class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector.ScopeEntry
 
secondClass - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.CreationMating
 
set(O, K, Object) - Method in class hudson.plugins.project_inheritance.util.TimedBuffer
 
setAssignedLabel(Label) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
setCallable(boolean) - Method in class hudson.plugins.project_inheritance.projects.view.scripts.MetaScript
 
setCreationClass(String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
setDescription(String) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
setEnableCreation(boolean) - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
setObjectFor(VersionedObjectStore.Version, String, Object) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
setOrder(int) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.ParameterDerivationDetails
 
setRawParameterizedWorkspace(String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
Deprecated.
Should only be used from within UnitTest classes.
setScm(SCM) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method is called by the configuration submission to set a new SCM.
setStability(boolean) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
setUsername(String) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
setValue(String, Object) - Method in class hudson.plugins.project_inheritance.util.ThreadAssocStore
 
setValue(Thread, String, Object) - Method in class hudson.plugins.project_inheritance.util.ThreadAssocStore
 
setVarianceLabel(String) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
setVersionStability(long, boolean) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
shebang - Variable in class hudson.plugins.project_inheritance.projects.view.scripts.MetaScript
This is the shebang line from the content, all neatly parsed out and without the leading magic bytes.
ShellBuildFlow - Class in hudson.plugins.project_inheritance.projects.view.scripts
 
ShellBuildFlow() - Constructor for class hudson.plugins.project_inheritance.projects.view.scripts.ShellBuildFlow
 
SimpleParameterizedProjectReference - Class in hudson.plugins.project_inheritance.projects.references
This class is an implementation of AbstractProjectReference with with the added option of specifying addition parameters to be passed to the referenced Project.
SimpleParameterizedProjectReference(String, List<ParameterDefinition>) - Constructor for class hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference
 
SimpleParameterizedProjectReference.SimpleParameterizedReferenceDescriptor - Class in hudson.plugins.project_inheritance.projects.references
 
SimpleParameterizedReferenceDescriptor() - Constructor for class hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference.SimpleParameterizedReferenceDescriptor
 
SimpleProjectReference - Class in hudson.plugins.project_inheritance.projects.references
This class is an implementation of AbstractProjectReference with no new fields added.
SimpleProjectReference(String) - Constructor for class hudson.plugins.project_inheritance.projects.references.SimpleProjectReference
 
SimpleProjectReference_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.references.Messages
Key SimpleProjectReference.DisplayName: Simple Project Reference.
SimpleProjectReference.SimpleProjectReferenceDescriptor - Class in hudson.plugins.project_inheritance.projects.references
 
SimpleProjectReferenceDescriptor() - Constructor for class hudson.plugins.project_inheritance.projects.references.SimpleProjectReference.SimpleProjectReferenceDescriptor
 
SimplifiedViewDescribableList<T extends Describable<T>,​D extends Descriptor<T>> - Class in hudson.plugins.project_inheritance.projects
 
SimplifiedViewDescribableList(Saveable, Collection<? extends T>) - Constructor for class hudson.plugins.project_inheritance.projects.SimplifiedViewDescribableList
 
SINGLE_VERSION_KEY - Static variable in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
This field name is used as an URL parameter, to select the version of the job encoded in the lead-up to the URL.
size() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
sizePtsToPx(int) - Static method in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
sizePxToPts(int) - Static method in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
splitCommas(String) - Static method in class hudson.plugins.project_inheritance.util.Resolver
This takes a comma-separated string and splits it into discrete Strings.
splitPath(String) - Static method in class hudson.plugins.project_inheritance.util.PathMapping
 
start - Variable in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
status - Variable in exception hudson.plugins.project_inheritance.util.exceptions.HttpStatusException
 
stroke - Variable in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
stroke - Variable in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
stroke - Variable in class hudson.plugins.project_inheritance.util.svg.properties.ArrowProperty
 
style - Variable in class hudson.plugins.project_inheritance.util.svg.properties.ColorProperty
 
style - Variable in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
submit(StaplerRequest) - Method in class hudson.plugins.project_inheritance.views.RelatedProjectView
 
submit(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
This method evaluates the form request created by the Descriptor and adjusts the properties of this project accordingly.
SVGArrow - Class in hudson.plugins.project_inheritance.util.svg.primitives
 
SVGArrow(SVGLine, ArrowProperty) - Constructor for class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
Creates an SVG arrow with an optional single head at the end point of the given line.
SVGClassBox - Class in hudson.plugins.project_inheritance.util.svg.prefabs
This class shows a simple UML-like class box.
SVGClassBox(Point2D.Double, TextProperty, URL, TextProperty, ColorProperty) - Constructor for class hudson.plugins.project_inheritance.util.svg.prefabs.SVGClassBox
 
SVGClassBox(Point2D.Double, TextProperty, URL, TextProperty, ColorProperty, Point2D.Double, Point2D.Double) - Constructor for class hudson.plugins.project_inheritance.util.svg.prefabs.SVGClassBox
 
SVGGraphRenderer - Class in hudson.plugins.project_inheritance.util.svg.renderers
This is the abstract base class for rendering an SVG graph out of the basic Graph description.
SVGGraphRenderer(Graph<SVGNode>, int, int) - Constructor for class hudson.plugins.project_inheritance.util.svg.renderers.SVGGraphRenderer
 
SVGLine - Class in hudson.plugins.project_inheritance.util.svg.primitives
 
SVGLine(Point2D.Double, Point2D.Double, ColorProperty) - Constructor for class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
SVGLink - Class in hudson.plugins.project_inheritance.util.svg.primitives
 
SVGLink(URL, SVGPrimitive) - Constructor for class hudson.plugins.project_inheritance.util.svg.primitives.SVGLink
 
SVGNode - Interface in hudson.plugins.project_inheritance.util.svg
 
SVGPrimitive - Interface in hudson.plugins.project_inheritance.util.svg.primitives
This interface is the root of all drawable SVG primitives.
SVGRectangle - Class in hudson.plugins.project_inheritance.util.svg.primitives
 
SVGRectangle(Rectangle2D.Double, ColorProperty, ColorProperty) - Constructor for class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
SVGRectangle(Rectangle2D.Double, ColorProperty, ColorProperty, SVGRectangle.AttachPoints) - Constructor for class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
SVGRectangle.AttachPoints - Enum in hudson.plugins.project_inheritance.util.svg.primitives
 
SVGText - Class in hudson.plugins.project_inheritance.util.svg.primitives
 
SVGText(Point2D.Double, TextProperty, double) - Constructor for class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
SVGTreeRenderer - Class in hudson.plugins.project_inheritance.util.svg.renderers
This class renders an SVG-Graph as if it were a simple tree.
SVGTreeRenderer(Graph<SVGNode>, int, int) - Constructor for class hudson.plugins.project_inheritance.util.svg.renderers.SVGTreeRenderer
 
SVGUnion - Class in hudson.plugins.project_inheritance.util.svg.primitives
This class corresponds to a union of SVGPrimitives.
SVGUnion(SVGPrimitive...) - Constructor for class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
SVGUnion(Collection<SVGPrimitive>) - Constructor for class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
switchProject(InheritanceProject) - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 
switchProject(String) - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 

T

templates - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
The list of jobs to be used as templates for the ProjectWizard.
text - Variable in class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
TextProperty - Class in hudson.plugins.project_inheritance.util.svg.properties
 
TextProperty(String, ColorProperty, TextProperty.STYLE, String, int, int) - Constructor for class hudson.plugins.project_inheritance.util.svg.properties.TextProperty
 
TextProperty.STYLE - Enum in hudson.plugins.project_inheritance.util.svg.properties
 
ThreadAssocStore - Class in hudson.plugins.project_inheritance.util
This singleton class is used to associated arbitrary objects with the current thread.
ThreadAssocStore() - Constructor for class hudson.plugins.project_inheritance.util.ThreadAssocStore
Constructor used by the Extension annotation.
TimedBuffer<O,​K> - Class in hudson.plugins.project_inheritance.util
 
TimedBuffer() - Constructor for class hudson.plugins.project_inheritance.util.TimedBuffer
Creates a timed buffer that does not make use of a timeout
TimedBuffer(long) - Constructor for class hudson.plugins.project_inheritance.util.TimedBuffer
Creates a timed buffer with the given timeout in milliseconds.
timestamp - Variable in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
This field stores the creation date of this particular version.
TOP - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
TOP_LEFT - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
TOP_MID - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
TOP_RIGHT - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 
toString() - Method in enum hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.RenameRestriction
 
toString() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectTemplate
 
toString() - Method in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector.ScopeEntry
 
toString() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject.InheritedVersionInfo
 
toString() - Method in enum hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship.Type
 
toString() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
toString() - Method in enum hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.IModes
 
toString() - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
 
toString() - Method in enum hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.WhitespaceMode
 
toString() - Method in class hudson.plugins.project_inheritance.projects.rebuild.RebuildCause
toString() - Method in class hudson.plugins.project_inheritance.projects.references.AbstractProjectReference
 
toString() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
 
toString() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
toString() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLink
 
toString() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
toString() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
toString() - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
toString() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
toString() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
toString() - Method in enum hudson.plugins.project_inheritance.views.RelatedProjectView.Relationships
 
toString(int) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
toXML() - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
trace - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject.Dependency
 
TransienceFilter - Class in hudson.plugins.project_inheritance.projects.references.filters
Filters jobs based on them being transient or not.
TransienceFilter(boolean) - Constructor for class hudson.plugins.project_inheritance.projects.references.filters.TransienceFilter
Sets up the filter to keep only those jobs that match the given transience value.
TRANSIENTS - hudson.plugins.project_inheritance.views.RelatedProjectView.ProjectTypes
 
translate(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGArrow
 
translate(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLine
 
translate(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGLink
 
translate(Point2D.Double) - Method in interface hudson.plugins.project_inheritance.util.svg.primitives.SVGPrimitive
Translate the current position by the given (x,y) tuple.
translate(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle
 
translate(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGText
 
translate(Point2D.Double) - Method in class hudson.plugins.project_inheritance.util.svg.primitives.SVGUnion
 
triggerCreateProjects() - Method in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
Triggers creation of automatically generated projects; if enabled.
triggerOnChange - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
triggerOnStartup - Variable in class hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine
 
TRIM - hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.WhitespaceMode
Trim whitespace from front and end
type - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship
 

U

undoVersion(VersionedObjectStore.Version) - Method in class hudson.plugins.project_inheritance.util.VersionedObjectStore
This function removes the given version from the internal storage, if it is the last version that is present.
updateByXml(Source) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
urlJobPattern - Static variable in class hudson.plugins.project_inheritance.projects.InheritanceProject.DescriptorImpl
 
USE_FIRST - hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector.MODE
 
USE_LAST - hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector.MODE
 

V

valueOf(String) - Static method in enum hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.RenameRestriction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector.MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.project_inheritance.projects.InheritanceProject.IMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.IModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.WhitespaceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator.SELECTOR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.project_inheritance.util.svg.properties.TextProperty.STYLE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.project_inheritance.views.RelatedProjectView.ProjectTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.project_inheritance.views.RelatedProjectView.Relationships
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.project_inheritance.projects.creation.ProjectCreationEngine.RenameRestriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.project_inheritance.projects.inheritance.InheritanceSelector.MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.project_inheritance.projects.InheritanceProject.IMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.project_inheritance.projects.InheritanceProject.Relationship.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.IModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition.WhitespaceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.project_inheritance.projects.references.ProjectReference.PrioComparator.SELECTOR
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.project_inheritance.util.svg.properties.TextProperty.STYLE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.project_inheritance.views.RelatedProjectView.ProjectTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.project_inheritance.views.RelatedProjectView.Relationships
Returns an array containing the constants of this enum type, in the order they are declared.
variance - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
This field is only valid for transient jobs.
variance - Variable in class hudson.plugins.project_inheritance.projects.parameters.InheritableStringParameterDefinition
This field stores the project variance name that this parameter comes from.
variance - Variable in class hudson.plugins.project_inheritance.projects.references.ParameterizedProjectReference
 
variance - Variable in class hudson.plugins.project_inheritance.projects.references.SimpleParameterizedProjectReference
 
version - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject.InheritedVersionInfo
 
Version(Long) - Constructor for class hudson.plugins.project_inheritance.util.VersionedObjectStore.Version
 
VERSION_CONFIG - Static variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
VERSION_PARAM_NAME - Static variable in class hudson.plugins.project_inheritance.projects.inheritance.ParameterSelector
 
VersionChangeListener - Class in hudson.plugins.project_inheritance.projects.versioning
This class tracks whenever a change is done on show version related item.
VersionChangeListener() - Constructor for class hudson.plugins.project_inheritance.projects.versioning.VersionChangeListener
 
VersionedObjectStore - Class in hudson.plugins.project_inheritance.util
This class allows you to version-control almost arbitrary objects.
VersionedObjectStore() - Constructor for class hudson.plugins.project_inheritance.util.VersionedObjectStore
 
VersionedObjectStore.Version - Class in hudson.plugins.project_inheritance.util
 
VersionHandler - Class in hudson.plugins.project_inheritance.projects.versioning
This class offers utility functions to encode and decode versioning information in various ways.
VersionHandler() - Constructor for class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
 
VERSIONING_KEY - Static variable in class hudson.plugins.project_inheritance.projects.versioning.VersionHandler
This field name is used as an URL parameter, so select versions of arbitrary subprojects.
VersioningAction - Class in hudson.plugins.project_inheritance.projects.actions
 
VersioningAction(AbstractProject<?, ?>) - Constructor for class hudson.plugins.project_inheritance.projects.actions.VersioningAction
 
VersioningAction(Map<String, Long>) - Constructor for class hudson.plugins.project_inheritance.projects.actions.VersioningAction
 
versioningRequired() - Static method in class hudson.plugins.project_inheritance.projects.inheritance.InheritanceGovernor
This method uses reflection to tell whether the current state means that versioning is needed or not.
versionMap - Variable in class hudson.plugins.project_inheritance.projects.actions.VersioningAction
 
versions - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject.InheritedVersionInfo
 
VersionsNotification - Class in hudson.plugins.project_inheritance.util
A simple class that matches the current state of versioning to a set of messages that might be useful to the user.
VersionsNotification(boolean, boolean, boolean, boolean, VersionedObjectStore.Version) - Constructor for class hudson.plugins.project_inheritance.util.VersionsNotification
 
VersionsNotification_LATEST() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.LATEST: Latest version is:.
VersionsNotification_VERSION_IMPLICIT() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_IMPLICIT: This means, the latest version is considered stable..
VersionsNotification_VERSION_NEWEST() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_NEWEST: You are editing the latest version.
VersionsNotification_VERSION_OLDER() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_OLDER: You are editing an older version.
VersionsNotification_VERSION_SELF_STABLE() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_SELF_STABLE: , which is marked as stable..
VersionsNotification_VERSION_SELF_UNSTABLE() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_SELF_UNSTABLE: , which is NOT marked as stable..
VersionsNotification_VERSION_STABLE_FUTURE() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_STABLE_FUTURE: There are newer stable versions available.
VersionsNotification_VERSION_STABLE_NONE() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_STABLE_NONE: There are NO stable versions yet..
VersionsNotification_VERSION_STABLE_PAST() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_STABLE_PAST: There are older stable versions available..
VersionsNotification_WARNING() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.WARNING: WARNING!.
versionStore - Variable in class hudson.plugins.project_inheritance.projects.InheritanceProject
This VersionedObjectStore is used to version all configurable properties of this class.
VERT - hudson.plugins.project_inheritance.util.svg.primitives.SVGRectangle.AttachPoints
 

W

warnUserOnUnstableVersions() - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 
WhitespaceMode_ADD() - Static method in class hudson.plugins.project_inheritance.projects.parameters.Messages
Key WhitespaceMode.ADD: Add whitespace to front, if value extends a parameter.
WhitespaceMode_KEEP() - Static method in class hudson.plugins.project_inheritance.projects.parameters.Messages
Key WhitespaceMode.KEEP: Keep whitespace as-is.
WhitespaceMode_TRIM() - Static method in class hudson.plugins.project_inheritance.projects.parameters.Messages
Key WhitespaceMode.TRIM: Trim whitespace from start/end.
width - Variable in class hudson.plugins.project_inheritance.util.svg.properties.ColorProperty
 
width - Variable in class hudson.plugins.project_inheritance.util.svg.renderers.SVGGraphRenderer
 
writeStableConfigDotXml(OutputStream) - Method in class hudson.plugins.project_inheritance.projects.InheritanceProject
 

_

_CreationClass_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.creation.Messages
Key CreationClass.DisplayName: Project Type.
_CreationMating_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.creation.Messages
Key CreationMating.DisplayName: Project Type Combination.
_doBuild(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
Deprecated.
_doBuild(StaplerRequest, StaplerResponse, TimeDuration) - Method in class hudson.plugins.project_inheritance.projects.parameters.InheritanceParametersDefinitionProperty
 
_InheritableStringParameterDefinition_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.parameters.Messages
Key InheritableStringParameterDefinition.DisplayName: Inheritable Parameter.
_InheritableStringParameterReferencesDefinition_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.parameters.Messages
Key InheritableStringParameterReferencesDefinition.DisplayName: Inheritable Parameter Reference.
_InheritanceBuild_BuildAborted() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceBuild.BuildAborted: Build was aborted.
_InheritanceProject_Description() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Description: This should be chosen for all tasks that run real commands on build nodes. Such projects allow properties to be inherited between each other. This allows the definition of "parent" projects, that have generic settings. Other, more specific, child tasks can then inherit these settings without having to re-define them from scratch..
_InheritanceProject_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.DisplayName: Inheritance Project.
_InheritanceProject_ErrorMsg_ParameterDefaultValue() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.ErrorMsg.ParameterDefaultValue: Parameters '' %s '' did not have a default set. This is only allowed if the project is marked as abstract..
_InheritanceProject_NoVersionMarkedAsStable() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.NoVersionMarkedAsStable: Attention! No version has been marked as stable..
_InheritanceProject_OlderVersionMarkedAsStable() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.OlderVersionMarkedAsStable: Attention! This project has more recent changes than the current stable version, which are younger than the active version..
_InheritanceProject_Relationship_Type_Child() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.Child: Child.
_InheritanceProject_Relationship_Type_ChildDesc() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.ChildDesc: Jobs that use settings from this job.
_InheritanceProject_Relationship_Type_Mate() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.Mate: Mate.
_InheritanceProject_Relationship_Type_MateDesc() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.MateDesc: Jobs that are compatible with this job.
_InheritanceProject_Relationship_Type_Parent() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.Parent: Parent.
_InheritanceProject_Relationship_Type_ParentDesc() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.Relationship.Type.ParentDesc: Jobs that contribute settings to this job.
_InheritanceProject_TransientPronounLabel() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.TransientPronounLabel: Compound.
_InheritanceProject_VersionsConfigPermissionDescription() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProject.VersionsConfigPermissionDescription: Inheritance Project.
_InheritanceProjectsCategory_Description() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProjectsCategory.Description: This category contains project types that offer to inherit properties between each other..
_InheritanceProjectsCategory_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.Messages
Key InheritanceProjectsCategory.DisplayName: Inheritable Projects.
_ParameterizedProjectReference_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.references.Messages
Key ParameterizedProjectReference.DisplayName: Parameterized Project Reference.
_ProjectCreationEngine_Description() - Static method in class hudson.plugins.project_inheritance.projects.creation.Messages
Key ProjectCreationEngine.Description: Configure the Inheritance Plugin..
_ProjectCreationEngine_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.creation.Messages
Key ProjectCreationEngine.DisplayName: Inheritance Configuration.
_ProjectReference_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.references.Messages
Key ProjectReference.DisplayName: Ordered Project Reference.
_ProjectWizard_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.creation.Messages
Key ProjectWizard.DisplayName: Project Wizard.
_RelatedProjectView_AllClassesSelector() - Static method in class hudson.plugins.project_inheritance.views.Messages
Key RelatedProjectView.AllClassesSelector: All Classes.
_RelatedProjectView_DisplayName() - Static method in class hudson.plugins.project_inheritance.views.Messages
Key RelatedProjectView.DisplayName: Related Projects View.
_SimpleProjectReference_DisplayName() - Static method in class hudson.plugins.project_inheritance.projects.references.Messages
Key SimpleProjectReference.DisplayName: Simple Project Reference.
_VersionsNotification_LATEST() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.LATEST: Latest version is:.
_VersionsNotification_VERSION_IMPLICIT() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_IMPLICIT: This means, the latest version is considered stable..
_VersionsNotification_VERSION_NEWEST() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_NEWEST: You are editing the latest version.
_VersionsNotification_VERSION_OLDER() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_OLDER: You are editing an older version.
_VersionsNotification_VERSION_SELF_STABLE() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_SELF_STABLE: , which is marked as stable..
_VersionsNotification_VERSION_SELF_UNSTABLE() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_SELF_UNSTABLE: , which is NOT marked as stable..
_VersionsNotification_VERSION_STABLE_FUTURE() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_STABLE_FUTURE: There are newer stable versions available.
_VersionsNotification_VERSION_STABLE_NONE() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_STABLE_NONE: There are NO stable versions yet..
_VersionsNotification_VERSION_STABLE_PAST() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.VERSION_STABLE_PAST: There are older stable versions available..
_VersionsNotification_WARNING() - Static method in class hudson.plugins.project_inheritance.util.Messages
Key VersionsNotification.WARNING: WARNING!.
_WhitespaceMode_ADD() - Static method in class hudson.plugins.project_inheritance.projects.parameters.Messages
Key WhitespaceMode.ADD: Add whitespace to front, if value extends a parameter.
_WhitespaceMode_KEEP() - Static method in class hudson.plugins.project_inheritance.projects.parameters.Messages
Key WhitespaceMode.KEEP: Keep whitespace as-is.
_WhitespaceMode_TRIM() - Static method in class hudson.plugins.project_inheritance.projects.parameters.Messages
Key WhitespaceMode.TRIM: Trim whitespace from start/end.
A B C D E F G H I J K L M N O P R S T U V W _ 
All Classes All Packages