Uses of Class
de.smartics.maven.issues.IssueManagementConfig

Packages that use IssueManagementConfig
de.smartics.maven.issues The core package for generating issues reports with Maven
de.smartics.maven.issues.bugzilla Provides classes to generate reports with Bugzilla. 
de.smartics.maven.issues.factory The Maven layer creates a facade to talk to the issue management system. 
de.smartics.maven.issues.repository Provides logic common to all reports independent of the issue management system. 
 

Uses of IssueManagementConfig in de.smartics.maven.issues
 

Methods in de.smartics.maven.issues with parameters of type IssueManagementConfig
 RepositoryFacade RepositoryFacadeFactory.create(IssueManagementConfig config)
          Creates a facade to access an issue management system with the given identifier.
 

Uses of IssueManagementConfig in de.smartics.maven.issues.bugzilla
 

Methods in de.smartics.maven.issues.bugzilla with parameters of type IssueManagementConfig
static RepositoryFacade BugzillaRepositoryFacade.create(IssueManagementConfig config)
          Factory method to create the facade.
 

Uses of IssueManagementConfig in de.smartics.maven.issues.factory
 

Methods in de.smartics.maven.issues.factory with parameters of type IssueManagementConfig
 RepositoryFacade DefaultRepositoryFacadeFactory.create(IssueManagementConfig config)
          Creates a facade for the given configuration.
 

Uses of IssueManagementConfig in de.smartics.maven.issues.repository
 

Fields in de.smartics.maven.issues.repository declared as IssueManagementConfig
protected  IssueManagementConfig AbstractRepositoryFacade.config
          The configuration for the issue management connection.
 

Constructors in de.smartics.maven.issues.repository with parameters of type IssueManagementConfig
AbstractRepositoryFacade(IssueManagementConfig config, org.eclipse.mylyn.tasks.core.AbstractRepositoryConnector connector)
          Default constructor.
 



Copyright © 2008-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.