Uses of Class
hudson.plugins.project_inheritance.projects.InheritanceBuild
-
-
Uses of InheritanceBuild in hudson.plugins.project_inheritance.projects
Methods in hudson.plugins.project_inheritance.projects that return types with arguments of type InheritanceBuild Modifier and Type Method Description protected Class<InheritanceBuild>
InheritanceProject. getBuildClass()
QueueTaskFuture<InheritanceBuild>
InheritanceProject. scheduleBuild2(int quietPeriod, Cause c, Collection<? extends Action> actions)
Methods in hudson.plugins.project_inheritance.projects with parameters of type InheritanceBuild Modifier and Type Method Description List<InheritanceProject.InheritedVersionInfo>
InheritanceProject. getAllInheritedVersionsList(InheritanceBuild build)
Returns the versions for all parent projects (including the current one) based on the information in the given build.static List<InheritanceProject.InheritedVersionInfo>
InheritanceProject. getAllInheritedVersionsList(InheritanceProject root, InheritanceBuild build)
Static part ofInheritanceProject.getAllInheritedVersionsList(InheritanceBuild)
. -
Uses of InheritanceBuild in hudson.plugins.project_inheritance.projects.parameters
Methods in hudson.plugins.project_inheritance.projects.parameters with parameters of type InheritanceBuild Modifier and Type Method Description static void
InheritanceParametersDefinitionProperty. checkParameterSanity(InheritanceBuild build, BuildListener listener)
This checks if the assignment of all variables via Inheritance is sane and okay. -
Uses of InheritanceBuild in hudson.plugins.project_inheritance.projects.rebuild
Methods in hudson.plugins.project_inheritance.projects.rebuild that return InheritanceBuild Modifier and Type Method Description InheritanceBuild
InheritanceRebuildAction. getBuild()
InheritanceBuild
InheritanceRebuildAction. getBuild(org.kohsuke.stapler.StaplerRequest req)
Methods in hudson.plugins.project_inheritance.projects.rebuild with parameters of type InheritanceBuild Modifier and Type Method Description void
InheritanceRebuilder. onCompleted(InheritanceBuild build, TaskListener listener)
-
Uses of InheritanceBuild in hudson.plugins.project_inheritance.projects.view
Methods in hudson.plugins.project_inheritance.projects.view with parameters of type InheritanceBuild Modifier and Type Method Description void
InheritanceViewConfigurer. onCompleted(InheritanceBuild build, TaskListener listener)
-
Uses of InheritanceBuild in hudson.plugins.project_inheritance.util
Methods in hudson.plugins.project_inheritance.util with parameters of type InheritanceBuild Modifier and Type Method Description abstract String
BuildDiscardPreventer. getWhyKeepLog(InheritanceBuild build)
Same behaviour and role asRun.getWhyKeepLog()
-- only as an extension point.
-