A B C D E F G H I J L M N O P Q R S T U V Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getAccountUserName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.spring.ApplicationProperties
- getAccountUserPassword() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.spring.ApplicationProperties
- getAllAntiPatterns() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.AntiPatternRepository
-
Get all loaded AP from global value.
- getAllAntiPatterns() - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternService
- getAllAntiPatterns() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternServiceImpl
- getAllAntiPatterns(Model) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.AppController
-
Method for obtaining all AP.
- getAllAntiPatternsForGivenIds(Long[]) - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternService
- getAllAntiPatternsForGivenIds(Long[]) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternServiceImpl
- getAllConfigurationNames() - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.ConfigurationService
-
Method for getting all configuration names
- getAllConfigurationNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.ConfigurationServiceImpl
- getAllProjects() - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.ProjectService
- getAllProjects() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.ProjectServiceImpl
- getAllProjectsForGivenIds(Long[]) - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.ProjectService
- getAllProjectsForGivenIds(Long[]) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.ProjectServiceImpl
- getAnalyzedAntiPatterns() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.CacheablesValues
- getAnalyzedAntiPatterns() - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternService
- getAnalyzedAntiPatterns() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternServiceImpl
- getAnalyzedProjects() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.CacheablesValues
- getAnalyzedProjects() - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternService
- getAnalyzedProjects() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternServiceImpl
- getAntiPattern() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.QueryResultItem
- getAntiPatternById(Long) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.AntiPatternRepository
-
Get AP by given ID.
- getAntiPatternById(Long) - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternService
- getAntiPatternById(Long) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternServiceImpl
- getAntiPatternById(Long, Model, HttpSession) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.AppController
-
Method for obtaining AP by ID.
- getAntiPatternFromJsonFile(String) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.AntiPatternRepository
-
Method for reading anti-pattern parameters from json file
- getAntiPatternModel() - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.AntiPatternDetector
-
Method for getting AP like model class for manipulating on UI.
- getAntiPatternModel() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.BusinessAsUsualDetectorImpl
- getAntiPatternModel() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.BystanderApathyDetectorImpl
- getAntiPatternModel() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.LongOrNonExistentFeedbackLoopsDetectorImpl
- getAntiPatternModel() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.NinetyNinetyRuleDetectorImpl
- getAntiPatternModel() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.RoadToNowhereDetectorImpl
- getAntiPatternModel() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.SpecifyNothingDetectorImpl
- getAntiPatternModel() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.TooLongSprintDetectorImpl
- getAntiPatternModel() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.UnknownPosterDetectorImpl
- getAntiPatternModel() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.VaryingSprintLengthDetectorImpl
- getAntiPatternModel() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.YetAnotherProgrammerDetectorImpl
- getAntiPatterns() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.Query
- getCatalogueFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern
- getConfigurationByName(String) - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.ConfigurationService
- getConfigurationByName(String) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.ConfigurationServiceImpl
- getContext() - Static method in class cz.zcu.fav.kiv.antipatterndetectionapp.spring.SpringApplicationContext
-
Note that this is a static method which expose ApplicationContext
- getDatabaseConnection() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.DatabaseConnection
-
Simple getter for getting the database connection.
- getDataSourcePassword() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.spring.ApplicationProperties
- getDataSourceUrl() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.spring.ApplicationProperties
- getDataSourceUsername() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.spring.ApplicationProperties
- getDefaultConfigurationNames() - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.ConfigurationService
-
Method for getting default configuration names Default configurations cannot be changed in the app
- getDefaultConfigurationNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.ConfigurationServiceImpl
- getDefaultObjectMapper() - Static method in class cz.zcu.fav.kiv.antipatterndetectionapp.utils.JsonParser
-
Method for getting Jackson ObjectMapper object
- getDescription() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern
- getDescription() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.Project
- getDescription() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.Threshold
- getDescriptionFromCatalogue(long) - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternService
-
Method for getting description of the anti-pattern from online catalogue on Github
- getDescriptionFromCatalogue(long) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternServiceImpl
- getDivisionOfIterationsWithFeedbackLoop(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.LongOrNonExistentFeedbackLoopsDetectorImpl
- getDivisionOfIterationsWithRetrospective(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.BusinessAsUsualDetectorImpl
- getErrorMessage() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.Threshold
- getFullCatalogueUrl() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern
- getId() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern
- getId() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.Project
- getJsonFileName() - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.AntiPatternDetector
-
Method for getting name of the json file with anti-pattern details
- getJsonFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.BusinessAsUsualDetectorImpl
- getJsonFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.BystanderApathyDetectorImpl
- getJsonFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.LongOrNonExistentFeedbackLoopsDetectorImpl
- getJsonFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.NinetyNinetyRuleDetectorImpl
- getJsonFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.RoadToNowhereDetectorImpl
- getJsonFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.SpecifyNothingDetectorImpl
- getJsonFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.TooLongSprintDetectorImpl
- getJsonFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.UnknownPosterDetectorImpl
- getJsonFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.VaryingSprintLengthDetectorImpl
- getJsonFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.YetAnotherProgrammerDetectorImpl
- getMaxBadDivisionLimit(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.NinetyNinetyRuleDetectorImpl
- getMaxDaysDifference(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.VaryingSprintLengthDetectorImpl
- getMaxDivisionRange(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.NinetyNinetyRuleDetectorImpl
- getMaxGapBetweenFeedbackLoopRate(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.LongOrNonExistentFeedbackLoopsDetectorImpl
- getMaximumNumberOfNewContributors(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.YetAnotherProgrammerDetectorImpl
- getMaximumPercentageOfTasksWithoutTeamwork(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.BystanderApathyDetectorImpl
- getMaxIterationChanged(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.VaryingSprintLengthDetectorImpl
- getMaxIterationLength(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.TooLongSprintDetectorImpl
- getMaxNumberOfTooLongIterations(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.TooLongSprintDetectorImpl
- getMinAvgLengthOfActivityDescription(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.SpecifyNothingDetectorImpl
- getMinNumberOfActivitiesWithProjectPlan(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.RoadToNowhereDetectorImpl
- getMinNumberOfActivitiesWithSpecification(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.SpecifyNothingDetectorImpl
- getMinNumberOfWikiPagesWithProjectPlan(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.RoadToNowhereDetectorImpl
- getMinNumberOfWikiPagesWithSpecification(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.SpecifyNothingDetectorImpl
- getName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern
- getName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.Project
- getName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.Threshold
- getNumberOfFirstMonthsWithoutDetection(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.YetAnotherProgrammerDetectorImpl
- getObjectMapper() - Static method in class cz.zcu.fav.kiv.antipatterndetectionapp.utils.JsonParser
- getObjectWriter() - Static method in class cz.zcu.fav.kiv.antipatterndetectionapp.utils.JsonParser
- getOperationalizationDirPathName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.AntiPatternRepository
- getOperationalizationFilePath(String) - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternService
- getOperationalizationFilePath(String) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternServiceImpl
- getOperationalizationImageFilePath(String) - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternService
- getOperationalizationImageFilePath(String) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternServiceImpl
- getOperationalizationImgDirFileName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.AntiPatternRepository
- getOperationalizationText(String) - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternService
- getOperationalizationText(String) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternServiceImpl
- getPrintName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern
- getPrintName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.Threshold
- getProject() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.QueryResult
- getProjectById(Long) - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.ProjectService
- getProjectById(Long) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.ProjectServiceImpl
- getProjectById(Long, Model) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.controller.AppController
-
Method for obtaining project by ID.
- getProjects() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.Query
- getQueryResultItems() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.QueryResult
- getResultDetailName() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.ResultDetail
- getResultDetails() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.QueryResultItem
- getResultDetailValue() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.ResultDetail
- getResults() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.CacheablesValues
- getResults() - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternService
- getResults() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.service.AntiPatternServiceImpl
- getSearchSubstringsInvalidContributors(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.BystanderApathyDetectorImpl
- getSearchSubstringsInvalidNames(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.UnknownPosterDetectorImpl
- getSearchSubstringsWithFeedbackLoop(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.LongOrNonExistentFeedbackLoopsDetectorImpl
- getSearchSubstringsWithProjectPlan(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.RoadToNowhereDetectorImpl
- getSearchSubstringsWithProjectSpecification(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.SpecifyNothingDetectorImpl
- getSearchSubstringsWithRetrospective(Map<String, String>) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.BusinessAsUsualDetectorImpl
- getSqlFileNames() - Method in interface cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.AntiPatternDetector
-
Method for getting all sql files names due to loading all queries from files.
- getSqlFileNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.BusinessAsUsualDetectorImpl
- getSqlFileNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.BystanderApathyDetectorImpl
- getSqlFileNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.LongOrNonExistentFeedbackLoopsDetectorImpl
- getSqlFileNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.NinetyNinetyRuleDetectorImpl
- getSqlFileNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.RoadToNowhereDetectorImpl
- getSqlFileNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.SpecifyNothingDetectorImpl
- getSqlFileNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.TooLongSprintDetectorImpl
- getSqlFileNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.UnknownPosterDetectorImpl
- getSqlFileNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.VaryingSprintLengthDetectorImpl
- getSqlFileNames() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.detecting.detectors.YetAnotherProgrammerDetectorImpl
- getThreshold(String, String, String, String, String) - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.repository.AntiPatternRepository
-
Method for creating of the Threshold object from given parameters
- getThresholds() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern
- getType() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.Threshold
- getUrl() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.AntiPattern
- getValue() - Method in class cz.zcu.fav.kiv.antipatterndetectionapp.model.types.Percentage
All Classes All Packages