Class PathJobParameter

java.lang.Object
com.polarion.platform.jobs.spi.AbstractJobParameter
com.polarion.platform.jobs.spi.PathJobParameter
All Implemented Interfaces:
IJobDescriptor.IJobParameter

public class PathJobParameter extends AbstractJobParameter
Representing IJobDescriptor.IJobParameter of type Path.

Value passed to convertValue(Object) can be one of these:

If arbitrary object is passed then Paths.get(String, String...) factory method is invoked with stringified object.

Since:
3.22.2
See Also: