Uses of Class
hudson.plugins.batch_task.BatchTaskProperty
-
-
Uses of BatchTaskProperty in hudson.plugins.batch_task
Fields in hudson.plugins.batch_task declared as BatchTaskProperty Modifier and Type Field Description BatchTaskProperty
BatchTaskAction. property
Methods in hudson.plugins.batch_task that return BatchTaskProperty Modifier and Type Method Description BatchTaskProperty
BatchTask. getParent()
BatchTaskProperty
BatchTaskProperty.DescriptorImpl. newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
BatchTaskProperty
BatchTaskInvoker.Config. resolveProperty()
Deprecated.as of 1.15BatchTaskProperty
BatchTaskInvoker.Config. resolveProperty(ItemGroup context)
Finds the targetBatchTaskProperty
.Constructors in hudson.plugins.batch_task with parameters of type BatchTaskProperty Constructor Description BatchTaskAction(AbstractProject<?,?> project, BatchTaskProperty property)
-