A B C D E F G H I J L O P R S T U W

A

apiKey - Variable in class com.versioneye.SuperMojo
 
apiPath - Variable in class com.versioneye.SuperMojo
 
artifactsToJson(List<Artifact>) - Method in class com.versioneye.utils.JsonUtils
 

B

baseUrl - Variable in class com.versioneye.SuperMojo
 

C

collectAllDependencies(List<Dependency>) - Static method in class com.versioneye.utils.DependencyUtils
 
collectDirectDependencies(List<DependencyNode>) - Static method in class com.versioneye.utils.DependencyUtils
 
com.versioneye - package com.versioneye
 
com.versioneye.dto - package com.versioneye.dto
 
com.versioneye.utils - package com.versioneye.utils
 
CreateMojo - Class in com.versioneye
Creates a project at VersionEye based on the dependencies from the current project.
CreateMojo() - Constructor for class com.versioneye.CreateMojo
 

D

dependenciesToJson(String, List<Dependency>) - Method in class com.versioneye.utils.JsonUtils
 
dependenciesToJsonFile(String, List<Artifact>, String) - Method in class com.versioneye.utils.JsonUtils
 
DependencyUtils - Class in com.versioneye.utils
Utility methods for Maven Dependencies.
DependencyUtils() - Constructor for class com.versioneye.utils.DependencyUtils
 

E

execute() - Method in class com.versioneye.CreateMojo
 
execute() - Method in class com.versioneye.HelpMojo
execute() - Method in class com.versioneye.JsonMojo
 
execute() - Method in class com.versioneye.ListMojo
 
execute() - Method in class com.versioneye.PingMojo
 
execute() - Method in class com.versioneye.SuperMojo
 
execute() - Method in class com.versioneye.UpdateMojo
 

F

fetchApiKey() - Method in class com.versioneye.SuperMojo
 
fetchHomeProperties() - Method in class com.versioneye.SuperMojo
 
fetchProjectId() - Method in class com.versioneye.SuperMojo
 
fetchProjectProperties() - Method in class com.versioneye.SuperMojo
 
fetchPropertiesFor(String) - Method in class com.versioneye.SuperMojo
 

G

generateHashForJsonOutput(List<Artifact>) - Static method in class com.versioneye.utils.JsonUtils
 
generateHashFromDependencyList(List<Dependency>) - Static method in class com.versioneye.utils.JsonUtils
 
getCollectRequest(MavenProject, List<RemoteRepository>) - Static method in class com.versioneye.utils.DependencyUtils
 
getDep_number() - Method in class com.versioneye.dto.ProjectJsonResponse
 
getDependencyHashes(List<Dependency>) - Method in class com.versioneye.utils.JsonUtils
 
getDependencyNode(PreorderNodeListGenerator) - Method in class com.versioneye.ProjectMojo
 
getDirectArtifactsJsonStream() - Method in class com.versioneye.ProjectMojo
 
getDirectDependenciesJsonStream() - Method in class com.versioneye.ProjectMojo
 
getHashes(List<Artifact>) - Method in class com.versioneye.utils.JsonUtils
 
getId() - Method in class com.versioneye.dto.ProjectJsonResponse
 
getName() - Method in class com.versioneye.dto.ProjectJsonResponse
 
getOut_number() - Method in class com.versioneye.dto.ProjectJsonResponse
 
getProject_key() - Method in class com.versioneye.dto.ProjectJsonResponse
 
getPropertiesPath() - Method in class com.versioneye.SuperMojo
 

H

HelpMojo - Class in com.versioneye
Display help information on versioneye-maven-plugin.
Call mvn versioneye:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class com.versioneye.HelpMojo
 
homeDirectory - Variable in class com.versioneye.SuperMojo
 
homeProperties - Variable in class com.versioneye.SuperMojo
 
HttpUtils - Class in com.versioneye.utils
Methods to deal with the HTTP protocol.
HttpUtils() - Constructor for class com.versioneye.utils.HttpUtils
 

I

initTls() - Method in class com.versioneye.SuperMojo
 

J

JsonMojo - Class in com.versioneye
Writes all direct dependencies into a JSON file.
JsonMojo() - Constructor for class com.versioneye.JsonMojo
 
JsonUtils - Class in com.versioneye.utils
Methods to deal with JSON.
JsonUtils() - Constructor for class com.versioneye.utils.JsonUtils
 

L

ListMojo - Class in com.versioneye
Lists all direct and recursive dependencies.
ListMojo() - Constructor for class com.versioneye.ListMojo
 

O

outputDirectory - Variable in class com.versioneye.SuperMojo
 

P

PingMojo - Class in com.versioneye
Ping the VersionEye API.
PingMojo() - Constructor for class com.versioneye.PingMojo
 
post(String, byte[], String) - Static method in class com.versioneye.utils.HttpUtils
 
project - Variable in class com.versioneye.SuperMojo
 
projectDirectory - Variable in class com.versioneye.SuperMojo
 
projectId - Variable in class com.versioneye.SuperMojo
 
ProjectJsonResponse - Class in com.versioneye.dto
Java representation of the project JSON response from VersionEye API.
ProjectJsonResponse() - Constructor for class com.versioneye.dto.ProjectJsonResponse
 
ProjectMojo - Class in com.versioneye
Methods required to deal with projects resource
ProjectMojo() - Constructor for class com.versioneye.ProjectMojo
 
properties - Variable in class com.versioneye.SuperMojo
 
propertiesFile - Static variable in class com.versioneye.SuperMojo
 
propertiesPath - Variable in class com.versioneye.SuperMojo
 
PropertiesUtils - Class in com.versioneye.utils
Methods to deal with properties files.
PropertiesUtils() - Constructor for class com.versioneye.utils.PropertiesUtils
 

R

readProperties(String) - Method in class com.versioneye.utils.PropertiesUtils
 
repos - Variable in class com.versioneye.SuperMojo
 

S

session - Variable in class com.versioneye.SuperMojo
 
setDep_number(String) - Method in class com.versioneye.dto.ProjectJsonResponse
 
setId(String) - Method in class com.versioneye.dto.ProjectJsonResponse
 
setName(String) - Method in class com.versioneye.dto.ProjectJsonResponse
 
setOut_number(String) - Method in class com.versioneye.dto.ProjectJsonResponse
 
setProject_key(String) - Method in class com.versioneye.dto.ProjectJsonResponse
 
SuperMojo - Class in com.versioneye
The Mother of all Mojos!
SuperMojo() - Constructor for class com.versioneye.SuperMojo
 
system - Variable in class com.versioneye.SuperMojo
 

T

toJson(OutputStream, Object) - Static method in class com.versioneye.utils.JsonUtils
 

U

UpdateMojo - Class in com.versioneye
Updates an existing project at VersionEye with the dependencies from the current project.
UpdateMojo() - Constructor for class com.versioneye.UpdateMojo
 

W

writeProperties(ProjectJsonResponse) - Method in class com.versioneye.SuperMojo
 
writeProperties(Properties, String) - Method in class com.versioneye.utils.PropertiesUtils
 

A B C D E F G H I J L O P R S T U W

Copyright © 2014. All rights reserved.