Uses of Class
com.atlassian.greenhopper.optionalfeatures.PluginDependency

Packages that use PluginDependency
com.atlassian.greenhopper.optionalfeatures   
 

Uses of PluginDependency in com.atlassian.greenhopper.optionalfeatures
 

Fields in com.atlassian.greenhopper.optionalfeatures with type parameters of type PluginDependency
 java.util.Collection<PluginDependency> OptionalFeatureRequirements.dependentPlugins
           
 

Methods in com.atlassian.greenhopper.optionalfeatures that return PluginDependency
 PluginDependency PluginDependency.Builder.build()
           
 

Methods in com.atlassian.greenhopper.optionalfeatures with parameters of type PluginDependency
 OptionalFeatureRequirements.Builder OptionalFeatureRequirements.Builder.dependentPlugin(PluginDependency pluginDependency)
           
 

Method parameters in com.atlassian.greenhopper.optionalfeatures with type arguments of type PluginDependency
 OptionalFeatureRequirements.Builder OptionalFeatureRequirements.Builder.dependentPlugins(java.util.Collection<PluginDependency> dependentPlugins)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.