Uses of Class
com.beaglesecurity.entities.Project
-
Packages that use Project Package Description com.beaglesecurity.api.results com.beaglesecurity.client -
-
Uses of Project in com.beaglesecurity.api.results
Methods in com.beaglesecurity.api.results that return types with arguments of type Project Modifier and Type Method Description List<Project>ProjectsResult. getProjects()Method parameters in com.beaglesecurity.api.results with type arguments of type Project Modifier and Type Method Description voidProjectsResult. setProjects(List<Project> projects) -
Uses of Project in com.beaglesecurity.client
Methods in com.beaglesecurity.client that return Project Modifier and Type Method Description ProjectBeagleSecurityClient. createProject(String projectName, String description)Create a new project and return itProjectBeagleSecurityClient. createProject(String projectName, String description, String teamId)Create a new project in a team and return itProjectBeagleSecurityClientImpl. createProject(String projectName, String description)ProjectBeagleSecurityClientImpl. createProject(String projectName, String description, String teamId)ProjectBeagleSecurityClient. deleteProject(UUID projectKey)Delete a project and return itProjectBeagleSecurityClientImpl. deleteProject(UUID projectKey)ProjectBeagleSecurityClient. modifyProject(UUID projectKey, String projectName, String description)Modify an existing project and return itProjectBeagleSecurityClientImpl. modifyProject(UUID projectKey, String projectName, String description)
-