Uses of Class
org.azd.connection.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in org.azd.accounts
Constructors in org.azd.accounts with parameters of type ConnectionModifierConstructorDescriptionAccountsApi(Connection connection) Pass the connection object to work with Accounts Api -
Uses of Connection in org.azd.build
Constructors in org.azd.build with parameters of type Connection -
Uses of Connection in org.azd.core
Constructors in org.azd.core with parameters of type ConnectionModifierConstructorDescriptionCoreApi(Connection connection) Pass the connection object to work with Core Api -
Uses of Connection in org.azd.distributedtask
Constructors in org.azd.distributedtask with parameters of type ConnectionModifierConstructorDescriptionDistributedTaskApi(Connection connection) Pass the connection object -
Uses of Connection in org.azd.extensionmanagement
Constructors in org.azd.extensionmanagement with parameters of type ConnectionModifierConstructorDescriptionExtensionManagementApi(Connection connection) Pass the connection object to work with Member Entitlement Management Api -
Uses of Connection in org.azd.feedmanagement
Constructors in org.azd.feedmanagement with parameters of type ConnectionModifierConstructorDescriptionFeedManagementApi(Connection connection) Pass the connection object to work with Feed Management Api -
Uses of Connection in org.azd.git
Constructors in org.azd.git with parameters of type ConnectionModifierConstructorDescriptionGitApi(Connection connection) Pass the connection object to work with Git Api -
Uses of Connection in org.azd.graph
Constructors in org.azd.graph with parameters of type ConnectionModifierConstructorDescriptionGraphApi(Connection connection) Pass the connection object to work with Graph Api -
Uses of Connection in org.azd.maven
Constructors in org.azd.maven with parameters of type ConnectionModifierConstructorDescriptionMavenApi(Connection connection) Pass the connection object to work with Maven Package Api -
Uses of Connection in org.azd.memberentitlementmanagement
Constructors in org.azd.memberentitlementmanagement with parameters of type ConnectionModifierConstructorDescriptionMemberEntitlementManagementApi(Connection connection) Pass the connection object to work with Member Entitlement Management Api -
Uses of Connection in org.azd.pipelines
Constructors in org.azd.pipelines with parameters of type ConnectionModifierConstructorDescriptionPipelinesApi(Connection connection) Pass the connection object to work with Pipelines Api -
Uses of Connection in org.azd.policy
Constructors in org.azd.policy with parameters of type ConnectionModifierConstructorDescriptionPolicyApi(Connection connection) Pass the connection object to work with Policy Api -
Uses of Connection in org.azd.release
Constructors in org.azd.release with parameters of type ConnectionModifierConstructorDescriptionReleaseApi(Connection connection) Pass the connection object to work with Release Api -
Uses of Connection in org.azd.security
Constructors in org.azd.security with parameters of type ConnectionModifierConstructorDescriptionSecurityApi(Connection connection) Pass the connection object to work with Security Api -
Uses of Connection in org.azd.serviceendpoint
Constructors in org.azd.serviceendpoint with parameters of type ConnectionModifierConstructorDescriptionServiceEndpointApi(Connection connection) Pass the connection object to work with Service endpoint Api -
Uses of Connection in org.azd.servicehooks
Constructors in org.azd.servicehooks with parameters of type ConnectionModifierConstructorDescriptionServiceHooksApi(Connection connection) Pass the connection object to work with Service hooks Api -
Uses of Connection in org.azd.test
Constructors in org.azd.test with parameters of type ConnectionModifierConstructorDescriptionTestApi(Connection connection) Pass the connection object to work with Service hooks Api -
Uses of Connection in org.azd.upack
Constructors in org.azd.upack with parameters of type ConnectionModifierConstructorDescriptionUPackApi(Connection connection) Pass the connection object to work with Universal Package Api -
Uses of Connection in org.azd.utils
Methods in org.azd.utils that return ConnectionMethods in org.azd.utils with parameters of type ConnectionModifier and TypeMethodDescriptionstatic InputStreamClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, HashMap<String, Object> queryString, String contentType, InputStream contentStream, Map<String, String> customHeaders, boolean redirect) Deprecated.static StringClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map<String, Object> queryString, Map<String, Object> body) Deprecated.static StringClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map<String, Object> queryString, Map<String, Object> body, String contentType) Deprecated.static StringClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map<String, Object> queryString, Map<String, Object> body, List<Object> requestBody, String contentType) Deprecated.static StringClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map queryString, boolean contentType, String body) Deprecated.static StringRestClient.send(String requestUrl, Connection connection, RequestMethod requestMethod, Object requestBody, CustomHeader contentType, boolean callback) Mediator for BaseRestClient and other Api implementations.static CompletableFuture<HttpResponse<InputStream>>RestClient.send(String requestUrl, RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map queryString, InputStream contentStream, CustomHeader contentType, boolean callback) Mediator for BaseRestClient and other Api implementations.static <T> CompletableFuture<HttpResponse<T>>RestClient.send(String requestUrl, RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map queryString, HttpRequest.BodyPublisher publisher, HttpResponse.BodyHandler<T> handler, Map<String, CustomHeader> headerMap, boolean callback) Helper method and a mediator for calling Azure DevOps REST Api.static InputStreamRestClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map queryString, InputStream contentStream, CustomHeader contentType, boolean callback) Request the Azure DevOps REST API and builds the request url dynamically based on resource id and endpoints passedstatic StringRestClient.send(RequestMethod requestMethod, Connection connection, String resourceId, String project, String area, String id, String resource, String apiVersion, Map queryString, Object requestBody, CustomHeader contentType) Request the Azure DevOps REST API and builds the request url dynamically based on resource id and endpoints passedConstructors in org.azd.utils with parameters of type ConnectionModifierConstructorDescriptionAzDClientApi(Connection connection) Pass the VSTS organization name and personal access token to create a connection object -
Uses of Connection in org.azd.wiki
Constructors in org.azd.wiki with parameters of type ConnectionModifierConstructorDescriptionWikiApi(Connection connection) Pass the connection object to work with Work Api -
Uses of Connection in org.azd.work
Constructors in org.azd.work with parameters of type ConnectionModifierConstructorDescriptionWorkApi(Connection connection) Pass the connection object to work with Work Api -
Uses of Connection in org.azd.workitemtracking
Constructors in org.azd.workitemtracking with parameters of type ConnectionModifierConstructorDescriptionWorkItemTrackingApi(Connection connection) Pass the connection object to work with WorkItem Tracking Api