public class PactUrlLoader implements PactLoader
Implementation of interface PactLoader that downloads pacts from given urls
interface PactLoader@NotNull public au.com.dius.pact.core.model.UrlsSource<au.com.dius.pact.core.model.Interaction> pactSource
public PactUrlLoader(@NotNull
java.lang.String[] urls,
@Nullable
au.com.dius.pact.core.support.Auth authentication)
Implementation of interface PactLoader that downloads pacts from given urls
interface PactLoaderpublic PactUrlLoader(@NotNull
PactUrl pactUrl)
@NotNull public au.com.dius.pact.core.model.UrlsSource<au.com.dius.pact.core.model.Interaction> getPactSource()
public void setPactSource(@NotNull
au.com.dius.pact.core.model.UrlsSource<au.com.dius.pact.core.model.Interaction> p)
@NotNull public au.com.dius.pact.core.model.PactReader getPactReader()
public void setPactReader(@NotNull
au.com.dius.pact.core.model.PactReader p)
@NotNull public au.com.dius.pact.core.support.expressions.ValueResolver getResolver()
public void setResolver(@NotNull
au.com.dius.pact.core.support.expressions.ValueResolver p)
@NotNull public java.lang.String description()
@NotNull
public java.util.List<au.com.dius.pact.core.model.Pact> load(@NotNull
java.lang.String providerName)
@NotNull public au.com.dius.pact.core.model.PactSource getPactSource()
@NotNull public java.lang.String[] getUrls()
@Nullable public au.com.dius.pact.core.support.Auth getAuthentication()