Class AgentBlackListTargetDirRestrictor.ParametersRestrictorItem
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.artifacts.AgentBlackListTargetDirRestrictor.ParametersRestrictorItem
-
- All Implemented Interfaces:
AgentBlackListTargetDirRestrictor.RestrictorItem
- Enclosing class:
- AgentBlackListTargetDirRestrictor
public static class AgentBlackListTargetDirRestrictor.ParametersRestrictorItem extends Object implements AgentBlackListTargetDirRestrictor.RestrictorItem
-
-
Constructor Summary
Constructors Constructor Description ParametersRestrictorItem(BuildAgentConfiguration agentConfiguration, String key)
-
-
-
Constructor Detail
-
ParametersRestrictorItem
public ParametersRestrictorItem(BuildAgentConfiguration agentConfiguration, String key)
-
-
Method Detail
-
matches
public boolean matches(@NotNull String absolutePath) throws IOException
- Specified by:
matches
in interfaceAgentBlackListTargetDirRestrictor.RestrictorItem
- Throws:
IOException
-
getDescription
@NotNull public String getDescription() throws IOException
- Specified by:
getDescription
in interfaceAgentBlackListTargetDirRestrictor.RestrictorItem
- Throws:
IOException
-
-