Package io.jenkins.plugins.step
Class ComputeFirewallRulesCreateStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.step.ComputeFirewallRulesCreateStep
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class ComputeFirewallRulesCreateStep
extends org.jenkinsci.plugins.workflow.steps.Step
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAllow()
getName()
int
getRules()
boolean
boolean
void
void
void
setDescription
(String description) void
setDestinationRanges
(String destinationRanges) void
setDirection
(String direction) void
setDisabled
(boolean disabled) void
setEnableLogging
(boolean enableLogging) void
setLoggingMetadata
(String loggingMetadata) void
setNetwork
(String network) void
setPriority
(int priority) void
void
setSourceRanges
(String sourceRanges) void
setSourceServiceAccounts
(String sourceServiceAccounts) void
setSourceTags
(String sourceTags) void
setTargetServiceAccounts
(String targetServiceAccounts) void
setTargetTags
(String targetTags) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
ComputeFirewallRulesCreateStep
-
-
Method Details
-
setAction
-
setAllow
-
setDescription
-
setDestinationRanges
-
setDirection
-
setDisabled
@DataBoundSetter public void setDisabled(boolean disabled) -
setEnableLogging
@DataBoundSetter public void setEnableLogging(boolean enableLogging) -
setLoggingMetadata
-
setNetwork
-
setPriority
@DataBoundSetter public void setPriority(int priority) -
setRules
-
setSourceRanges
-
setSourceServiceAccounts
-
setSourceTags
-
setTargetServiceAccounts
-
setTargetTags
-
getName
-
getAction
-
getAllow
-
getDescription
-
getDestinationRanges
-
getDirection
-
isDisabled
public boolean isDisabled() -
isEnableLogging
public boolean isEnableLogging() -
getLoggingMetadata
-
getNetwork
-
getPriority
public int getPriority() -
getRules
-
getSourceRanges
-
getSourceServiceAccounts
-
getSourceTags
-
getTargetServiceAccounts
-
getTargetTags
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
-