Modifier and Type | Method and Description |
---|---|
Set<DeploySourceOrigin> |
DeployNowRunAction.getSources() |
Set<DeploySourceOrigin> |
DeployNowJobProperty.DescriptorImpl.getSources() |
Set<DeploySourceOrigin> |
DeployNowProjectAction.getSources()
Returns the valid sources for this type of deployment.
|
Modifier and Type | Field and Description |
---|---|
protected Set<DeploySourceOrigin> |
Engine.sources |
Modifier and Type | Method and Description |
---|---|
Set<DeploySourceOrigin> |
EngineConfiguration.getSources() |
Modifier and Type | Method and Description |
---|---|
EngineFactory<S,T> |
EngineFactory.from(AbstractBuild<?,?> build,
DeploySourceOrigin... sources) |
Modifier and Type | Method and Description |
---|---|
EngineFactory<S,T> |
EngineFactory.from(AbstractBuild<?,?> build,
Collection<DeploySourceOrigin> sources) |
EngineConfiguration<S,T> |
EngineConfiguration.withSources(Set<DeploySourceOrigin> sources) |
Modifier and Type | Method and Description |
---|---|
Set<DeploySourceOrigin> |
DeployHostsContext.getOrigins() |
Modifier and Type | Method and Description |
---|---|
static List<DeployHostDescriptor<?,?>> |
DeployHostDescriptor.allSupported(Set<DeploySourceOrigin> origins,
Class<? extends AbstractProject> jobType)
Returns the descriptors that are supported for the specified origins and job type.
|
S |
DeployHostDescriptor.createDefault(AbstractProject<?,?> owner,
Set<DeploySourceOrigin> origins)
Creates a default
DeployHost instance from the specified project considering the specified origins. |
abstract S |
DeployHostDescriptor.createDefault(Run<?,?> run,
Set<DeploySourceOrigin> origins)
Creates a default
DeployHost instance from the specified project run considering the specified origins. |
static List<DeployHost<?,?>> |
DeployHost.createDefaults(AbstractProject<?,?> owner,
Set<DeploySourceOrigin> origins) |
static List<DeployHost<?,?>> |
DeployHost.createDefaults(Run<?,?> run,
Set<DeploySourceOrigin> origins) |
boolean |
DeployHostDescriptor.isSupported(Set<DeploySourceOrigin> origins,
Class<? extends AbstractProject> jobType)
Returns
true if and only if this host is valid for the specified origins and job type. |
boolean |
DeployHostDescriptor.isSupported(Set<DeploySourceOrigin> origins,
Run<?,?> run)
Returns
true if and only if this host is valid for the specified origins and run. |
S |
DeployHostDescriptor.updateDefault(AbstractProject<?,?> owner,
Set<DeploySourceOrigin> origins,
S template)
Update a default
DeployHost instance from the specified project considering the specified origins,
filling in any information missing from the previous default but which now has a better guess. |
S |
DeployHostDescriptor.updateDefault(Run<?,?> run,
Set<DeploySourceOrigin> origins,
S template)
Update a default
DeployHost instance from the specified project run considering the specified origins,
filling in any information missing from the previous default but which now has a better guess. |
static List<DeployHost<?,?>> |
DeployHost.updateDefaults(AbstractProject<?,?> owner,
Set<DeploySourceOrigin> origins,
List<? extends DeployHost<?,?>> templates) |
static List<DeployHost<?,?>> |
DeployHost.updateDefaults(Run<?,?> run,
Set<DeploySourceOrigin> origins,
List<? extends DeployHost<?,?>> templates) |
Constructor and Description |
---|
DeployHostsContext(T it,
List<? extends DeployHost<?,?>> hosts,
Job<?,?> project,
Set<DeploySourceOrigin> origins,
boolean fromWorkspace,
boolean usersAuth) |
Modifier and Type | Method and Description |
---|---|
abstract Set<DeploySourceOrigin> |
CapabilitiesResolver.getBuilderSources(AbstractProject<?,?> project)
Return the set of sources to be used by
DeployBuilder . |
Set<DeploySourceOrigin> |
PromotionCapabilitiesResolver.getBuilderSources(AbstractProject<?,?> project)
Return the set of sources to be used by
DeployBuilder . |
abstract Set<DeploySourceOrigin> |
CapabilitiesResolver.getInstantSources(AbstractProject<?,?> project)
Return the set of sources to be used by
DeployNowRunAction . |
Set<DeploySourceOrigin> |
PromotionCapabilitiesResolver.getInstantSources(AbstractProject<?,?> project)
Return the set of sources to be used by
DeployNowRunAction . |
abstract Set<DeploySourceOrigin> |
CapabilitiesResolver.getPublisherSources(AbstractProject<?,?> project)
Return the set of sources to be used by
DeployPublisher . |
Set<DeploySourceOrigin> |
PromotionCapabilitiesResolver.getPublisherSources(AbstractProject<?,?> project)
Return the set of sources to be used by
DeployPublisher . |
Modifier and Type | Method and Description |
---|---|
static DeploySourceOrigin |
DeploySourceOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploySourceOrigin[] |
DeploySourceOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<DeploySourceOrigin> |
DeploySourceOrigin.all()
|
static List<DeploySourceOrigin> |
DeploySourceOrigin.allInPreferenceOrder()
|
Modifier and Type | Method and Description |
---|---|
boolean |
DeploySourceDescriptor.isSupported(DeploySourceOrigin... origins)
Returns
true if and only if this DeploySource can operate from at least one of the specified
origins. |
boolean |
FixedDirectoryDeploySource.DescriptorImpl.isSupported(DeploySourceOrigin origin)
Returns
true if and only if this DeploySource can operate from the specified origin. |
boolean |
WildcardPathDeploySource.DescriptorImpl.isSupported(DeploySourceOrigin source)
Returns
true if and only if this DeploySource can operate from the specified origin. |
abstract boolean |
DeploySourceDescriptor.isSupported(DeploySourceOrigin origin)
Returns
true if and only if this DeploySource can operate from the specified origin. |
boolean |
StaticSelectionDeploySource.DescriptorImpl.isSupported(DeploySourceOrigin source)
Returns
true if and only if this DeploySource can operate from the specified origin. |
boolean |
MavenArtifactDeploySource.DescriptorImpl.isSupported(DeploySourceOrigin source)
Returns
true if and only if this DeploySource can operate from the specified origin. |
Modifier and Type | Method and Description |
---|---|
DeploySource |
DeployTargetDescriptor.defaultDeploySource(DeploySource source,
Set<DeploySourceOrigin> origins,
Class<? extends AbstractProject> jobType)
If the specified source is null, try to pick the best default to select initially.
|
List<DeploySourceDescriptor> |
DeployTargetDescriptor.getDeploySourceDescriptors(Set<DeploySourceOrigin> origins,
Class<? extends AbstractProject> jobType)
Returns the
DeploySourceDescriptor s that are valid for the specific context. |
Copyright © 2016–2022. All rights reserved.