Package au.com.dius.pact.core.pactbroker
Class PactBrokerResult
-
- All Implemented Interfaces:
public final class PactBrokerResult
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringsourceprivate final StringpactBrokerUrlprivate final List<String>pactFileAuthenticationprivate final List<VerificationNotice>noticesprivate final Booleanpendingprivate final Stringtagprivate final Booleanwipprivate final BooleanusedNewEndpointprivate final Authauth
-
Constructor Summary
Constructors Constructor Description PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices, Boolean pending, String tag, Boolean wip, Boolean usedNewEndpoint, Auth auth)PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices, Boolean pending, String tag, Boolean wip, Boolean usedNewEndpoint)PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices, Boolean pending, String tag, Boolean wip)PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices, Boolean pending, String tag)PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices, Boolean pending)PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices)PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication)PactBrokerResult(String name, String source, String pactBrokerUrl)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetSource()final StringgetPactBrokerUrl()final List<String>getPactFileAuthentication()final List<VerificationNotice>getNotices()final BooleangetPending()final StringgetTag()final BooleangetWip()final BooleangetUsedNewEndpoint()final AuthgetAuth()-
-
Constructor Detail
-
PactBrokerResult
PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices, Boolean pending, String tag, Boolean wip, Boolean usedNewEndpoint, Auth auth)
-
PactBrokerResult
PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices, Boolean pending, String tag, Boolean wip, Boolean usedNewEndpoint)
-
PactBrokerResult
PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices, Boolean pending, String tag, Boolean wip)
-
PactBrokerResult
PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices, Boolean pending, String tag)
-
PactBrokerResult
PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices, Boolean pending)
-
PactBrokerResult
PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication, List<VerificationNotice> notices)
-
PactBrokerResult
PactBrokerResult(String name, String source, String pactBrokerUrl, List<String> pactFileAuthentication)
-
-
Method Detail
-
getPactBrokerUrl
final String getPactBrokerUrl()
-
getPactFileAuthentication
final List<String> getPactFileAuthentication()
-
getNotices
final List<VerificationNotice> getNotices()
-
getPending
final Boolean getPending()
-
getUsedNewEndpoint
final Boolean getUsedNewEndpoint()
-
getAuth
final Auth getAuth()
-
-
-
-