Package org.azd.interfaces
Interface CoreDetails
- All Known Implementing Classes:
CoreApi
public interface CoreDetails
-
Method Summary
Modifier and TypeMethodDescriptioncreateProject(String projectName, String description) createProject(String projectName, String description, String sourceControlType, String templateTypeId) createTeam(String projectName, String teamName) deleteProject(String projectId) deleteTeam(String projectName, String teamName) featureToggle(String projectId, FeatureManagement feature, boolean state) getFeatureState(String projectId, FeatureManagement feature) getProject(String projectName) getProject(String projectName, boolean includeCapabilities, boolean includeHistory) getProjectProperties(String projectId) getProjects(int skip, int top, String continuationToken, boolean getDefaultTeamImageUrl, String stateFilter) getTeams()updateProject(String projectId, Project projectParameters) updateTeams(String projectName, String teamName, String description)
-
Method Details
-
getProcesses
- Throws:
AzDException
-
createProject
- Throws:
AzDException
-
createProject
OperationReference createProject(String projectName, String description, String sourceControlType, String templateTypeId) throws AzDException - Throws:
AzDException
-
deleteProject
- Throws:
AzDException
-
getProject
- Throws:
AzDException
-
getProject
Project getProject(String projectName, boolean includeCapabilities, boolean includeHistory) throws AzDException - Throws:
AzDException
-
getProjectProperties
- Throws:
AzDException
-
getProjects
- Throws:
AzDException
-
getProjects
Projects getProjects(int skip, int top, String continuationToken, boolean getDefaultTeamImageUrl, String stateFilter) throws AzDException - Throws:
AzDException
-
updateProject
- Throws:
AzDException
-
createTeam
- Throws:
AzDException
-
deleteTeam
- Throws:
AzDException
-
getTeam
- Throws:
AzDException
-
getTeam
- Throws:
AzDException
-
getTeams
- Throws:
AzDException
-
getTeams
- Throws:
AzDException
-
updateTeams
- Throws:
AzDException
-
getFeatureState
- Throws:
AzDException
-
featureToggle
ProjectFeature featureToggle(String projectId, FeatureManagement feature, boolean state) throws AzDException - Throws:
AzDException
-