Uses of Class
org.jenkinsci.plugins.buildcontextcapture.type.BuildContextCaptureType

Packages that use BuildContextCaptureType
org.jenkinsci.plugins.buildcontextcapture   
org.jenkinsci.plugins.buildcontextcapture.type   
org.jenkinsci.plugins.buildcontextcapture.type.impl   
 

Uses of BuildContextCaptureType in org.jenkinsci.plugins.buildcontextcapture
 

Methods in org.jenkinsci.plugins.buildcontextcapture that return BuildContextCaptureType
 BuildContextCaptureType[] BuildContextJobProperty.getTypes()
           
 

Methods in org.jenkinsci.plugins.buildcontextcapture with parameters of type BuildContextCaptureType
 void BuildContextJobProperty.setTypes(BuildContextCaptureType[] types)
           
 

Uses of BuildContextCaptureType in org.jenkinsci.plugins.buildcontextcapture.type
 

Classes in org.jenkinsci.plugins.buildcontextcapture.type with type parameters of type BuildContextCaptureType
 class BuildContextCaptureTypeDescriptor<T extends BuildContextCaptureType>
           
 

Subclasses of BuildContextCaptureType in org.jenkinsci.plugins.buildcontextcapture.type
 class FlexibleBuildContextCaptureType
           
 class WizardBuildContextCaptureType
           
 

Methods in org.jenkinsci.plugins.buildcontextcapture.type that return types with arguments of type BuildContextCaptureType
 hudson.model.Descriptor<BuildContextCaptureType> BuildContextCaptureType.getDescriptor()
           
abstract  Class<? extends BuildContextCaptureType> BuildContextCaptureTypeDescriptor.getType()
           
 

Uses of BuildContextCaptureType in org.jenkinsci.plugins.buildcontextcapture.type.impl
 

Subclasses of BuildContextCaptureType in org.jenkinsci.plugins.buildcontextcapture.type.impl
 class BuildTimeType
           
 class CommandType
           
 class EnvVarsType
           
 class JobConfigType
           
 class JobInfraType
           
 class LogType
           
 



Copyright © 2004-2012. All Rights Reserved.